diff options
Diffstat (limited to 'meta')
59 files changed, 59 insertions, 59 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 | ||
14 | SUBDIR = "${@openmoko_base_get_subdir(d)}" | 14 | SUBDIR = "${@openmoko_base_get_subdir(d)}" |
15 | 15 | ||
16 | SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http" | 16 | SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${BPN};proto=http" |
17 | S = "${WORKDIR}/${PN}" | 17 | S = "${WORKDIR}/${PN}" |
18 | 18 | ||
19 | FILES_${PN} += "${datadir}/icons" | 19 | FILES_${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): | |||
22 | LICENSE = "${@openmoko_two_get_license(d)}" | 22 | LICENSE = "${@openmoko_two_get_license(d)}" |
23 | SUBDIR = "${@openmoko_two_get_subdir(d)}" | 23 | SUBDIR = "${@openmoko_two_get_subdir(d)}" |
24 | 24 | ||
25 | SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http" | 25 | SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${BPN};proto=http" |
26 | S = "${WORKDIR}/${PN}" | 26 | S = "${WORKDIR}/${PN}" |
27 | 27 | ||
28 | FILES_${PN} += "${datadir}/icons" | 28 | FILES_${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" | |||
9 | DEPENDS += "startup-notification" | 9 | DEPENDS += "startup-notification" |
10 | 10 | ||
11 | XFCE_VERSION = ${PV} | 11 | XFCE_VERSION = ${PV} |
12 | SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2" | 12 | SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${BPN}-${PV}.tar.bz2" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
diff --git a/meta/recipes-bsp/setserial/setserial_2.17.bb b/meta/recipes-bsp/setserial/setserial_2.17.bb index a2fd24be82..64f541c343 100644 --- a/meta/recipes-bsp/setserial/setserial_2.17.bb +++ b/meta/recipes-bsp/setserial/setserial_2.17.bb | |||
@@ -11,7 +11,7 @@ PR = "r3" | |||
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |
13 | 13 | ||
14 | SRC_URI = "${SOURCEFORGE_MIRROR}/setserial/${PN}-${PV}.tar.gz \ | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/setserial/${BPN}-${PV}.tar.gz \ |
15 | file://add_stdlib.patch \ | 15 | file://add_stdlib.patch \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb b/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb index 675ab1798a..4094aeb6b4 100644 --- a/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb +++ b/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fe11ac92dcbd84134d91b6e2c2eccab5" | |||
8 | DEPENDS = "openssl" | 8 | DEPENDS = "openssl" |
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${PN}-${PV}.tar.gz \ | 11 | SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \ |
12 | file://conf.patch \ | 12 | file://conf.patch \ |
13 | file://cross-build-fix.patch \ | 13 | file://cross-build-fix.patch \ |
14 | " | 14 | " |
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 0b8f51eadd..5d981af95b 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 = "gettext libgalago dbus glib-2.0" | 6 | DEPENDS = "gettext libgalago dbus glib-2.0" |
7 | 7 | ||
8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz " | 8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.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/galago/libgalago_0.5.2.bb b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb index 0693ff6c1c..b1b8ce7464 100644 --- a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb +++ b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | |||
7 | 7 | ||
8 | DEPENDS = "gettext dbus glib-2.0 dbus-glib" | 8 | DEPENDS = "gettext dbus glib-2.0 dbus-glib" |
9 | 9 | ||
10 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ | 10 | SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz \ |
11 | file://mkdir.patch;patch=1 \ | 11 | file://mkdir.patch;patch=1 \ |
12 | file://pkgconfig.patch;patch=1 " | 12 | file://pkgconfig.patch;patch=1 " |
13 | 13 | ||
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb index 77552086cb..3c8c6983ec 100644 --- a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb +++ b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "LGPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
5 | DEPENDS = "glib-2.0 libsoup-2.4 libglade" | 5 | DEPENDS = "glib-2.0 libsoup-2.4 libglade" |
6 | 6 | ||
7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ | 7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz \ |
8 | file://introspection.patch" | 8 | file://introspection.patch" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "725c32e8f92a072cc34f0e091937df2a" | 10 | SRC_URI[md5sum] = "725c32e8f92a072cc34f0e091937df2a" |
diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb index c43fdd9e9e..fef907e93c 100644 --- a/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb +++ b/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | |||
5 | file://libgupnp-av/gupnp-av.h;beginline=1;endline=22;md5=d344132a8766641fcb11213ff5982086" | 5 | file://libgupnp-av/gupnp-av.h;beginline=1;endline=22;md5=d344132a8766641fcb11213ff5982086" |
6 | DEPENDS = "gupnp" | 6 | DEPENDS = "gupnp" |
7 | 7 | ||
8 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" | 8 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz" |
9 | 9 | ||
10 | PR = "r0" | 10 | PR = "r0" |
11 | 11 | ||
diff --git a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb index 98b2dc0176..008d0f7661 100644 --- a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb +++ b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |||
4 | file://src/network-light/main.c;beginline=1;endline=21;md5=033bf37c030780c5a72165846b3003f6" | 4 | file://src/network-light/main.c;beginline=1;endline=21;md5=033bf37c030780c5a72165846b3003f6" |
5 | DEPENDS = "gupnp gtk+ libglade gnome-icon-theme" | 5 | DEPENDS = "gupnp gtk+ libglade gnome-icon-theme" |
6 | 6 | ||
7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" | 7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz" |
8 | 8 | ||
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb index 9f2d717c76..43a3645dfc 100644 --- a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb +++ b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | |||
5 | file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1" | 5 | file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1" |
6 | DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme" | 6 | DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme" |
7 | 7 | ||
8 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ | 8 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz \ |
9 | file://introspection.patch" | 9 | file://introspection.patch" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "8598922256faa5adb28657d0c10a3e3e" | 11 | SRC_URI[md5sum] = "8598922256faa5adb28657d0c10a3e3e" |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb index cbc7234aba..0ee3ca85fc 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.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/${PN}/${P}.tar.gz" | 10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "5ee3aa5c6e1112922b11711e6a209331" | 12 | SRC_URI[md5sum] = "5ee3aa5c6e1112922b11711e6a209331" |
13 | SRC_URI[sha256sum] = "b65df4f8ebdf1039e1f1e406f53cc7b6106fab6c4d8e784e360709f8d85df0c3" | 13 | SRC_URI[sha256sum] = "b65df4f8ebdf1039e1f1e406f53cc7b6106fab6c4d8e784e360709f8d85df0c3" |
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 7c83393899..8182362625 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/${PN}/${P}.tar.gz \ | 9 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz \ |
10 | file://parallel_make.patch" | 10 | file://parallel_make.patch" |
11 | 11 | ||
12 | PR = "r1" | 12 | PR = "r1" |
diff --git a/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb b/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb index 8e854c1838..3fdd9acdca 100644 --- a/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb +++ b/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb | |||
@@ -17,7 +17,7 @@ PRIORITY = "optional" | |||
17 | 17 | ||
18 | PR = "r1" | 18 | PR = "r1" |
19 | 19 | ||
20 | SRC_URI = "http://www.progsoc.org/~wildfire/zeroconf/download/${PN}-${PV}.tar.gz \ | 20 | SRC_URI = "http://www.progsoc.org/~wildfire/zeroconf/download/${BPN}-${PV}.tar.gz \ |
21 | file://compilefix.patch;patch=1 \ | 21 | file://compilefix.patch;patch=1 \ |
22 | file://zeroconf-default \ | 22 | file://zeroconf-default \ |
23 | file://debian-zeroconf" | 23 | file://debian-zeroconf" |
diff --git a/meta/recipes-devtools/insserv/insserv_1.14.0.bb b/meta/recipes-devtools/insserv/insserv_1.14.0.bb index ec43b3bf12..2d2e75a20a 100644 --- a/meta/recipes-devtools/insserv/insserv_1.14.0.bb +++ b/meta/recipes-devtools/insserv/insserv_1.14.0.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
9 | 9 | ||
10 | PR = "r0" | 10 | PR = "r0" |
11 | 11 | ||
12 | SRC_URI = "ftp://ftp.suse.com/pub/projects/init/${PN}-${PV}.tar.bz2 \ | 12 | SRC_URI = "ftp://ftp.suse.com/pub/projects/init/${BPN}-${PV}.tar.bz2 \ |
13 | file://makefile.patch \ | 13 | file://makefile.patch \ |
14 | file://disable_runtests.patch \ | 14 | file://disable_runtests.patch \ |
15 | file://insserv.conf" | 15 | file://insserv.conf" |
diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb index 04a78e34d0..9c74cdb6b3 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=33;endline=35;md5=1705549eef7577a3d6 | |||
11 | 11 | ||
12 | DEPENDS += "libxml-parser-perl" | 12 | DEPENDS += "libxml-parser-perl" |
13 | 13 | ||
14 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/${PN}-${PV}.tar.gz" | 14 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/${BPN}-${PV}.tar.gz" |
15 | 15 | ||
16 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | 16 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" |
17 | 17 | ||
diff --git a/meta/recipes-extended/iputils/iputils_s20101006.bb b/meta/recipes-extended/iputils/iputils_s20101006.bb index c4db5b4746..a7ef40cf3e 100644 --- a/meta/recipes-extended/iputils/iputils_s20101006.bb +++ b/meta/recipes-extended/iputils/iputils_s20101006.bb | |||
@@ -15,7 +15,7 @@ DEPENDS = "sysfsutils openssl docbook-utils-native" | |||
15 | 15 | ||
16 | PR = "r0" | 16 | PR = "r0" |
17 | 17 | ||
18 | SRC_URI = "http://www.skbuff.net/iputils/${PN}-${PV}.tar.bz2 \ | 18 | SRC_URI = "http://www.skbuff.net/iputils/${BPN}-${PV}.tar.bz2 \ |
19 | file://debian/fix-dead-host-ping-stats.diff \ | 19 | file://debian/fix-dead-host-ping-stats.diff \ |
20 | file://debian/add-icmp-return-codes.diff \ | 20 | file://debian/add-icmp-return-codes.diff \ |
21 | file://debian/use_gethostbyname2.diff \ | 21 | file://debian/use_gethostbyname2.diff \ |
diff --git a/meta/recipes-extended/less/less_436.bb b/meta/recipes-extended/less/less_436.bb index dcd73bda84..e6c8c71508 100644 --- a/meta/recipes-extended/less/less_436.bb +++ b/meta/recipes-extended/less/less_436.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
13 | DEPENDS = "ncurses" | 13 | DEPENDS = "ncurses" |
14 | PR = "r0" | 14 | PR = "r0" |
15 | 15 | ||
16 | SRC_URI = "http://www.greenwoodsoftware.com/${PN}/${PN}-${PV}.tar.gz" | 16 | SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "817bf051953ad2dea825a1cdf460caa4" | 18 | SRC_URI[md5sum] = "817bf051953ad2dea825a1cdf460caa4" |
19 | SRC_URI[sha256sum] = "57a16ff07431a9af45cf1cd5b374e1066d019304219f0d156e22bb8c4d6734d2" | 19 | SRC_URI[sha256sum] = "57a16ff07431a9af45cf1cd5b374e1066d019304219f0d156e22bb8c4d6734d2" |
diff --git a/meta/recipes-extended/man-pages/man-pages_3.32.bb b/meta/recipes-extended/man-pages/man-pages_3.32.bb index daf22bc3c6..3c069f2eac 100644 --- a/meta/recipes-extended/man-pages/man-pages_3.32.bb +++ b/meta/recipes-extended/man-pages/man-pages_3.32.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "GPL" | |||
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1" | 9 | LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1" |
10 | SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz" | 10 | SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${BPN}-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "cc6c2d4d4eb364fd8da718c412db09d4" | 12 | SRC_URI[md5sum] = "cc6c2d4d4eb364fd8da718c412db09d4" |
13 | SRC_URI[sha256sum] = "61ef2fc36421e72eb92d1f533576a439a2fcdae20269393f740dd98abd8be519" | 13 | SRC_URI[sha256sum] = "61ef2fc36421e72eb92d1f533576a439a2fcdae20269393f740dd98abd8be519" |
diff --git a/meta/recipes-extended/man/man_1.6f.bb b/meta/recipes-extended/man/man_1.6f.bb index f1c9754434..57aeb9c75f 100644 --- a/meta/recipes-extended/man/man_1.6f.bb +++ b/meta/recipes-extended/man/man_1.6f.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "groff less" | |||
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
12 | 12 | ||
13 | SRC_URI = "http://primates.ximian.com/~flucifredi/${PN}/${PN}-${PV}.tar.gz \ | 13 | SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \ |
14 | file://man-1.5k-confpath.patch;striplevel=0 \ | 14 | file://man-1.5k-confpath.patch;striplevel=0 \ |
15 | file://man-1.5h1-make.patch;striplevel=1 \ | 15 | file://man-1.5h1-make.patch;striplevel=1 \ |
16 | file://man-1.5k-nonascii.patch;striplevel=1 \ | 16 | file://man-1.5k-nonascii.patch;striplevel=1 \ |
diff --git a/meta/recipes-extended/mc/mc_4.7.5.bb b/meta/recipes-extended/mc/mc_4.7.5.bb index 2898f2cd8b..ec84b01cd6 100644 --- a/meta/recipes-extended/mc/mc_4.7.5.bb +++ b/meta/recipes-extended/mc/mc_4.7.5.bb | |||
@@ -10,7 +10,7 @@ PR = "r1" | |||
10 | 10 | ||
11 | PR = "r0" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" | 13 | SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "4eb2438b168fb0f93b748889a9294f54" | 15 | SRC_URI[md5sum] = "4eb2438b168fb0f93b748889a9294f54" |
16 | SRC_URI[sha256sum] = "0d2b4e87b8a4158edf54380df9402b4a1a19f7494ef06dd0a0a3e3ff6a2b50f1" | 16 | SRC_URI[sha256sum] = "0d2b4e87b8a4158edf54380df9402b4a1a19f7494ef06dd0a0a3e3ff6a2b50f1" |
diff --git a/meta/recipes-extended/mdadm/mdadm_3.1.4.bb b/meta/recipes-extended/mdadm/mdadm_3.1.4.bb index 99ca33605f..8c13b93579 100644 --- a/meta/recipes-extended/mdadm/mdadm_3.1.4.bb +++ b/meta/recipes-extended/mdadm/mdadm_3.1.4.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
10 | 10 | ||
11 | PR = "r1" | 11 | PR = "r1" |
12 | 12 | ||
13 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/raid/mdadm/${PN}-${PV}.tar.bz2 \ | 13 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/raid/mdadm/${BPN}-${PV}.tar.bz2 \ |
14 | file://fix-z-now.patch;striplevel=0" | 14 | file://fix-z-now.patch;striplevel=0" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "0e7dcb5cc4192ae3abd9956bac475576" | 16 | SRC_URI[md5sum] = "0e7dcb5cc4192ae3abd9956bac475576" |
diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.23.bb b/meta/recipes-extended/msmtp/msmtp_1.4.23.bb index d72677cad2..cb3d83c716 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.4.23.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.4.23.bb | |||
@@ -12,7 +12,7 @@ PR = "r0" | |||
12 | #COPYING or Licence | 12 | #COPYING or Licence |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
14 | 14 | ||
15 | SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${PN}-${PV}.tar.bz2 \ | 15 | SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.bz2 \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "5fb7ae88186624cdb125d3efad3fdc16" | 18 | SRC_URI[md5sum] = "5fb7ae88186624cdb125d3efad3fdc16" |
diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb index 17fff1c53c..55868abf7f 100644 --- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb +++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | |||
@@ -13,7 +13,7 @@ PR = "r1" | |||
13 | 13 | ||
14 | FILES_${PN} += "${datadir}/*" | 14 | FILES_${PN} += "${datadir}/*" |
15 | 15 | ||
16 | SRC_URI = "${GNOME_MIRROR}/${PN}/2.31/${PN}-${PV}.tar.bz2 \ | 16 | SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \ |
17 | file://iconpath-option.patch" | 17 | file://iconpath-option.patch" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed" | 19 | SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed" |
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb index 8670ad8215..5ebd8bfca7 100644 --- a/meta/recipes-graphics/libfakekey/libfakekey_git.bb +++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb | |||
@@ -12,7 +12,7 @@ SECTION = "x11/wm" | |||
12 | PV = "0.0+git${SRCPV}" | 12 | PV = "0.0+git${SRCPV}" |
13 | PR = "r0" | 13 | PR = "r0" |
14 | 14 | ||
15 | SRC_URI = "git://git.pokylinux.org/${PN};protocol=git" | 15 | SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb index 3bc912ba41..b2cf46dd4d 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb | |||
@@ -2,7 +2,7 @@ require libmatchbox.inc | |||
2 | 2 | ||
3 | PR = "r8" | 3 | PR = "r8" |
4 | 4 | ||
5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ | 5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ |
6 | file://16bppfixes.patch;patch=1 \ | 6 | file://16bppfixes.patch;patch=1 \ |
7 | file://configure_fixes.patch;patch=1 \ | 7 | file://configure_fixes.patch;patch=1 \ |
8 | file://check.m4 \ | 8 | file://check.m4 \ |
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb index f916889cc3..01106d593b 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb | |||
@@ -4,7 +4,7 @@ PV = "1.9+git${SRCPV}" | |||
4 | PR = "r0" | 4 | PR = "r0" |
5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | 6 | ||
7 | SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ | 7 | SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ |
8 | file://configure_fixes.patch;patch=1 \ | 8 | file://configure_fixes.patch;patch=1 \ |
9 | file://check.m4 \ | 9 | file://check.m4 \ |
10 | file://16bppfixes.patch;patch=1 \ | 10 | file://16bppfixes.patch;patch=1 \ |
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb index 504a8b7009..0d72e933f5 100644 --- a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb +++ b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = "virtual/libx11 virtual/libgl glew" | |||
13 | 13 | ||
14 | PR = "r1" | 14 | PR = "r1" |
15 | 15 | ||
16 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${PN}-${PV}.tar.bz2 \ | 16 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${BPN}-${PV}.tar.bz2 \ |
17 | file://dso_linking_change_build_fix.patch" | 17 | file://dso_linking_change_build_fix.patch" |
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
diff --git a/meta/recipes-graphics/startup-notification/startup-notification_0.10.bb b/meta/recipes-graphics/startup-notification/startup-notification_0.10.bb index da910519e0..70afb73c2f 100644 --- a/meta/recipes-graphics/startup-notification/startup-notification_0.10.bb +++ b/meta/recipes-graphics/startup-notification/startup-notification_0.10.bb | |||
@@ -20,7 +20,7 @@ DEPENDS = "virtual/libx11 libsm xcb-util" | |||
20 | 20 | ||
21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
22 | 22 | ||
23 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz" | 23 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${BPN}-${PV}.tar.gz" |
24 | 24 | ||
25 | SRC_URI[md5sum] = "bca0ed1c74bc4e483ea2ed12a5717354" | 25 | SRC_URI[md5sum] = "bca0ed1c74bc4e483ea2ed12a5717354" |
26 | SRC_URI[sha256sum] = "64bbeb5c28619721fc19d6920ad2b8bf6c0dc3a0e96a1b0bc26f480fbc525459" | 26 | SRC_URI[sha256sum] = "64bbeb5c28619721fc19d6920ad2b8bf6c0dc3a0e96a1b0bc26f480fbc525459" |
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 f6bf0ce66f..d910cff2bb 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb | |||
@@ -15,7 +15,7 @@ PE = "1" | |||
15 | PR = "r0" | 15 | PR = "r0" |
16 | 16 | ||
17 | FONTREV = "0.20100721" | 17 | FONTREV = "0.20100721" |
18 | SRC_URI = "https://fedorahosted.org/releases/l/i/${PN}/${PN}-${PV}.${FONTREV}.tar.gz \ | 18 | SRC_URI = "https://fedorahosted.org/releases/l/i/${BPN}/${BPN}-${PV}.${FONTREV}.tar.gz \ |
19 | file://30-liberation-aliases.conf" | 19 | file://30-liberation-aliases.conf" |
20 | 20 | ||
21 | S = ${WORKDIR}/${PN}-${PV}.${FONTREV} | 21 | S = ${WORKDIR}/${PN}-${PV}.${FONTREV} |
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb index 98731dbb84..6eb5f6c1aa 100644 --- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb +++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb | |||
@@ -16,7 +16,7 @@ DEPENDS = "gstreamer gst-plugins-base zlib" | |||
16 | 16 | ||
17 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
18 | 18 | ||
19 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ | 19 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \ |
20 | file://lower-rank.diff \ | 20 | file://lower-rank.diff \ |
21 | " | 21 | " |
22 | 22 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc index 0ec4b12386..c53d2775bb 100644 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc | |||
@@ -6,7 +6,7 @@ DEPENDS = "gstreamer zlib" | |||
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | SRC_URI = "http://core.fluendo.com/gstreamer/src/${PN}/${PN}-${PV}.tar.bz2" | 9 | SRC_URI = "http://core.fluendo.com/gstreamer/src/${BPN}/${BPN}-${PV}.tar.bz2" |
10 | 10 | ||
11 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" | 11 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" |
12 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" | 12 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" |
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index 4edca95611..617aab8adb 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc | |||
@@ -9,7 +9,7 @@ inherit autotools pkgconfig | |||
9 | 9 | ||
10 | FILESPATH =. "${FILE_DIRNAME}/gst-plugins:" | 10 | FILESPATH =. "${FILE_DIRNAME}/gst-plugins:" |
11 | 11 | ||
12 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2" | 12 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" |
13 | 13 | ||
14 | EXTRA_OECONF = "--disable-valgrind --disable-debug --disable-examples " | 14 | EXTRA_OECONF = "--disable-valgrind --disable-debug --disable-examples " |
15 | 15 | ||
diff --git a/meta/recipes-multimedia/musicbrainz/libmusicbrainz_3.0.3.bb b/meta/recipes-multimedia/musicbrainz/libmusicbrainz_3.0.3.bb index 861e6fc72f..d6fb2f45ed 100644 --- a/meta/recipes-multimedia/musicbrainz/libmusicbrainz_3.0.3.bb +++ b/meta/recipes-multimedia/musicbrainz/libmusicbrainz_3.0.3.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "expat neon" | |||
8 | 8 | ||
9 | PR = "r2" | 9 | PR = "r2" |
10 | 10 | ||
11 | SRC_URI = "http://ftp.musicbrainz.org/pub/musicbrainz/${PN}-${PV}.tar.gz \ | 11 | SRC_URI = "http://ftp.musicbrainz.org/pub/musicbrainz/${BPN}-${PV}.tar.gz \ |
12 | file://fix_build_issue_for_gcc_4.5.0.patch " | 12 | file://fix_build_issue_for_gcc_4.5.0.patch " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "f4824d0a75bdeeef1e45cc88de7bb58a" | 14 | SRC_URI[md5sum] = "f4824d0a75bdeeef1e45cc88de7bb58a" |
diff --git a/meta/recipes-qt/qt-apps/qmmp_0.4.3.bb b/meta/recipes-qt/qt-apps/qmmp_0.4.3.bb index b01c616607..ea70312d8f 100644 --- a/meta/recipes-qt/qt-apps/qmmp_0.4.3.bb +++ b/meta/recipes-qt/qt-apps/qmmp_0.4.3.bb | |||
@@ -9,7 +9,7 @@ PR = "r0" | |||
9 | DEPENDS = "qt4-x11-free taglib libmad libvorbis libogg alsa-lib" | 9 | DEPENDS = "qt4-x11-free taglib libmad libvorbis libogg alsa-lib" |
10 | RDEPENDS_${PN} += "taglib alsa-lib curl" | 10 | RDEPENDS_${PN} += "taglib alsa-lib curl" |
11 | 11 | ||
12 | SRC_URI = "http://qmmp.ylsoftware.com/files/${PN}-${PV}.tar.bz2" | 12 | SRC_URI = "http://qmmp.ylsoftware.com/files/${BPN}-${PV}.tar.bz2" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "b79ce55ed8aca31a29360ff828ce1881" | 14 | SRC_URI[md5sum] = "b79ce55ed8aca31a29360ff828ce1881" |
15 | SRC_URI[sha256sum] = "a75c2c676515182ecfbe811cba29ba4ca736912e52fde283db4d03eb116457a4" | 15 | SRC_URI[sha256sum] = "a75c2c676515182ecfbe811cba29ba4ca736912e52fde283db4d03eb116457a4" |
diff --git a/meta/recipes-sato/gaku/gaku_svn.bb b/meta/recipes-sato/gaku/gaku_svn.bb index 594b03736b..037da2e30c 100644 --- a/meta/recipes-sato/gaku/gaku_svn.bb +++ b/meta/recipes-sato/gaku/gaku_svn.bb | |||
@@ -19,7 +19,7 @@ PV = "0.0+svnr${SRCPV}" | |||
19 | 19 | ||
20 | PR = "r4" | 20 | PR = "r4" |
21 | 21 | ||
22 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | 22 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http" |
23 | 23 | ||
24 | S = "${WORKDIR}/${PN}" | 24 | S = "${WORKDIR}/${PN}" |
25 | 25 | ||
diff --git a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb index 5024e7cf4a..f2b3a7c0eb 100644 --- a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb +++ b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
9 | 9 | ||
10 | DEPENDS = "gtk+ intltool-native" | 10 | DEPENDS = "gtk+ intltool-native" |
11 | DEPENDS_append_poky = " libowl" | 11 | DEPENDS_append_poky = " libowl" |
12 | SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \ | 12 | SRC_URI = "http://savannah.nongnu.org/download/${BPN}/${BPN}-${PV}.tar.gz \ |
13 | file://leafpad.desktop" | 13 | file://leafpad.desktop" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "254a72fc67505e3aa52884c729cd7b97" | 15 | SRC_URI[md5sum] = "254a72fc67505e3aa52884c729cd7b97" |
diff --git a/meta/recipes-sato/libowl/libowl_svn.bb b/meta/recipes-sato/libowl/libowl_svn.bb index 74d0d77981..81ebf8e5b0 100644 --- a/meta/recipes-sato/libowl/libowl_svn.bb +++ b/meta/recipes-sato/libowl/libowl_svn.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = "gtk+" | |||
13 | PV = "0.0+svnr${SRCPV}" | 13 | PV = "0.0+svnr${SRCPV}" |
14 | PR = "r6" | 14 | PR = "r6" |
15 | 15 | ||
16 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | 16 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http" |
17 | 17 | ||
18 | S = "${WORKDIR}/${PN}" | 18 | S = "${WORKDIR}/${PN}" |
19 | 19 | ||
diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb index 9f4e4d3e01..c5c80629d5 100644 --- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb +++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb | |||
@@ -14,7 +14,7 @@ PR = "r0" | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ | 17 | SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ |
18 | file://no-handed.patch;patch=1;pnum=0" | 18 | file://no-handed.patch;patch=1;pnum=0" |
19 | 19 | ||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb index 09f79138ca..9e95df4e88 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb | |||
@@ -13,7 +13,7 @@ SECTION = "x11/wm" | |||
13 | PV = "2.0+git${SRCPV}" | 13 | PV = "2.0+git${SRCPV}" |
14 | PR = "r0" | 14 | PR = "r0" |
15 | 15 | ||
16 | SRC_URI = "git://git.pokylinux.org/${PN}-2;protocol=git \ | 16 | SRC_URI = "git://git.pokylinux.org/${BPN}-2;protocol=git \ |
17 | file://dso_linking_change_build_fix.patch" | 17 | file://dso_linking_change_build_fix.patch" |
18 | 18 | ||
19 | EXTRA_OECONF = "--enable-startup-notification --with-dbus" | 19 | EXTRA_OECONF = "--enable-startup-notification --with-dbus" |
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb index 245f999335..e2cacb0b1d 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | |||
@@ -13,7 +13,7 @@ SECTION = "x11" | |||
13 | PV = "0.0+git${SRCPV}" | 13 | PV = "0.0+git${SRCPV}" |
14 | PR = "r0" | 14 | PR = "r0" |
15 | 15 | ||
16 | SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ | 16 | SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ |
17 | file://configure_fix.patch;patch=1;maxrev=1819 \ | 17 | file://configure_fix.patch;patch=1;maxrev=1819 \ |
18 | file://single-instance.patch;patch=1 \ | 18 | file://single-instance.patch;patch=1 \ |
19 | file://80matchboxkeyboard.shbg" | 19 | file://80matchboxkeyboard.shbg" |
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb index 256b5a22da..3f4f1f9a07 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | |||
@@ -19,7 +19,7 @@ RPROVIDES_${PN} = "matchbox-panel" | |||
19 | RREPLACES_${PN} = "matchbox-panel" | 19 | RREPLACES_${PN} = "matchbox-panel" |
20 | RCONFLICTS_${PN} = "matchbox-panel" | 20 | RCONFLICTS_${PN} = "matchbox-panel" |
21 | 21 | ||
22 | SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ | 22 | SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ |
23 | file://startup_fix.diff;patch=1" | 23 | file://startup_fix.diff;patch=1" |
24 | 24 | ||
25 | EXTRA_OECONF = "--enable-startup-notification --enable-dbus" | 25 | EXTRA_OECONF = "--enable-startup-notification --enable-dbus" |
diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb index 8077a56e1c..f36a33941e 100644 --- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb +++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb | |||
@@ -10,7 +10,7 @@ SECTION = "x11/wm" | |||
10 | PV = "0.0+git${SRCPV}" | 10 | PV = "0.0+git${SRCPV}" |
11 | PR = "r0" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ | 13 | SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ |
14 | file://single-instance.patch;patch=1 \ | 14 | file://single-instance.patch;patch=1 \ |
15 | file://configure_fix.patch;patch=1;maxrev=1819 \ | 15 | file://configure_fix.patch;patch=1;maxrev=1819 \ |
16 | file://dso_linking_change_build_fix.patch " | 16 | file://dso_linking_change_build_fix.patch " |
diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb index c26c33861f..b1ad1ea8c8 100644 --- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb +++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb | |||
@@ -11,7 +11,7 @@ SECTION = "x11/utils" | |||
11 | PV = "0.0+git${SRCPV}" | 11 | PV = "0.0+git${SRCPV}" |
12 | PR = "r0" | 12 | PR = "r0" |
13 | 13 | ||
14 | SRC_URI = "git://git.pokylinux.org/${PN};protocol=git" | 14 | SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
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 b9612c0741..99d0df7a0c 100644 --- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb +++ b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | |||
@@ -17,7 +17,7 @@ PR = "r6" | |||
17 | 17 | ||
18 | S = "${WORKDIR}/${PN}" | 18 | S = "${WORKDIR}/${PN}" |
19 | 19 | ||
20 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http \ | 20 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http \ |
21 | file://gst_change_state.patch \ | 21 | file://gst_change_state.patch \ |
22 | file://make-382.patch" | 22 | file://make-382.patch" |
23 | 23 | ||
diff --git a/meta/recipes-sato/pimlico/contacts_0.9.bb b/meta/recipes-sato/pimlico/contacts_0.9.bb index a9e3f15ad1..df87ac5fd3 100644 --- a/meta/recipes-sato/pimlico/contacts_0.9.bb +++ b/meta/recipes-sato/pimlico/contacts_0.9.bb | |||
@@ -2,4 +2,4 @@ require contacts.inc | |||
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r3" |
4 | 4 | ||
5 | SRC_URI =+ "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz" | 5 | SRC_URI =+ "http://pimlico-project.org/sources/${BPN}/${BPN}-${PV}.tar.gz" |
diff --git a/meta/recipes-sato/pimlico/contacts_git.bb b/meta/recipes-sato/pimlico/contacts_git.bb index 0d2e235e56..a86ecc4e53 100644 --- a/meta/recipes-sato/pimlico/contacts_git.bb +++ b/meta/recipes-sato/pimlico/contacts_git.bb | |||
@@ -10,7 +10,7 @@ PR = "r2" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | SRC_URI =+ "git://git.gnome.org/${PN};protocol=git \ | 13 | SRC_URI =+ "git://git.gnome.org/${BPN};protocol=git \ |
14 | file://make-382.patch" | 14 | file://make-382.patch" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-sato/pimlico/dates_git.bb b/meta/recipes-sato/pimlico/dates_git.bb index 973c42d85a..f0a12f8185 100644 --- a/meta/recipes-sato/pimlico/dates_git.bb +++ b/meta/recipes-sato/pimlico/dates_git.bb | |||
@@ -10,6 +10,6 @@ PR = "r3" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | SRC_URI = "git://git.gnome.org/${PN};protocol=git \ | 13 | SRC_URI = "git://git.gnome.org/${BPN};protocol=git \ |
14 | file://make-382.patch \ | 14 | file://make-382.patch \ |
15 | file://dso_linking_change_build_fix.patch" | 15 | file://dso_linking_change_build_fix.patch" |
diff --git a/meta/recipes-sato/pimlico/tasks_0.18.bb b/meta/recipes-sato/pimlico/tasks_0.18.bb index 1282e4f435..fd7edb3d94 100644 --- a/meta/recipes-sato/pimlico/tasks_0.18.bb +++ b/meta/recipes-sato/pimlico/tasks_0.18.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
5 | file://src/omoko/openmoko-tasks.c;endline=20;md5=04d56a46863c9f4247694f40257a836a \ | 5 | file://src/omoko/openmoko-tasks.c;endline=20;md5=04d56a46863c9f4247694f40257a836a \ |
6 | file://src/hildon/hildon-tasks.c;endline=21;md5=488ddf31dc14b2196dec7cc736211b52" | 6 | file://src/hildon/hildon-tasks.c;endline=21;md5=488ddf31dc14b2196dec7cc736211b52" |
7 | 7 | ||
8 | SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz" | 8 | SRC_URI = "http://pimlico-project.org/sources/${BPN}/${BPN}-${PV}.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "d40c0227e496b51be6fde10f387215ed" | 10 | SRC_URI[md5sum] = "d40c0227e496b51be6fde10f387215ed" |
11 | SRC_URI[sha256sum] = "08802003da2517c6e0b2defd66bcaf466edd0ce7188373f564d629af6b93cc91" | 11 | SRC_URI[sha256sum] = "08802003da2517c6e0b2defd66bcaf466edd0ce7188373f564d629af6b93cc91" |
diff --git a/meta/recipes-sato/pimlico/tasks_git.bb b/meta/recipes-sato/pimlico/tasks_git.bb index 1ab8cd18cd..8f708bad51 100644 --- a/meta/recipes-sato/pimlico/tasks_git.bb +++ b/meta/recipes-sato/pimlico/tasks_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require tasks.inc | 1 | require tasks.inc |
2 | 2 | ||
3 | SRC_URI = "git://git.gnome.org/${PN};protocol=git" | 3 | SRC_URI = "git://git.gnome.org/${BPN};protocol=git" |
4 | 4 | ||
5 | PV = "0.13+git${SRCPV}" | 5 | PV = "0.13+git${SRCPV}" |
6 | PR = "r1" | 6 | PR = "r1" |
diff --git a/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb b/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb index 4fbf70d85b..e69481de3a 100644 --- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb +++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb | |||
@@ -2,7 +2,7 @@ require sato-icon-theme.inc | |||
2 | 2 | ||
3 | DEPENDS += "icon-naming-utils-native" | 3 | DEPENDS += "icon-naming-utils-native" |
4 | 4 | ||
5 | SRC_URI = "http://pokylinux.org/releases/sato/${PN}-${PV}.tar.gz \ | 5 | SRC_URI = "http://pokylinux.org/releases/sato/${BPN}-${PV}.tar.gz \ |
6 | file://iconpath-option.patch" | 6 | file://iconpath-option.patch" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "86a847f3128a43a9cf23b7029a656f50" | 8 | SRC_URI[md5sum] = "86a847f3128a43a9cf23b7029a656f50" |
diff --git a/meta/recipes-sato/screenshot/screenshot_svn.bb b/meta/recipes-sato/screenshot/screenshot_svn.bb index f9c4db60d6..2f1b5ba709 100644 --- a/meta/recipes-sato/screenshot/screenshot_svn.bb +++ b/meta/recipes-sato/screenshot/screenshot_svn.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "matchbox-panel-2" | |||
12 | PV = "0.0+svnr${SRCPV}" | 12 | PV = "0.0+svnr${SRCPV}" |
13 | PR = "r2" | 13 | PR = "r2" |
14 | 14 | ||
15 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};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}/${PN} |
diff --git a/meta/recipes-sato/web/web_svn.bb b/meta/recipes-sato/web/web_svn.bb index bdcdaba009..9dffa837c1 100644 --- a/meta/recipes-sato/web/web_svn.bb +++ b/meta/recipes-sato/web/web_svn.bb | |||
@@ -6,7 +6,7 @@ PR = "r4" | |||
6 | 6 | ||
7 | PV = "0.0+svnr${SRCPV}" | 7 | PV = "0.0+svnr${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ | 9 | SRC_URI = "svn://svn.o-hand.com/repos/${BPN};module=trunk;proto=http \ |
10 | file://owl-window-menu.patch \ | 10 | file://owl-window-menu.patch \ |
11 | " | 11 | " |
12 | 12 | ||
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 | ||