diff options
-rw-r--r-- | meta/recipes-extended/psmisc/files/libintl-link.patch | 32 | ||||
-rw-r--r-- | meta/recipes-extended/psmisc/psmisc.inc | 4 | ||||
-rw-r--r-- | meta/recipes-extended/psmisc/psmisc_22.14.bb | 7 | ||||
-rw-r--r-- | meta/recipes-extended/psmisc/psmisc_22.16.bb | 7 |
4 files changed, 9 insertions, 41 deletions
diff --git a/meta/recipes-extended/psmisc/files/libintl-link.patch b/meta/recipes-extended/psmisc/files/libintl-link.patch deleted file mode 100644 index e42592ca2e..0000000000 --- a/meta/recipes-extended/psmisc/files/libintl-link.patch +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | Signed-off-by: Mei Lei <lei.mei@intel.com> | ||
3 | |||
4 | uClibc needs to link against an external libintl but it doesn't do this by | ||
5 | default. The configure script correctly figures out if this is needed, but | ||
6 | doesn't actually link to the libraries it decides on. This makes it link to | ||
7 | them if they are needed: | ||
8 | |||
9 | Index: psmisc-22.14/src/Makefile.am | ||
10 | =================================================================== | ||
11 | --- psmisc-22.14.orig/src/Makefile.am 2011-06-20 04:59:44.000000000 -0700 | ||
12 | +++ psmisc-22.14/src/Makefile.am 2011-12-01 10:19:55.792680654 -0800 | ||
13 | @@ -26,15 +26,17 @@ | ||
14 | |||
15 | fuser_SOURCES = fuser.c comm.h signals.c signals.h i18n.h fuser.h lists.h | ||
16 | |||
17 | +fuser_LDADD = @INTLLIBS@ | ||
18 | + | ||
19 | killall_SOURCES = killall.c comm.h signals.c signals.h i18n.h | ||
20 | |||
21 | -killall_LDADD = @SELINUX_LIB@ | ||
22 | +killall_LDADD = @SELINUX_LIB@ @INTLLIBS@ | ||
23 | |||
24 | peekfd_SOURCES = peekfd.c | ||
25 | |||
26 | pstree_SOURCES = pstree.c comm.h i18n.h | ||
27 | |||
28 | -pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@ | ||
29 | +pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@ @INTLLIBS@ | ||
30 | |||
31 | prtstat_SOURCES = prtstat.c prtstat.h | ||
32 | |||
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 9e281d5c63..4e9aad862d 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc | |||
@@ -9,8 +9,8 @@ SECTION = "base" | |||
9 | DEPENDS = "ncurses virtual/libintl" | 9 | DEPENDS = "ncurses virtual/libintl" |
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
11 | 11 | ||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \ | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz" |
13 | file://libintl-link.patch" | 13 | |
14 | S = "${WORKDIR}/psmisc-${PV}" | 14 | S = "${WORKDIR}/psmisc-${PV}" |
15 | 15 | ||
16 | inherit autotools gettext | 16 | inherit autotools gettext |
diff --git a/meta/recipes-extended/psmisc/psmisc_22.14.bb b/meta/recipes-extended/psmisc/psmisc_22.14.bb deleted file mode 100644 index 4f89672929..0000000000 --- a/meta/recipes-extended/psmisc/psmisc_22.14.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require psmisc.inc | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
4 | PR = "r0" | ||
5 | |||
6 | SRC_URI[md5sum] = "ba3f4e971895c92bba7770d81c981503" | ||
7 | SRC_URI[sha256sum] = "22bbf4561837af475c0d8d14e3b9cab453998c787212c107fac7faf2f281e26e" | ||
diff --git a/meta/recipes-extended/psmisc/psmisc_22.16.bb b/meta/recipes-extended/psmisc/psmisc_22.16.bb new file mode 100644 index 0000000000..ac3bd28aef --- /dev/null +++ b/meta/recipes-extended/psmisc/psmisc_22.16.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require psmisc.inc | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
4 | PR = "r0" | ||
5 | |||
6 | SRC_URI[md5sum] = "d52caf26159c905574c2ce4bd792b9ee" | ||
7 | SRC_URI[sha256sum] = "ae426d7238e5353fdf51b1d313897c2bbed0023e66e5b4af2be9cd03d87a9d01" | ||