[oe-commits] Frans Meulenbroeks : pciutils: one more fix for shared libs

GIT User account git at amethyst.openembedded.net
Wed Feb 4 18:28:59 UTC 2009


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Feb  4 19:28:44 2009 +0100

pciutils: one more fix for shared libs

---

 packages/pciutils/pciutils_3.1.2.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/pciutils/pciutils_3.1.2.bb b/packages/pciutils/pciutils_3.1.2.bb
index 26d7b51..25782a5 100644
--- a/packages/pciutils/pciutils_3.1.2.bb
+++ b/packages/pciutils/pciutils_3.1.2.bb
@@ -11,10 +11,10 @@ SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.b
 
 PARALLEL_MAKE = ""
 
-PR ="r1"
+PR ="r2"
 
-EXTRA_OEMAKE += "'STRIP='"
-EXTRA_OEMAKE += "'SHARED=yes'"
+EXTRA_OEMAKE += "'STRIP = '"
+export SHARED=yes
 
 do_configure () {
 	(cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH})





More information about the Openembedded-commits mailing list