summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-14 22:33:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-14 22:36:25 +0000
commit257a9edb4b6a12cc1c990f6bb2d8e5a6fb560823 (patch)
tree84acaf4fdc191358a7f1bd2a6a991a00a46bdde2 /meta/classes
parent4f5b57c67eec42f52a282f3d0dcafc0eff72cc3b (diff)
downloadpoky-257a9edb4b6a12cc1c990f6bb2d8e5a6fb560823.tar.gz
Update SRC_URIs to use BPN instead of PN
[YOCTO #860] (From OE-Core rev: 09ed5de9624be38c0fa5cb3f943691c3b4a50686) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/openmoko-base.bbclass2
-rw-r--r--meta/classes/openmoko2.bbclass2
-rw-r--r--meta/classes/xfce.bbclass2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/openmoko-base.bbclass b/meta/classes/openmoko-base.bbclass
index d7be1c2932..b8b41197a9 100644
--- a/meta/classes/openmoko-base.bbclass
+++ b/meta/classes/openmoko-base.bbclass
@@ -13,7 +13,7 @@ def openmoko_base_get_subdir(d):
13 13
14SUBDIR = "${@openmoko_base_get_subdir(d)}" 14SUBDIR = "${@openmoko_base_get_subdir(d)}"
15 15
16SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http" 16SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${BPN};proto=http"
17S = "${WORKDIR}/${PN}" 17S = "${WORKDIR}/${PN}"
18 18
19FILES_${PN} += "${datadir}/icons" 19FILES_${PN} += "${datadir}/icons"
diff --git a/meta/classes/openmoko2.bbclass b/meta/classes/openmoko2.bbclass
index 233c721ff7..2d9f71a5e2 100644
--- a/meta/classes/openmoko2.bbclass
+++ b/meta/classes/openmoko2.bbclass
@@ -22,7 +22,7 @@ def openmoko_two_get_subdir(d):
22LICENSE = "${@openmoko_two_get_license(d)}" 22LICENSE = "${@openmoko_two_get_license(d)}"
23SUBDIR = "${@openmoko_two_get_subdir(d)}" 23SUBDIR = "${@openmoko_two_get_subdir(d)}"
24 24
25SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http" 25SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${BPN};proto=http"
26S = "${WORKDIR}/${PN}" 26S = "${WORKDIR}/${PN}"
27 27
28FILES_${PN} += "${datadir}/icons" 28FILES_${PN} += "${datadir}/icons"
diff --git a/meta/classes/xfce.bbclass b/meta/classes/xfce.bbclass
index 95778ee39e..d21bb42d46 100644
--- a/meta/classes/xfce.bbclass
+++ b/meta/classes/xfce.bbclass
@@ -9,7 +9,7 @@ LICENSE = "LGPLv2"
9DEPENDS += "startup-notification" 9DEPENDS += "startup-notification"
10 10
11XFCE_VERSION = ${PV} 11XFCE_VERSION = ${PV}
12SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2" 12SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${BPN}-${PV}.tar.bz2"
13 13
14inherit autotools 14inherit autotools
15 15