From: Chris Larson Date: Wed, 13 Oct 2004 20:32:02 +0000 (+0000) Subject: Unbork the psmisc build (had to run current gettextize against it, among other things). X-Git-Tag: Release-2010-05/1~16635 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5622d90ad2d7c5233407592b3b5232ef933c21d3;p=openembedded.git Unbork the psmisc build (had to run current gettextize against it, among other things). BKrev: 416d90c2O46LJQqz4oVGPRN8W1NnQg --- diff --git a/psmisc/psmisc-20.2/configure.patch b/psmisc/psmisc-20.2/gettext.patch similarity index 100% rename from psmisc/psmisc-20.2/configure.patch rename to 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 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 " -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