From 86d3f776aa3a6bf5e9d10dff97295dc20484feb0 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 27 Feb 2012 00:46:58 -0800 Subject: psmisc: Update to version 22.16 Remove libintl-link patch which has in the upstream code now (From OE-Core rev: f3aad7c3a88dbe171147a703b98488c00a615fcf) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../psmisc/files/libintl-link.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 meta/recipes-extended/psmisc/files/libintl-link.patch (limited to 'meta/recipes-extended/psmisc/files/libintl-link.patch') 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 @@ -Upstream-Status: Inappropriate [configuration] -Signed-off-by: Mei Lei - -uClibc needs to link against an external libintl but it doesn't do this by -default. The configure script correctly figures out if this is needed, but -doesn't actually link to the libraries it decides on. This makes it link to -them if they are needed: - -Index: psmisc-22.14/src/Makefile.am -=================================================================== ---- psmisc-22.14.orig/src/Makefile.am 2011-06-20 04:59:44.000000000 -0700 -+++ psmisc-22.14/src/Makefile.am 2011-12-01 10:19:55.792680654 -0800 -@@ -26,15 +26,17 @@ - - fuser_SOURCES = fuser.c comm.h signals.c signals.h i18n.h fuser.h lists.h - -+fuser_LDADD = @INTLLIBS@ -+ - killall_SOURCES = killall.c comm.h signals.c signals.h i18n.h - --killall_LDADD = @SELINUX_LIB@ -+killall_LDADD = @SELINUX_LIB@ @INTLLIBS@ - - peekfd_SOURCES = peekfd.c - - pstree_SOURCES = pstree.c comm.h i18n.h - --pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@ -+pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@ @INTLLIBS@ - - prtstat_SOURCES = prtstat.c prtstat.h - -- cgit v1.2.3-54-g00ecf