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:33:13 +0000 |
| commit | 09ed5de9624be38c0fa5cb3f943691c3b4a50686 (patch) | |
| tree | 4109b29edaf073255755a39278717f27735f9870 /meta | |
| parent | c6f06f478ac229c4619f815b8b313711d47b1551 (diff) | |
| download | openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.tar.gz openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.tar.bz2 openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.zip | |
Update SRC_URIs to use BPN instead of PN
[YOCTO #860]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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): SUBDIR = "${@openmoko_base_get_subdir(d)}" -SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http" +SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${BPN};proto=http" S = "${WORKDIR}/${PN}" 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): LICENSE = "${@openmoko_two_get_license(d)}" SUBDIR = "${@openmoko_two_get_subdir(d)}" -SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http" +SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${BPN};proto=http" S = "${WORKDIR}/${PN}" 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" DEPENDS += "startup-notification" XFCE_VERSION = ${PV} -SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2" +SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${BPN}-${PV}.tar.bz2" inherit autotools 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" inherit autotools -SRC_URI = "${SOURCEFORGE_MIRROR}/setserial/${PN}-${PV}.tar.gz \ +SRC_URI = "${SOURCEFORGE_MIRROR}/setserial/${BPN}-${PV}.tar.gz \ file://add_stdlib.patch \ " 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" DEPENDS = "openssl" PR = "r0" -SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${PN}-${PV}.tar.gz \ +SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \ file://conf.patch \ file://cross-build-fix.patch \ " 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" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "gettext libgalago dbus glib-2.0" -SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz " +SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz " SRC_URI[md5sum] = "fdb81f938f86f380b127158ebb542279" 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 \ DEPENDS = "gettext dbus glib-2.0 dbus-glib" -SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ +SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz \ file://mkdir.patch;patch=1 \ file://pkgconfig.patch;patch=1 " 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" LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" DEPENDS = "glib-2.0 libsoup-2.4 libglade" -SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ +SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz \ file://introspection.patch" 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 \ file://libgupnp-av/gupnp-av.h;beginline=1;endline=22;md5=d344132a8766641fcb11213ff5982086" DEPENDS = "gupnp" -SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" +SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz" PR = "r0" 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 \ file://src/network-light/main.c;beginline=1;endline=21;md5=033bf37c030780c5a72165846b3003f6" DEPENDS = "gupnp gtk+ libglade gnome-icon-theme" -SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" +SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz" PR = "r0" 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 \ file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1" DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme" -SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ +SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz \ file://introspection.patch" 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 \ file://src/idle.c;beginline=1;endline=19;md5=b06b1e2594423111a1a7910b0eefc7f9" PR = "r0" -SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" +SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz" SRC_URI[md5sum] = "5ee3aa5c6e1112922b11711e6a209331" 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 \ RDEPENDS_${PN} += "python-dbus" -SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz \ +SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz \ file://parallel_make.patch" 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" PR = "r1" -SRC_URI = "http://www.progsoc.org/~wildfire/zeroconf/download/${PN}-${PV}.tar.gz \ +SRC_URI = "http://www.progsoc.org/~wildfire/zeroconf/download/${BPN}-${PV}.tar.gz \ file://compilefix.patch;patch=1 \ file://zeroconf-default \ 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" PR = "r0" -SRC_URI = "ftp://ftp.suse.com/pub/projects/init/${PN}-${PV}.tar.bz2 \ +SRC_URI = "ftp://ftp.suse.com/pub/projects/init/${BPN}-${PV}.tar.bz2 \ file://makefile.patch \ file://disable_runtests.patch \ 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 DEPENDS += "libxml-parser-perl" -SRC_URI = "http://www.cpan.org/modules/by-module/XML/${PN}-${PV}.tar.gz" +SRC_URI = "http://www.cpan.org/modules/by-module/XML/${BPN}-${PV}.tar.gz" EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" 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" PR = "r0" -SRC_URI = "http://www.skbuff.net/iputils/${PN}-${PV}.tar.bz2 \ +SRC_URI = "http://www.skbuff.net/iputils/${BPN}-${PV}.tar.bz2 \ file://debian/fix-dead-host-ping-stats.diff \ file://debian/add-icmp-return-codes.diff \ 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 \ DEPENDS = "ncurses" PR = "r0" -SRC_URI = "http://www.greenwoodsoftware.com/${PN}/${PN}-${PV}.tar.gz" +SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz" SRC_URI[md5sum] = "817bf051953ad2dea825a1cdf460caa4" 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" PR = "r1" LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1" -SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz" +SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${BPN}-${PV}.tar.gz" SRC_URI[md5sum] = "cc6c2d4d4eb364fd8da718c412db09d4" 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" LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" -SRC_URI = "http://primates.ximian.com/~flucifredi/${PN}/${PN}-${PV}.tar.gz \ +SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \ file://man-1.5k-confpath.patch;striplevel=0 \ file://man-1.5h1-make.patch;striplevel=1 \ 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" PR = "r0" -SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" +SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" SRC_URI[md5sum] = "4eb2438b168fb0f93b748889a9294f54" 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 \ PR = "r1" -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/raid/mdadm/${PN}-${PV}.tar.bz2 \ +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/raid/mdadm/${BPN}-${PV}.tar.bz2 \ file://fix-z-now.patch;striplevel=0" 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" #COPYING or Licence LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${PN}-${PV}.tar.bz2 \ +SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.bz2 \ " 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" FILES_${PN} += "${datadir}/*" -SRC_URI = "${GNOME_MIRROR}/${PN}/2.31/${PN}-${PV}.tar.bz2 \ +SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \ file://iconpath-option.patch" 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" PV = "0.0+git${SRCPV}" PR = "r0" -SRC_URI = "git://git.pokylinux.org/${PN};protocol=git" +SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git" S = "${WORKDIR}/git" 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 PR = "r8" -SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ +SRC_URI = "http://projects.o-hand.com/matchbox/sources/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ file://16bppfixes.patch;patch=1 \ file://configure_fixes.patch;patch=1 \ 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}" PR = "r0" DEFAULT_PREFERENCE = "-1" -SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ +SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ file://configure_fixes.patch;patch=1 \ |
