From a242da91a216d3a2d7a85dc6fa7799bcb648f1ae Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Thu, 28 Jul 2011 21:28:20 +0800 Subject: 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. (From OE-Core rev: d6dca85028640034b1a5356920aad3268bd4f1c2) Signed-off-by: Yu Ke Signed-off-by: Richard Purdie --- meta/recipes-extended/blktool/blktool_4-6.bb | 2 +- meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb | 2 +- meta/recipes-extended/libidn/libidn_0.6.14.bb | 2 +- meta/recipes-extended/libidn/libidn_1.22.bb | 2 +- meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb | 4 ++-- meta/recipes-extended/mktemp/mktemp_1.7.bb | 2 +- meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/blktool/blktool_4-6.bb b/meta/recipes-extended/blktool/blktool_4-6.bb index 86d2d0d3a1..cc1174cdf7 100644 --- a/meta/recipes-extended/blktool/blktool_4-6.bb +++ b/meta/recipes-extended/blktool/blktool_4-6.bb @@ -19,6 +19,6 @@ SRC_URI[tarball.sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e0680 SRC_URI[patch.md5sum] = "2d1bc2f2c38b65d47e27da7c7508d17f" SRC_URI[patch.sha256sum] = "999f2062203e389327d997724621be37bea9c98fa226238f9f4eb4a6ea25bd4b" -S = "${WORKDIR}/${PN}-4.orig" +S = "${WORKDIR}/${BPN}-4.orig" inherit autotools diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb index 7d5f0691fb..659f964313 100644 --- a/meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb +++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb @@ -14,7 +14,7 @@ DEPENDS = "libnewt popt" PR = "r0" -SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${P}.tar.bz2" +SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${BPN}-${PV}.tar.bz2" SRC_URI[md5sum] = "a576808a6d66763606d750ec451bab6d" SRC_URI[sha256sum] = "aa36bf7fd3f7c6e3371eddd8a7846b83435c48f132cc5919d83a830504b797d6" diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb b/meta/recipes-extended/libidn/libidn_0.6.14.bb index c453b79ecc..67c9381a98 100644 --- a/meta/recipes-extended/libidn/libidn_0.6.14.bb +++ b/meta/recipes-extended/libidn/libidn_0.6.14.bb @@ -11,7 +11,7 @@ PR = "r0" inherit pkgconfig autotools gettext -SRC_URI = "http://alpha.gnu.org/gnu/libidn/${P}.tar.gz" +SRC_URI = "http://alpha.gnu.org/gnu/libidn/${BPN}-${PV}.tar.gz" EXTRA_OECONF = " --disable-tld" diff --git a/meta/recipes-extended/libidn/libidn_1.22.bb b/meta/recipes-extended/libidn/libidn_1.22.bb index cf08eaf79b..6a1059c9d8 100644 --- a/meta/recipes-extended/libidn/libidn_1.22.bb +++ b/meta/recipes-extended/libidn/libidn_1.22.bb @@ -11,7 +11,7 @@ PR = "r0" inherit pkgconfig autotools gettext -SRC_URI = "${GNU_MIRROR}/libidn/${P}.tar.gz" +SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz" # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ # so package command into a separate package diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb index dbc15e10b5..8988ca11c2 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb @@ -11,8 +11,8 @@ PR = "r0" DEPENDS += "xz-native" PROVIDES = "virtual/librpc" -SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2;name=libtirpc \ - ${GENTOO_MIRROR}/${PN}-glibc-nfs.tar.xz;name=glibc-nfs \ +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2;name=libtirpc \ + ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \ file://libtirpc-0.2.1-fortify.patch \ file://libtirpc-0.2.2-rpc-des-prot.patch \ file://remove-des-crypt.patch \ diff --git a/meta/recipes-extended/mktemp/mktemp_1.7.bb b/meta/recipes-extended/mktemp/mktemp_1.7.bb index 1d099641fe..d0479ced2a 100644 --- a/meta/recipes-extended/mktemp/mktemp_1.7.bb +++ b/meta/recipes-extended/mktemp/mktemp_1.7.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=430680f6322a1eb87199b5e01a82c0d4" PR = "r0" -SRC_URI = "ftp://ftp.mktemp.org/pub/mktemp/${P}.tar.gz \ +SRC_URI = "ftp://ftp.mktemp.org/pub/mktemp/${BPN}-${PV}.tar.gz \ file://disable-strip.patch \ " diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb index 695e4f3d20..f54d591c2d 100644 --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb @@ -18,7 +18,7 @@ PR="r0" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014" -SRC_URI = "http://portland.freedesktop.org/download/${PN}-${PV}.tgz" +SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tgz" inherit autotools -- cgit v1.2.3-54-g00ecf