From: Frans Meulenbroeks Date: Wed, 4 Feb 2009 18:28:44 +0000 (+0100) Subject: pciutils: one more fix for shared libs X-Git-Tag: Release-2010-05/1~3977^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd737a9b054e8755fe9829fce434efbbeab1e9d1;p=openembedded.git pciutils: one more fix for shared libs --- diff --git a/packages/pciutils/pciutils_3.1.2.bb b/packages/pciutils/pciutils_3.1.2.bb index 26d7b5197d..25782a5549 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})