diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 22:33:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 22:36:25 +0000 |
commit | 257a9edb4b6a12cc1c990f6bb2d8e5a6fb560823 (patch) | |
tree | 84acaf4fdc191358a7f1bd2a6a991a00a46bdde2 /meta/recipes-support | |
parent | 4f5b57c67eec42f52a282f3d0dcafc0eff72cc3b (diff) | |
download | poky-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/recipes-support')
-rw-r--r-- | meta/recipes-support/atk/atk_1.32.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/hal/hal-info.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/libnl/libnl_2.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libsoup/libsoup_2.2.100.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/neon/neon_0.29.5.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/taglib/taglib_1.6.3.bb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-support/atk/atk_1.32.0.bb b/meta/recipes-support/atk/atk_1.32.0.bb index f571fa1c9a..e6883ebefa 100644 --- a/meta/recipes-support/atk/atk_1.32.0.bb +++ b/meta/recipes-support/atk/atk_1.32.0.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | |||
4 | file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ | 4 | file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ |
5 | file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" | 5 | file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" |
6 | 6 | ||
7 | SRC_URI = "http://download.gnome.org/sources/atk/1.32/${PN}-${PV}.tar.bz2" | 7 | SRC_URI = "http://download.gnome.org/sources/atk/1.32/${BPN}-${PV}.tar.bz2" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "b9a19a3e426cd9ca930f0108c4ee343f" | 9 | SRC_URI[md5sum] = "b9a19a3e426cd9ca930f0108c4ee343f" |
10 | SRC_URI[sha256sum] = "e9a3e598f75c4db1af914f8b052dd9f7e89e920a96cc187c18eb06b8339cb16e" | 10 | SRC_URI[sha256sum] = "e9a3e598f75c4db1af914f8b052dd9f7e89e920a96cc187c18eb06b8339cb16e" |
diff --git a/meta/recipes-support/hal/hal-info.inc b/meta/recipes-support/hal/hal-info.inc index adba83fb28..183dd0ede5 100644 --- a/meta/recipes-support/hal/hal-info.inc +++ b/meta/recipes-support/hal/hal-info.inc | |||
@@ -6,7 +6,7 @@ SECTION = "unknown" | |||
6 | LICENSE = "GPLv2 | AFL" | 6 | LICENSE = "GPLv2 | AFL" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ae484909bad0cf11c8e2071cee6bd4dc" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ae484909bad0cf11c8e2071cee6bd4dc" |
8 | 8 | ||
9 | SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz" | 9 | SRC_URI = "http://hal.freedesktop.org/releases/${BPN}-${PV}.tar.gz" |
10 | 10 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||
diff --git a/meta/recipes-support/libnl/libnl_2.0.bb b/meta/recipes-support/libnl/libnl_2.0.bb index e5d559fbbf..6858e82c00 100644 --- a/meta/recipes-support/libnl/libnl_2.0.bb +++ b/meta/recipes-support/libnl/libnl_2.0.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" | |||
9 | DEPENDS = "flex-native bison-native" | 9 | DEPENDS = "flex-native bison-native" |
10 | PR = "r2" | 10 | PR = "r2" |
11 | 11 | ||
12 | SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz \ | 12 | SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${BPN}-${PV}.tar.gz \ |
13 | file://fix-makefile.patch \ | 13 | file://fix-makefile.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta/recipes-support/libsoup/libsoup_2.2.100.bb b/meta/recipes-support/libsoup/libsoup_2.2.100.bb index 7ead09d30e..3704bd4d59 100644 --- a/meta/recipes-support/libsoup/libsoup_2.2.100.bb +++ b/meta/recipes-support/libsoup/libsoup_2.2.100.bb | |||
@@ -6,7 +6,7 @@ PR = "r1" | |||
6 | 6 | ||
7 | DEPENDS = "glib-2.0 gnutls libxml2" | 7 | DEPENDS = "glib-2.0 gnutls libxml2" |
8 | 8 | ||
9 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2" | 9 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/2.2/${BPN}-${PV}.tar.bz2" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "936e29d705aab0483b9a5b8860f68c13" | 11 | SRC_URI[md5sum] = "936e29d705aab0483b9a5b8860f68c13" |
12 | SRC_URI[sha256sum] = "fa9f33e96a11133adbfd10538d95ed9704e582ef334c0a119a2a0bfca302877d" | 12 | SRC_URI[sha256sum] = "fa9f33e96a11133adbfd10538d95ed9704e582ef334c0a119a2a0bfca302877d" |
diff --git a/meta/recipes-support/neon/neon_0.29.5.bb b/meta/recipes-support/neon/neon_0.29.5.bb index f94cdde634..ae476a6891 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/${PN}/${P}.tar.gz \ | 11 | SRC_URI = "http://www.webdav.org/${BPN}/${P}.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" |
diff --git a/meta/recipes-support/taglib/taglib_1.6.3.bb b/meta/recipes-support/taglib/taglib_1.6.3.bb index 2c9ff12800..f45108b333 100644 --- a/meta/recipes-support/taglib/taglib_1.6.3.bb +++ b/meta/recipes-support/taglib/taglib_1.6.3.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=db979804f025cf55aabec7129cb671ed \ | |||
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r1" |
10 | # http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz | 10 | # http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz |
11 | SRC_URI = "http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}-${PV}.tar.gz \ | 11 | SRC_URI = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.gz \ |
12 | file://configuretweak.patch;patch=1 \ | 12 | file://configuretweak.patch;patch=1 \ |
13 | file://nolibtool.patch;patch=1" | 13 | file://nolibtool.patch;patch=1" |
14 | 14 | ||