diff options
author | Yu Ke <ke.yu@intel.com> | 2011-07-28 21:28:20 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-08-04 09:08:11 -0700 |
commit | 496833833839386dceb44e7d29a1f87836b61ca5 (patch) | |
tree | e3617efeac74291ed357df2ae97507196bee2357 /meta | |
parent | 3d5666a68f44229294be1a1a994e23ab142b5bb4 (diff) | |
download | poky-496833833839386dceb44e7d29a1f87836b61ca5.tar.gz |
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 <ke.y@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
34 files changed, 36 insertions, 36 deletions
diff --git a/meta/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb b/meta/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb index 22a55b278a..0e850bcbfe 100644 --- a/meta/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb +++ b/meta/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb | |||
@@ -5,7 +5,7 @@ inherit module | |||
5 | 5 | ||
6 | SRC_URI = "http://dominion.thruhere.net/koen/OE/omap3-sgx-modules-1.3.13.1397.tar.bz2" | 6 | SRC_URI = "http://dominion.thruhere.net/koen/OE/omap3-sgx-modules-1.3.13.1397.tar.bz2" |
7 | 7 | ||
8 | S = ${WORKDIR}/${PN}-${PV}/eurasiacon/build/linux/omap3430_linux/kbuild/ | 8 | S = ${WORKDIR}/${BPN}-${PV}/eurasiacon/build/linux/omap3430_linux/kbuild/ |
9 | 9 | ||
10 | MAKE_TARGETS = "BUILD=debug" | 10 | MAKE_TARGETS = "BUILD=debug" |
11 | 11 | ||
@@ -13,5 +13,5 @@ COMPATIBLE_MACHINE = "(omap-3430ldp|omap-3430sdp|beagleboard|overo)" | |||
13 | 13 | ||
14 | do_install() { | 14 | do_install() { |
15 | mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/drivers/gpu | 15 | mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/drivers/gpu |
16 | cp ${WORKDIR}/${PN}-${PV}/eurasiacon/binary_omap3430_linux_debug/*.ko ${D}/lib/modules/${KERNEL_VERSION}/drivers/gpu | 16 | cp ${WORKDIR}/${BPN}-${PV}/eurasiacon/binary_omap3430_linux_debug/*.ko ${D}/lib/modules/${KERNEL_VERSION}/drivers/gpu |
17 | } | 17 | } |
diff --git a/meta/recipes-bsp/zaurusd/zaurusd_svn.bb b/meta/recipes-bsp/zaurusd/zaurusd_svn.bb index 6f9ed033fb..eaac3034c4 100644 --- a/meta/recipes-bsp/zaurusd/zaurusd_svn.bb +++ b/meta/recipes-bsp/zaurusd/zaurusd_svn.bb | |||
@@ -11,7 +11,7 @@ PR = "r3" | |||
11 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \ | 11 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \ |
12 | file://fix_makefile.patch" | 12 | file://fix_makefile.patch" |
13 | 13 | ||
14 | S = "${WORKDIR}/${PN}" | 14 | S = "${WORKDIR}/${BPN}" |
15 | 15 | ||
16 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 16 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
17 | 17 | ||
diff --git a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb index 01f0ef7c12..81a367d739 100644 --- a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb +++ b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | DEPENDS = "libgalago dbus glib-2.0" | 6 | DEPENDS = "libgalago dbus glib-2.0" |
7 | 7 | ||
8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz " | 8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${BPN}-${PV}.tar.gz " |
9 | 9 | ||
10 | SRC_URI[md5sum] = "fdb81f938f86f380b127158ebb542279" | 10 | SRC_URI[md5sum] = "fdb81f938f86f380b127158ebb542279" |
11 | SRC_URI[sha256sum] = "db42a0d1d0f8b069ea5ac1203207f9178f25ac1367f4910bd48547f5be1db4c2" | 11 | SRC_URI[sha256sum] = "db42a0d1d0f8b069ea5ac1203207f9178f25ac1367f4910bd48547f5be1db4c2" |
diff --git a/meta/recipes-connectivity/iproute2/iproute2_2.6.38.bb b/meta/recipes-connectivity/iproute2/iproute2_2.6.38.bb index e82275060b..7abc41fc14 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_2.6.38.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_2.6.38.bb | |||
@@ -2,7 +2,7 @@ require iproute2.inc | |||
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | 4 | ||
5 | SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \ | 5 | SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${BPN}-${PV}.tar.bz2 \ |
6 | file://configure-cross.patch" | 6 | file://configure-cross.patch" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "a243bfea837e71824b7ca26c3bb45fa8" | 8 | SRC_URI[md5sum] = "a243bfea837e71824b7ca26c3bb45fa8" |
diff --git a/meta/recipes-connectivity/ofono/ofono_0.50.bb b/meta/recipes-connectivity/ofono/ofono_0.50.bb index 4635386884..ef4fbf0ba8 100644 --- a/meta/recipes-connectivity/ofono/ofono_0.50.bb +++ b/meta/recipes-connectivity/ofono/ofono_0.50.bb | |||
@@ -2,7 +2,7 @@ require ofono.inc | |||
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r1" |
4 | 4 | ||
5 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${P}.tar.bz2 \ | 5 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \ |
6 | file://ofono" | 6 | file://ofono" |
7 | 7 | ||
8 | EXTRA_OECONF += "\ | 8 | EXTRA_OECONF += "\ |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb index 9351be4554..8bb63e7d77 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb | |||
@@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" | |||
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |
6 | PR = "r0" | 6 | PR = "r0" |
7 | 7 | ||
8 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz" | 8 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "fe9a4f781651593fd4afddb343ff50bf" | 10 | SRC_URI[md5sum] = "fe9a4f781651593fd4afddb343ff50bf" |
11 | SRC_URI[sha256sum] = "62e759084355ac0fce61feb561a7535a6707b223f0d1e4305fd47c83fa5494d0" | 11 | SRC_URI[sha256sum] = "62e759084355ac0fce61feb561a7535a6707b223f0d1e4305fd47c83fa5494d0" |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb index 5bd4e28adc..bc1fb4e9d0 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | |||
7 | file://src/idle.c;beginline=1;endline=19;md5=b06b1e2594423111a1a7910b0eefc7f9" | 7 | file://src/idle.c;beginline=1;endline=19;md5=b06b1e2594423111a1a7910b0eefc7f9" |
8 | PR = "r0" | 8 | PR = "r0" |
9 | 9 | ||
10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz" | 10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "82f5eafa07df5e1abc785061143bbfd2" | 12 | SRC_URI[md5sum] = "82f5eafa07df5e1abc785061143bbfd2" |
13 | SRC_URI[sha256sum] = "384119cc64022626b6f51aaaef605abf248602d8fae25baff82762a097f20fe9" | 13 | SRC_URI[sha256sum] = "384119cc64022626b6f51aaaef605abf248602d8fae25baff82762a097f20fe9" |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb index 0a483c489f..ead8dea05b 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | |||
6 | 6 | ||
7 | RDEPENDS_${PN} += "python-dbus" | 7 | RDEPENDS_${PN} += "python-dbus" |
8 | 8 | ||
9 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz \ | 9 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ |
10 | file://parallel_make.patch" | 10 | file://parallel_make.patch" |
11 | 11 | ||
12 | PR = "r2" | 12 | PR = "r2" |
diff --git a/meta/recipes-core/dbus-wait/dbus-wait_svn.bb b/meta/recipes-core/dbus-wait/dbus-wait_svn.bb index 9a6130fd87..1270973630 100644 --- a/meta/recipes-core/dbus-wait/dbus-wait_svn.bb +++ b/meta/recipes-core/dbus-wait/dbus-wait_svn.bb | |||
@@ -11,6 +11,6 @@ PR = "r2" | |||
11 | 11 | ||
12 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http" | 12 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http" |
13 | 13 | ||
14 | S = "${WORKDIR}/${PN}" | 14 | S = "${WORKDIR}/${BPN}" |
15 | 15 | ||
16 | inherit autotools | 16 | inherit autotools |
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb index 64fff50033..f492dd3629 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "glib-2.0 gnutls" | |||
10 | 10 | ||
11 | PR = "r0" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "${GNOME_MIRROR}/${PN}/2.28/${PN}-${PV}.tar.bz2" | 13 | SRC_URI = "${GNOME_MIRROR}/${BPN}/2.28/${BPN}-${PV}.tar.bz2" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777" | 15 | SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777" |
16 | SRC_URI[sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c" | 16 | SRC_URI[sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c" |
diff --git a/meta/recipes-devtools/distcc/distcc_2.18.3.bb b/meta/recipes-devtools/distcc/distcc_2.18.3.bb index e474cce4c7..ec6ffb37fa 100644 --- a/meta/recipes-devtools/distcc/distcc_2.18.3.bb +++ b/meta/recipes-devtools/distcc/distcc_2.18.3.bb | |||
@@ -14,7 +14,7 @@ RRECOMMENDS_${PN} = "avahi-daemon" | |||
14 | 14 | ||
15 | # Upstream change this patch periodically so store locally | 15 | # Upstream change this patch periodically so store locally |
16 | # http://0pointer.de/public/distcc-avahi.patch | 16 | # http://0pointer.de/public/distcc-avahi.patch |
17 | SRC_URI = "http://distcc.googlecode.com/files/${PN}-${PV}.tar.bz2 \ | 17 | SRC_URI = "http://distcc.googlecode.com/files/${BPN}-${PV}.tar.bz2 \ |
18 | file://distcc-avahi.patch \ | 18 | file://distcc-avahi.patch \ |
19 | file://makefile-param-order.patch \ | 19 | file://makefile-param-order.patch \ |
20 | file://default \ | 20 | file://default \ |
diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb index f73bd1ebd9..4b3dd94665 100644 --- a/meta/recipes-devtools/subversion/subversion_1.6.15.bb +++ b/meta/recipes-devtools/subversion/subversion_1.6.15.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "http://subversion.tigris.org" | |||
7 | 7 | ||
8 | PR = "r0" | 8 | PR = "r0" |
9 | 9 | ||
10 | SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ | 10 | SRC_URI = "http://subversion.tigris.org/downloads/${BPN}-${PV}.tar.bz2 \ |
11 | file://disable-revision-install.patch;patch=1 \ | 11 | file://disable-revision-install.patch;patch=1 \ |
12 | file://neon-detection.patch;patch=1 \ | 12 | file://neon-detection.patch;patch=1 \ |
13 | file://libtool2.patch;patch=1" | 13 | file://libtool2.patch;patch=1" |
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 | |||
19 | SRC_URI[patch.md5sum] = "2d1bc2f2c38b65d47e27da7c7508d17f" | 19 | SRC_URI[patch.md5sum] = "2d1bc2f2c38b65d47e27da7c7508d17f" |
20 | SRC_URI[patch.sha256sum] = "999f2062203e389327d997724621be37bea9c98fa226238f9f4eb4a6ea25bd4b" | 20 | SRC_URI[patch.sha256sum] = "999f2062203e389327d997724621be37bea9c98fa226238f9f4eb4a6ea25bd4b" |
21 | 21 | ||
22 | S = "${WORKDIR}/${PN}-4.orig" | 22 | S = "${WORKDIR}/${BPN}-4.orig" |
23 | 23 | ||
24 | inherit autotools | 24 | 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" | |||
14 | 14 | ||
15 | PR = "r0" | 15 | PR = "r0" |
16 | 16 | ||
17 | SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${P}.tar.bz2" | 17 | SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${BPN}-${PV}.tar.bz2" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "a576808a6d66763606d750ec451bab6d" | 19 | SRC_URI[md5sum] = "a576808a6d66763606d750ec451bab6d" |
20 | SRC_URI[sha256sum] = "aa36bf7fd3f7c6e3371eddd8a7846b83435c48f132cc5919d83a830504b797d6" | 20 | 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" | |||
11 | 11 | ||
12 | inherit pkgconfig autotools gettext | 12 | inherit pkgconfig autotools gettext |
13 | 13 | ||
14 | SRC_URI = "http://alpha.gnu.org/gnu/libidn/${P}.tar.gz" | 14 | SRC_URI = "http://alpha.gnu.org/gnu/libidn/${BPN}-${PV}.tar.gz" |
15 | 15 | ||
16 | EXTRA_OECONF = " --disable-tld" | 16 | EXTRA_OECONF = " --disable-tld" |
17 | 17 | ||
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" | |||
11 | 11 | ||
12 | inherit pkgconfig autotools gettext | 12 | inherit pkgconfig autotools gettext |
13 | 13 | ||
14 | SRC_URI = "${GNU_MIRROR}/libidn/${P}.tar.gz" | 14 | SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz" |
15 | 15 | ||
16 | # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ | 16 | # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ |
17 | # so package command into a separate package | 17 | # 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" | |||
11 | DEPENDS += "xz-native" | 11 | DEPENDS += "xz-native" |
12 | PROVIDES = "virtual/librpc" | 12 | PROVIDES = "virtual/librpc" |
13 | 13 | ||
14 | SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2;name=libtirpc \ | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2;name=libtirpc \ |
15 | ${GENTOO_MIRROR}/${PN}-glibc-nfs.tar.xz;name=glibc-nfs \ | 15 | ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \ |
16 | file://libtirpc-0.2.1-fortify.patch \ | 16 | file://libtirpc-0.2.1-fortify.patch \ |
17 | file://libtirpc-0.2.2-rpc-des-prot.patch \ | 17 | file://libtirpc-0.2.2-rpc-des-prot.patch \ |
18 | file://remove-des-crypt.patch \ | 18 | 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" | |||
7 | 7 | ||
8 | PR = "r0" | 8 | PR = "r0" |
9 | 9 | ||
10 | SRC_URI = "ftp://ftp.mktemp.org/pub/mktemp/${P}.tar.gz \ | 10 | SRC_URI = "ftp://ftp.mktemp.org/pub/mktemp/${BPN}-${PV}.tar.gz \ |
11 | file://disable-strip.patch \ | 11 | file://disable-strip.patch \ |
12 | " | 12 | " |
13 | 13 | ||
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" | |||
18 | LICENSE = "MIT" | 18 | LICENSE = "MIT" |
19 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014" | 19 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014" |
20 | 20 | ||
21 | SRC_URI = "http://portland.freedesktop.org/download/${PN}-${PV}.tgz" | 21 | SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tgz" |
22 | 22 | ||
23 | inherit autotools | 23 | inherit autotools |
24 | 24 | ||
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb index 1b02258521..e1f9ffb961 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb | |||
@@ -17,7 +17,7 @@ FONTREV = "0.20100721" | |||
17 | SRC_URI = "https://fedorahosted.org/releases/l/i/${BPN}/${BPN}-${PV}.${FONTREV}.tar.gz \ | 17 | SRC_URI = "https://fedorahosted.org/releases/l/i/${BPN}/${BPN}-${PV}.${FONTREV}.tar.gz \ |
18 | file://30-liberation-aliases.conf" | 18 | file://30-liberation-aliases.conf" |
19 | 19 | ||
20 | S = ${WORKDIR}/${PN}-${PV}.${FONTREV} | 20 | S = ${WORKDIR}/${BPN}-${PV}.${FONTREV} |
21 | 21 | ||
22 | do_install () { | 22 | do_install () { |
23 | install -d ${D}${datadir}/fonts/ttf/ | 23 | install -d ${D}${datadir}/fonts/ttf/ |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc b/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc index 6ff1391c71..34d03b2000 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc | |||
@@ -9,7 +9,7 @@ PR = "r1" | |||
9 | 9 | ||
10 | DEPENDS = "virtual/xserver-xf86 xproto randrproto util-macros" | 10 | DEPENDS = "virtual/xserver-xf86 xproto randrproto util-macros" |
11 | 11 | ||
12 | XORG_PN = "${PN}" | 12 | XORG_PN = "${BPN}" |
13 | SRC_URI = "${XORG_MIRROR}/individual/driver/${XORG_PN}-${PV}.tar.bz2" | 13 | SRC_URI = "${XORG_MIRROR}/individual/driver/${XORG_PN}-${PV}.tar.bz2" |
14 | 14 | ||
15 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 15 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb index 0498c1955e..665601f11b 100644 --- a/meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb +++ b/meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "libvorbis libogg alsa-lib libmad" | |||
7 | 7 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-B-${PV}.tar.gz" | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-B-${PV}.tar.gz" |
9 | 9 | ||
10 | S = "${WORKDIR}/${PN}-B-${PV}" | 10 | S = "${WORKDIR}/${BPN}-B-${PV}" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |
13 | 13 | ||
diff --git a/meta/recipes-sato/eds/eds-tools_bzr.bb b/meta/recipes-sato/eds/eds-tools_bzr.bb index bd693db378..afa80004e4 100644 --- a/meta/recipes-sato/eds/eds-tools_bzr.bb +++ b/meta/recipes-sato/eds/eds-tools_bzr.bb | |||
@@ -13,6 +13,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | S = "${WORKDIR}/${PN}" | 16 | S = "${WORKDIR}/${BPN}" |
17 | 17 | ||
18 | FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so" | 18 | FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so" |
diff --git a/meta/recipes-sato/gaku/gaku_svn.bb b/meta/recipes-sato/gaku/gaku_svn.bb index 4a2e9078d0..3806021b0d 100644 --- a/meta/recipes-sato/gaku/gaku_svn.bb +++ b/meta/recipes-sato/gaku/gaku_svn.bb | |||
@@ -22,6 +22,6 @@ PR = "r4" | |||
22 | 22 | ||
23 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http" | 23 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http" |
24 | 24 | ||
25 | S = "${WORKDIR}/${PN}" | 25 | S = "${WORKDIR}/${BPN}" |
26 | 26 | ||
27 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |
diff --git a/meta/recipes-sato/libical/libical_0.46.bb b/meta/recipes-sato/libical/libical_0.46.bb index 6ad5d359b0..e0e88ba8e7 100644 --- a/meta/recipes-sato/libical/libical_0.46.bb +++ b/meta/recipes-sato/libical/libical_0.46.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=35da21efce2b9f0ca07524c9f844e6ed \ | |||
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | PR = "r0" | 8 | PR = "r0" |
9 | 9 | ||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz" | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${BPN}-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "9c08f88945bfd5d0791d102e4aa4125c" | 12 | SRC_URI[md5sum] = "9c08f88945bfd5d0791d102e4aa4125c" |
13 | SRC_URI[sha256sum] = "000762efb81501421d94ec56343648a62b3bd2884e7cdf6f638e2c207dd8f6a1" | 13 | SRC_URI[sha256sum] = "000762efb81501421d94ec56343648a62b3bd2884e7cdf6f638e2c207dd8f6a1" |
diff --git a/meta/recipes-sato/libowl/libowl_svn.bb b/meta/recipes-sato/libowl/libowl_svn.bb index 147a3322c5..1500fad5c6 100644 --- a/meta/recipes-sato/libowl/libowl_svn.bb +++ b/meta/recipes-sato/libowl/libowl_svn.bb | |||
@@ -16,6 +16,6 @@ PR = "r6" | |||
16 | 16 | ||
17 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http" | 17 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http" |
18 | 18 | ||
19 | S = "${WORKDIR}/${PN}" | 19 | S = "${WORKDIR}/${BPN}" |
20 | 20 | ||
21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
diff --git a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb index 9d5fd89e53..04928a4c30 100644 --- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb +++ b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | |||
@@ -16,7 +16,7 @@ SRCREV = "416" | |||
16 | PV = "0.0+svnr${SRCPV}" | 16 | PV = "0.0+svnr${SRCPV}" |
17 | PR = "r6" | 17 | PR = "r6" |
18 | 18 | ||
19 | S = "${WORKDIR}/${PN}" | 19 | S = "${WORKDIR}/${BPN}" |
20 | 20 | ||
21 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http \ | 21 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http \ |
22 | file://gst_change_state.patch \ | 22 | file://gst_change_state.patch \ |
diff --git a/meta/recipes-sato/puzzles/oh-puzzles_svn.bb b/meta/recipes-sato/puzzles/oh-puzzles_svn.bb index d00b0607c5..616fb0e244 100644 --- a/meta/recipes-sato/puzzles/oh-puzzles_svn.bb +++ b/meta/recipes-sato/puzzles/oh-puzzles_svn.bb | |||
@@ -22,7 +22,7 @@ inherit autotools pkgconfig | |||
22 | SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http" | 22 | SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http" |
23 | SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;patch=1;pnum=0 " | 23 | SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;patch=1;pnum=0 " |
24 | 24 | ||
25 | S = "${WORKDIR}/${PN}" | 25 | S = "${WORKDIR}/${BPN}" |
26 | 26 | ||
27 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" | 27 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" |
28 | 28 | ||
diff --git a/meta/recipes-sato/puzzles/puzzles_r9175.bb b/meta/recipes-sato/puzzles/puzzles_r9175.bb index 5cd8bb912a..ee0c02537a 100644 --- a/meta/recipes-sato/puzzles/puzzles_r9175.bb +++ b/meta/recipes-sato/puzzles/puzzles_r9175.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar | |||
15 | #SRC_URI[sha256sum] = "69f37e497e63b2f7ab44e7bbd50aee078269c16dbc2d78ec1b00257678f2cbd2" | 15 | #SRC_URI[sha256sum] = "69f37e497e63b2f7ab44e7bbd50aee078269c16dbc2d78ec1b00257678f2cbd2" |
16 | #SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}" | 16 | #SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}" |
17 | 17 | ||
18 | S = "${WORKDIR}/${PN}-${PV}" | 18 | S = "${WORKDIR}/${BPN}-${PV}" |
19 | 19 | ||
20 | do_configure () { | 20 | do_configure () { |
21 | ./mkfiles.pl | 21 | ./mkfiles.pl |
diff --git a/meta/recipes-sato/screenshot/screenshot_svn.bb b/meta/recipes-sato/screenshot/screenshot_svn.bb index 66a5c812c3..825870d6dd 100644 --- a/meta/recipes-sato/screenshot/screenshot_svn.bb +++ b/meta/recipes-sato/screenshot/screenshot_svn.bb | |||
@@ -15,7 +15,7 @@ PR = "r2" | |||
15 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http \ | 15 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http \ |
16 | file://fix_ldadd_order.patch" | 16 | file://fix_ldadd_order.patch" |
17 | 17 | ||
18 | S = ${WORKDIR}/${PN} | 18 | S = ${WORKDIR}/${BPN} |
19 | 19 | ||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||
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 \ | |||
9 | 9 | ||
10 | PR = "r0" | 10 | PR = "r0" |
11 | 11 | ||
12 | SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ | 12 | SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ |
13 | file://configfix.patch;patch=1 \ | 13 | file://configfix.patch;patch=1 \ |
14 | file://configure_fixes.patch;patch=1" | 14 | file://configure_fixes.patch;patch=1" |
15 | 15 | ||
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 \ | |||
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r1" |
10 | 10 | ||
11 | SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \ | 11 | SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ |
12 | file://configure_fixes.patch;patch=1 \ | 12 | file://configure_fixes.patch;patch=1 \ |
13 | file://cleanup.patch;patch=1 \ | 13 | file://cleanup.patch;patch=1 \ |
14 | file://configfix.patch;patch=1 \ | 14 | file://configfix.patch;patch=1 \ |
diff --git a/meta/recipes-support/liboil/liboil_0.3.17.bb b/meta/recipes-support/liboil/liboil_0.3.17.bb index f342a820fe..64e1ddd2f9 100644 --- a/meta/recipes-support/liboil/liboil_0.3.17.bb +++ b/meta/recipes-support/liboil/liboil_0.3.17.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ad80780d9c5205d63481a0184e199a15 \ | |||
12 | DEPENDS = "glib-2.0" | 12 | DEPENDS = "glib-2.0" |
13 | PR = "r3" | 13 | PR = "r3" |
14 | 14 | ||
15 | SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ | 15 | SRC_URI = "http://liboil.freedesktop.org/download/${BPN}-${PV}.tar.gz \ |
16 | file://no-tests.patch \ | 16 | file://no-tests.patch \ |
17 | file://fix-unaligned-whitelist.patch \ | 17 | file://fix-unaligned-whitelist.patch \ |
18 | " | 18 | " |
diff --git a/meta/recipes-support/neon/neon_0.29.5.bb b/meta/recipes-support/neon/neon_0.29.5.bb index ae476a6891..f465a4d6ba 100644 --- a/meta/recipes-support/neon/neon_0.29.5.bb +++ b/meta/recipes-support/neon/neon_0.29.5.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "zlib libxml2 expat time gnutls" | |||
8 | 8 | ||
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "http://www.webdav.org/${BPN}/${P}.tar.gz \ | 11 | SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \ |
12 | file://pkgconfig.patch;patch=1" | 12 | file://pkgconfig.patch;patch=1" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "ff369e69ef0f0143beb5626164e87ae2" | 14 | SRC_URI[md5sum] = "ff369e69ef0f0143beb5626164e87ae2" |