[oe-commits] Jeremy Lainé : procps: use LDFLAGS (fixes QA error)

GIT User account git at amethyst.openembedded.net
Thu Apr 2 09:18:48 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f36e79c8e34e76dcc272bbfb11ebdf160d9d6401
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f36e79c8e34e76dcc272bbfb11ebdf160d9d6401

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Thu Apr  2 09:16:00 2009 +0000

procps: use LDFLAGS (fixes QA error)

---

 recipes/procps/procps_3.2.7.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/procps/procps_3.2.7.bb b/recipes/procps/procps_3.2.7.bb
index 689fc33..6da975a 100644
--- a/recipes/procps/procps_3.2.7.bb
+++ b/recipes/procps/procps_3.2.7.bb
@@ -1,6 +1,6 @@
 require procps.inc
 
-PR = "r7"
+PR = "r8"
 
 inherit update-rc.d
 
@@ -22,8 +22,8 @@ FILES = "${bindir}/top.${PN} ${base_bindir}/ps.${PN} ${bindir}/uptime.${PN} ${ba
 CONFFILES_${PN} = "${sysconfdir}/sysctl.conf"
 
 EXTRA_OEMAKE = "CFLAGS=-I${STAGING_INCDIR} \
-		CPPFLAGS=-I${STAGING_INCDIR} \
-                LDFLAGS=-L${STAGING_LIBDIR} -Wl,--rpath-link,${STAGING_LIBDIR} \
+                CPPFLAGS=-I${STAGING_INCDIR} \
+                LDFLAGS="${LDFLAGS}" \
                 CURSES=-lncurses \
                 install='install -D' \
                 ldconfig=echo"





More information about the Openembedded-commits mailing list