diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-13 20:32:02 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-13 20:32:02 +0000 |
commit | 5622d90ad2d7c5233407592b3b5232ef933c21d3 (patch) | |
tree | 52cbad18eefb3dcbc35290b6bd84d2ee35d14c83 | |
parent | 4a58197bbbb266b0de058f2a46bba39d9b9f8e04 (diff) |
Unbork the psmisc build (had to run current gettextize against it, among other things).
BKrev: 416d90c2O46LJQqz4oVGPRN8W1NnQg
-rw-r--r-- | psmisc/psmisc-20.2/gettext.patch (renamed from psmisc/psmisc-20.2/configure.patch) | 0 | ||||
-rw-r--r-- | psmisc/psmisc-20.2/m4.patch | 0 | ||||
-rw-r--r-- | psmisc/psmisc_20.2.oe | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/psmisc/psmisc-20.2/configure.patch b/psmisc/psmisc-20.2/gettext.patch index e69de29bb2..e69de29bb2 100644 --- a/psmisc/psmisc-20.2/configure.patch +++ b/psmisc/psmisc-20.2/gettext.patch diff --git a/psmisc/psmisc-20.2/m4.patch b/psmisc/psmisc-20.2/m4.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/psmisc/psmisc-20.2/m4.patch +++ /dev/null diff --git a/psmisc/psmisc_20.2.oe b/psmisc/psmisc_20.2.oe index 583a913e58..f2519a4ef0 100644 --- a/psmisc/psmisc_20.2.oe +++ b/psmisc/psmisc_20.2.oe @@ -2,11 +2,11 @@ DESCRIPTION = "procfs tools" SECTION = "base" PRIORITY = "required" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "ncurses" +DEPENDS = "ncurses gettext-native" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \ - file://configure.patch;patch=1 \ - file://m4.patch;patch=1" + file://gettext.patch;patch=1" S = "${WORKDIR}/psmisc-${PV}" inherit autotools |