diff options
author | Yu Ke <ke.yu@intel.com> | 2011-07-28 21:28:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:01:16 +0100 |
commit | d6dca85028640034b1a5356920aad3268bd4f1c2 (patch) | |
tree | 65d1c3b12cc4713c8487fbec467af787b356b46b /meta/recipes-support/apr | |
parent | 243ee5509995403c131114aef1a75c5d2af2e0cc (diff) | |
download | openembedded-core-d6dca85028640034b1a5356920aad3268bd4f1c2.tar.gz openembedded-core-d6dca85028640034b1a5356920aad3268bd4f1c2.tar.bz2 openembedded-core-d6dca85028640034b1a5356920aad3268bd4f1c2.zip |
SRC_URI, S: use BPN instead of PN for multilib case
in multilibcase, PN has multilib prefix, so it is not
correct to use PN in SRC_URI and S. instead, we've
dedicately pruned multilib prefix in BPN, so BPN is
the right alternative for PN.
Signed-off-by: Yu Ke <ke.y@intel.com>
Diffstat (limited to 'meta/recipes-support/apr')
-rw-r--r-- | meta/recipes-support/apr/apr-util_1.3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/apr/apr_1.4.2.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.3.10.bb b/meta/recipes-support/apr/apr-util_1.3.10.bb index 7071b904f2..01595df8a2 100644 --- a/meta/recipes-support/apr/apr-util_1.3.10.bb +++ b/meta/recipes-support/apr/apr-util_1.3.10.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \ PR = "r0" -SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ +SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ file://configfix.patch;patch=1 \ file://configure_fixes.patch;patch=1" diff --git a/meta/recipes-support/apr/apr_1.4.2.bb b/meta/recipes-support/apr/apr_1.4.2.bb index b37001d4ca..2d5edaa9c5 100644 --- a/meta/recipes-support/apr/apr_1.4.2.bb +++ b/meta/recipes-support/apr/apr_1.4.2.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \ PR = "r1" -SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \ +SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ file://configure_fixes.patch;patch=1 \ file://cleanup.patch;patch=1 \ file://configfix.patch;patch=1 \ |