]> code.ossystems Code Review - openembedded-core.git/commitdiff
SRC_URI, S: use BPN instead of PN for multilib case
authorYu Ke <ke.yu@intel.com>
Thu, 28 Jul 2011 13:28:20 +0000 (21:28 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Aug 2011 14:01:16 +0000 (15:01 +0100)
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.

Signed-off-by: Yu Ke <ke.y@intel.com>
48 files changed:
meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb
meta-demoapps/recipes-connectivity/loudmouth/loudmouth_1.4.0.bb
meta-demoapps/recipes-connectivity/opensync/libopensync-plugin_0.36.inc
meta-demoapps/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb
meta-demoapps/recipes-connectivity/telepathy/telepathy-gabble_0.7.8.bb
meta-demoapps/recipes-connectivity/wbxml/wbxml2_0.9.2.bb
meta-demoapps/recipes-gnome/gcalctool/gcalctool_5.7.32.bb
meta-demoapps/recipes-gnome/gcalctool/gcalctool_5.8.17.bb
meta-demoapps/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb
meta-demoapps/recipes-gnome/wv/wv_1.2.0.bb
meta-demoapps/recipes-sato/kf/kf_0.5.4.1.bb
meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_git.bb
meta-demoapps/recipes-support/poppler/poppler-data_0.1.bb
meta-demoapps/recipes-support/poppler/poppler.inc
meta/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb
meta/recipes-bsp/zaurusd/zaurusd_svn.bb
meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
meta/recipes-connectivity/iproute2/iproute2_2.6.38.bb
meta/recipes-connectivity/ofono/ofono_0.50.bb
meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb
meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb
meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb
meta/recipes-core/dbus-wait/dbus-wait_svn.bb
meta/recipes-core/glib-networking/glib-networking_2.28.7.bb
meta/recipes-devtools/distcc/distcc_2.18.3.bb
meta/recipes-devtools/subversion/subversion_1.6.15.bb
meta/recipes-extended/blktool/blktool_4-6.bb
meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb
meta/recipes-extended/libidn/libidn_0.6.14.bb
meta/recipes-extended/libidn/libidn_1.22.bb
meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb
meta/recipes-extended/mktemp/mktemp_1.7.bb
meta/recipes-extended/xdg-utils/xdg-utils_1.0.2.bb
meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb
meta/recipes-graphics/xorg-driver/xf86-driver-common.inc
meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb
meta/recipes-sato/eds/eds-tools_bzr.bb
meta/recipes-sato/gaku/gaku_svn.bb
meta/recipes-sato/libical/libical_0.46.bb
meta/recipes-sato/libowl/libowl_svn.bb
meta/recipes-sato/owl-video-widget/libowl-av_svn.bb
meta/recipes-sato/puzzles/oh-puzzles_svn.bb
meta/recipes-sato/puzzles/puzzles_r9175.bb
meta/recipes-sato/screenshot/screenshot_svn.bb
meta/recipes-support/apr/apr-util_1.3.10.bb
meta/recipes-support/apr/apr_1.4.2.bb
meta/recipes-support/liboil/liboil_0.3.17.bb
meta/recipes-support/neon/neon_0.29.5.bb

index 483a7679157a072d371b14ad4fb88f5d5a3a76c3..a7bdc97088f7c7d187099bc43196b54a75859c38 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
 HOMEPAGE = "http://farsight.sf.net"
-SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
+SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${BPN}-${PV}.tar.gz"
 LICENSE = "GPLv2.1"
 DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
 
index e20c41709a053faaa94fd8e8a9265583b2de8286..b6af11d398dd1be718f752b2cd419f0ce4e4b8af 100644 (file)
@@ -5,6 +5,6 @@ LICENSE = "LGPL"
 DEPENDS = "glib-2.0 gnutls libcheck"
 PR = "r2"
 
-SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2"
+SRC_URI = "http://ftp.imendio.com/pub/imendio/${BPN}/src/${BPN}-${PV}.tar.bz2"
 
 inherit autotools pkgconfig
index 147fcfb5eda72ea1eb6c13743acaa536cc444843..cde47796dd13e3081b16f48b213d5cce52f17047 100644 (file)
@@ -2,7 +2,7 @@ DEPENDS = "libopensync (>= 0.36)"
 
 DESCRIPTION ?= "OpenSync plugin"
 
-SRC_URI = "http://opensync.org/download/releases/${PV}/${P}.tar.bz2"
+SRC_URI = "http://opensync.org/download/releases/${PV}/${BPN}-${PV}.tar.bz2"
 
 inherit cmake
 
index 56c32f23d6b1157e8e6ccfb23b8d121e0a420465..3ddee8f4ad049bae42aef1cd179ae648a93e77b2 100644 (file)
@@ -5,7 +5,7 @@ HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
 DEPENDS = "glib-2.0 dbus telepathy-glib farsight2"
 LICENSE = "LGPLv2"
 
-SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-farsight/${P}.tar.gz \
+SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-farsight/${BPN}-${PV}.tar.gz \
 "
 
 inherit autotools
index ff494185402c41ba5f0cab2fc21c1509bed25dc1..36e9d65874758850386588350728a0d751851a20 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 dbus loudmouth telepathy-glib dbus-glib"
 LICENSE = "LGPL"
 
 # gabble.manager needs to get regenerated every release, so please don't copy it over blindly
-SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${P}.tar.gz \
+SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${BPN}-${PV}.tar.gz \
            file://gabble.manager"
 
 inherit autotools pkgconfig
index e3ac0017ff7b81acbffa020961a4984fa5782641..42655a1df86d5a1c07dca8ab888d9270f08b1c01 100644 (file)
@@ -7,7 +7,7 @@ LICENSE = "GPLv2"
 
 DEPENDS = "libxml2 sed-native expat"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${P}.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${BPN}-${PV}.tar.gz \
           file://no-doc-install.patch;patch=1"
 
 inherit autotools pkgconfig
index f12e6c402ad46cbfc20079a8baf5099f400a7f0d..4b74cf19c583401f1227869c59a72d19021cb77a 100644 (file)
@@ -4,7 +4,7 @@ DEPENDS = "gtk+"
 DESCRIPTION = "gcalctool is a powerful calculator"
 PR = "r2"
 
-SRC_URI = "http://download.gnome.org/sources/${PN}/5.7/${PN}-${PV}.tar.gz \
+SRC_URI = "http://download.gnome.org/sources/${BPN}/5.7/${BPN}-${PV}.tar.gz \
         file://makefile-fix.diff;patch=1\
        file://fix-includedir.patch;patch=1"
 
index c72860c8f50c3693c2502a14be7454a65aa010da..8854ecf312d671ccf010d1180ee8e230c9e7128f 100644 (file)
@@ -4,7 +4,7 @@ DEPENDS = "gtk+ gnome-doc-utils"
 DESCRIPTION = "gcalctool is a powerful calculator"
 PR = "r0"
 
-SRC_URI = "http://download.gnome.org/sources/${PN}/5.8/${PN}-${PV}.tar.gz \
+SRC_URI = "http://download.gnome.org/sources/${BPN}/5.8/${BPN}-${PV}.tar.gz \
        file://fix-includedir.patch;patch=1"
 
 inherit autotools pkgconfig
index f614048a1624d946edfb5ada01d81badd80a0855..b359938f5ba2f9b78e65097db5605f891c16589f 100644 (file)
@@ -6,7 +6,7 @@ PR = "r2"
 
 inherit autotools
 
-SRC_URI = "http://burtonini.com/temp/${PN}-${PV}.tar.gz \
+SRC_URI = "http://burtonini.com/temp/${BPN}-${PV}.tar.gz \
        file://gtkstylus.sh"
 
 do_install_append() {
index c4c115b90ed5e3324504ed1dbda820670f2a2db2..54878a97f0532ee0c88ebeedd40181777114d8b8 100644 (file)
@@ -9,6 +9,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \
 
 inherit autotools pkgconfig
 
-S = "${WORKDIR}/${PN}-${PV}"
+S = "${WORKDIR}/${BPN}-${PV}"
 
 EXTRA_OECONF = ""
index 2baa6d46f772f0dad502b73790dc29ef051fb4b6..67db92cbeb381a941b7713bb1451d6b567aca7ea 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "GPL"
 DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth libglade"
 PR = "r4"
 
-SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
+SRC_URI = "http://jabberstudio.2nw.net/${BPN}/${BPN}-${PV}.tar.gz \
            file://fix-configure.patch;patch=1 \
            file://fix-desktop-file.patch;patch=0 \
            file://gcc4.patch;patch=1"
index ad140437549255128ff825a348a9a9abdf71aa57..214dd3d5d014b14716e8c15cffaa20b31ceee5c2 100644 (file)
@@ -7,7 +7,7 @@ PV = "0.3+git${SRCPV}"
 
 LIC_FILES_CHKSUM = "file://configure.ac;endline=7;md5=3c4e087662e37f10e469425f3a0ad225"
 
-SRC_URI = "git://git.yoctoproject.org/${PN};protocol=git"
+SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git"
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
index ca22e4dba06560e192f089fa7a02ee4f6def0102..37a8564d8fc4d82c4611bfe3e1d4f5cdf68f6752 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code bas
 LICENSE = "Adobe"
 PR = "r0"
 
-SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz"
+SRC_URI = "http://poppler.freedesktop.org/${BPN}-${PV}.tar.gz"
 
 do_compile() {
 }
index 645e734e8bdbfc965ce85a150af20cd013b3da32..b534ac2ed2a3e4350504eb1ae78dbb539620719d 100644 (file)
@@ -3,7 +3,7 @@ DEPENDS = "fontconfig jpeg zlib gtk+ cairo"
 LICENSE = "GPL"
 PR = "r1"
 
-SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz"
+SRC_URI = "http://poppler.freedesktop.org/${BPN}-${PV}.tar.gz"
 
 inherit autotools pkgconfig
 
index 22a55b278aefe68f6f2addb56b1b3bf4a99040e4..0e850bcbfe960c9b5c106568f62ce85be511b0be 100644 (file)
@@ -5,7 +5,7 @@ inherit module
 
 SRC_URI = "http://dominion.thruhere.net/koen/OE/omap3-sgx-modules-1.3.13.1397.tar.bz2"
 
-S = ${WORKDIR}/${PN}-${PV}/eurasiacon/build/linux/omap3430_linux/kbuild/
+S = ${WORKDIR}/${BPN}-${PV}/eurasiacon/build/linux/omap3430_linux/kbuild/
 
 MAKE_TARGETS = "BUILD=debug"
 
@@ -13,5 +13,5 @@ COMPATIBLE_MACHINE = "(omap-3430ldp|omap-3430sdp|beagleboard|overo)"
 
 do_install() {
        mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/drivers/gpu
-       cp ${WORKDIR}/${PN}-${PV}/eurasiacon/binary_omap3430_linux_debug/*.ko ${D}/lib/modules/${KERNEL_VERSION}/drivers/gpu    
+       cp ${WORKDIR}/${BPN}-${PV}/eurasiacon/binary_omap3430_linux_debug/*.ko ${D}/lib/modules/${KERNEL_VERSION}/drivers/gpu   
 }
index 6f9ed033fb6ee684034eb53c343c8dbe33cff952..eaac3034c4b778c595a231575ebd50044c73a42d 100644 (file)
@@ -11,7 +11,7 @@ PR = "r3"
 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \
        file://fix_makefile.patch"
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
index 01f0ef7c12013ac261caec701eb4e1a6d3e5bb55..81a367d739fed7d28856a2f1ee10530591c65dc7 100644 (file)
@@ -5,7 +5,7 @@ LICENSE =       "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 DEPENDS =       "libgalago dbus glib-2.0"
 
-SRC_URI =       "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz "
+SRC_URI =       "http://www.galago-project.org/files/releases/source/${BPN}/${BPN}-${PV}.tar.gz "
 
 SRC_URI[md5sum] = "fdb81f938f86f380b127158ebb542279"
 SRC_URI[sha256sum] = "db42a0d1d0f8b069ea5ac1203207f9178f25ac1367f4910bd48547f5be1db4c2"
index e82275060b8aafa74325bd8c4e562894d468cf75..7abc41fc148b03c1c4169ec307259c1dbeb25173 100644 (file)
@@ -2,7 +2,7 @@ require iproute2.inc
 
 PR = "r0"
 
-SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \
+SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${BPN}-${PV}.tar.bz2 \
           file://configure-cross.patch"
 
 SRC_URI[md5sum] = "a243bfea837e71824b7ca26c3bb45fa8"
index 4635386884de688619b104253920d3b28ab54b53..ef4fbf0ba88affd891c85b0a380b38ee08b6ca89 100644 (file)
@@ -2,7 +2,7 @@ require ofono.inc
 
 PR = "r1"
 
-SRC_URI  = "${KERNELORG_MIRROR}/linux/network/ofono/${P}.tar.bz2 \
+SRC_URI  = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \
                  file://ofono"
 
 EXTRA_OECONF += "\
index 9351be455467f18099a585b71f666c2774a5ff80..8bb63e7d7752c9b3c3eb9fdddade4f350c739982 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib"
 LICENSE = "LGPLv2.1+"
 PR = "r0"
 
-SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz"
+SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "fe9a4f781651593fd4afddb343ff50bf"
 SRC_URI[sha256sum] = "62e759084355ac0fce61feb561a7535a6707b223f0d1e4305fd47c83fa5494d0"
index 5bd4e28adc463e0fef0fae87081929d8fdb4287e..bc1fb4e9d0ca3183c6b90363f244f0514e882012 100644 (file)
@@ -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/${BPN}/${P}.tar.gz"
+SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "82f5eafa07df5e1abc785061143bbfd2"
 SRC_URI[sha256sum] = "384119cc64022626b6f51aaaef605abf248602d8fae25baff82762a097f20fe9"
index 0a483c489fd99193f41ee77ab7446d1167c0bf7a..ead8dea05b2f81586b714cf6973732f59212f205 100644 (file)
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
 
 RDEPENDS_${PN} += "python-dbus"
 
-SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz \
+SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \
            file://parallel_make.patch"
 
 PR = "r2"
index 9a6130fd873b80eadd54a39d328b6fee0b7e57a6..127097363089cb02d2b8a8911ad99df4ba4aec4b 100644 (file)
@@ -11,6 +11,6 @@ PR = "r2"
 
 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http"
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
 
 inherit autotools
index 64fff50033f7ec8a9612f56a6bd3ef7eff343a0b..f492dd3629a9077f28d8fc797ee241399999d405 100644 (file)
@@ -10,7 +10,7 @@ DEPENDS = "glib-2.0 gnutls"
 
 PR = "r0"
 
-SRC_URI = "${GNOME_MIRROR}/${PN}/2.28/${PN}-${PV}.tar.bz2"
+SRC_URI = "${GNOME_MIRROR}/${BPN}/2.28/${BPN}-${PV}.tar.bz2"
 
 SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777"
 SRC_URI[sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c"
index e474cce4c707953d2aed2668dd5db6a3ef3e38ae..ec6ffb37fa18bfb9eda4e3210e39fc2c2dfbdb01 100644 (file)
@@ -14,7 +14,7 @@ RRECOMMENDS_${PN} = "avahi-daemon"
 
 # Upstream change this patch periodically so store locally
 # http://0pointer.de/public/distcc-avahi.patch
-SRC_URI = "http://distcc.googlecode.com/files/${PN}-${PV}.tar.bz2 \
+SRC_URI = "http://distcc.googlecode.com/files/${BPN}-${PV}.tar.bz2 \
            file://distcc-avahi.patch \   
            file://makefile-param-order.patch \
           file://default \
index f73bd1ebd991a0ad7c118cb0786fd6e899911b5c..4b3dd9466597d142e3322dc77ffeb5b5815b440b 100644 (file)
@@ -7,7 +7,7 @@ HOMEPAGE = "http://subversion.tigris.org"
 
 PR = "r0"
 
-SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
+SRC_URI = "http://subversion.tigris.org/downloads/${BPN}-${PV}.tar.bz2 \
            file://disable-revision-install.patch;patch=1 \
           file://neon-detection.patch;patch=1 \
           file://libtool2.patch;patch=1"
index 86d2d0d3a1ad845802ca812cc462db27a6ca7099..cc1174cdf794c2da0c20d149f89e7907ae70e910 100644 (file)
@@ -19,6 +19,6 @@ SRC_URI[tarball.sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e0680
 SRC_URI[patch.md5sum] = "2d1bc2f2c38b65d47e27da7c7508d17f"
 SRC_URI[patch.sha256sum] = "999f2062203e389327d997724621be37bea9c98fa226238f9f4eb4a6ea25bd4b"
 
-S = "${WORKDIR}/${PN}-4.orig"
+S = "${WORKDIR}/${BPN}-4.orig"
 
 inherit autotools
index 7d5f0691fbd6a554b0befb75633ce950d6d75ea7..659f964313e8030376325a608f9a17c957100135 100644 (file)
@@ -14,7 +14,7 @@ DEPENDS = "libnewt popt"
 
 PR = "r0"
 
-SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${P}.tar.bz2"
+SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${BPN}-${PV}.tar.bz2"
 
 SRC_URI[md5sum] = "a576808a6d66763606d750ec451bab6d"
 SRC_URI[sha256sum] = "aa36bf7fd3f7c6e3371eddd8a7846b83435c48f132cc5919d83a830504b797d6"
index c453b79eccac9444e2bc71914bb94448c644dab9..67c9381a98a21c8c4e3cb0dc6e4fdcd197cd0e6b 100644 (file)
@@ -11,7 +11,7 @@ PR = "r0"
 
 inherit pkgconfig autotools gettext
 
-SRC_URI = "http://alpha.gnu.org/gnu/libidn/${P}.tar.gz"
+SRC_URI = "http://alpha.gnu.org/gnu/libidn/${BPN}-${PV}.tar.gz"
 
 EXTRA_OECONF = " --disable-tld"
 
index cf08eaf79bc16140fada4f03839f411e42ce1cc5..6a1059c9d86b23a80c3be59e0e6d44895d69040a 100644 (file)
@@ -11,7 +11,7 @@ PR = "r0"
 
 inherit pkgconfig autotools gettext
 
-SRC_URI = "${GNU_MIRROR}/libidn/${P}.tar.gz"
+SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz"
 
 # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+
 # so package command into a separate package
index dbc15e10b5fec7d06a5ba628af2294e138b4313b..8988ca11c24f484c425b11c4f4b8fd259c219ecc 100644 (file)
@@ -11,8 +11,8 @@ PR = "r0"
 DEPENDS += "xz-native"
 PROVIDES = "virtual/librpc"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2;name=libtirpc \
-           ${GENTOO_MIRROR}/${PN}-glibc-nfs.tar.xz;name=glibc-nfs \
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2;name=libtirpc \
+           ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \
            file://libtirpc-0.2.1-fortify.patch \
            file://libtirpc-0.2.2-rpc-des-prot.patch \
            file://remove-des-crypt.patch \
index 1d099641fe0d3003d2ad6c30c9d15e12e5ac1d61..d0479ced2a335cd060856c6d957fdf88ebb66f2f 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=430680f6322a1eb87199b5e01a82c0d4"
 
 PR = "r0"
 
-SRC_URI = "ftp://ftp.mktemp.org/pub/mktemp/${P}.tar.gz \
+SRC_URI = "ftp://ftp.mktemp.org/pub/mktemp/${BPN}-${PV}.tar.gz \
         file://disable-strip.patch \
         "
 
index 695e4f3d2013fcf86783143ea6560f17486f43fe..f54d591c2d966f32b4af7c85298c444ce7ddcbf9 100644 (file)
@@ -18,7 +18,7 @@ PR="r0"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014"
 
-SRC_URI = "http://portland.freedesktop.org/download/${PN}-${PV}.tgz"
+SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tgz"
 
 inherit autotools
 
index 1b02258521f17e55deae901f8676735b02e14c43..e1f9ffb961ad7662bf40710dc3a237324fb02751 100644 (file)
@@ -17,7 +17,7 @@ FONTREV = "0.20100721"
 SRC_URI = "https://fedorahosted.org/releases/l/i/${BPN}/${BPN}-${PV}.${FONTREV}.tar.gz \
            file://30-liberation-aliases.conf"
 
-S = ${WORKDIR}/${PN}-${PV}.${FONTREV}
+S = ${WORKDIR}/${BPN}-${PV}.${FONTREV}
 
 do_install () {
        install -d ${D}${datadir}/fonts/ttf/
index 6ff1391c71a3c472fb9d369c93c5e552e7a139d8..34d03b200057f8c30632fda0c674d123a19b9665 100644 (file)
@@ -9,7 +9,7 @@ PR = "r1"
 
 DEPENDS = "virtual/xserver-xf86 xproto randrproto util-macros"
 
-XORG_PN = "${PN}"
+XORG_PN = "${BPN}"
 SRC_URI = "${XORG_MIRROR}/individual/driver/${XORG_PN}-${PV}.tar.bz2"
 
 S = "${WORKDIR}/${XORG_PN}-${PV}"
index 0498c1955ed7ac7fd6f1a64673a41ca53c02ee3e..665601f11bb14769dfedc1bbc60f3c1fd246c229 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS = "libvorbis libogg alsa-lib libmad"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-B-${PV}.tar.gz"
 
-S = "${WORKDIR}/${PN}-B-${PV}"
+S = "${WORKDIR}/${BPN}-B-${PV}"
 
 inherit autotools
 
index bd693db378e1651887f3be32de79b6bf5157712c..afa80004e4a6effae604244cf1feff1a57b2184c 100644 (file)
@@ -13,6 +13,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 inherit autotools pkgconfig
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
 
 FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so"
index 4a2e9078d09c11fa266b5ab7ed473af4fd584988..3806021b0d8b5d527e03f70dc3c660fdb3a28aab 100644 (file)
@@ -22,6 +22,6 @@ PR = "r4"
 
 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http"
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
 
 inherit autotools pkgconfig
index 6ad5d359b01e5ee25da70c6416eff26e7a9a653b..e0e88ba8e72eafe46d2e44efd65c8bc1f6d1cf72 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=35da21efce2b9f0ca07524c9f844e6ed \
 SECTION = "libs"
 PR = "r0"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${BPN}-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "9c08f88945bfd5d0791d102e4aa4125c"
 SRC_URI[sha256sum] = "000762efb81501421d94ec56343648a62b3bd2884e7cdf6f638e2c207dd8f6a1"
index 147a3322c553e685202061f0e0830d63d12642cb..1500fad5c6e12c64a7759e27f9d27dfb35e89410 100644 (file)
@@ -16,6 +16,6 @@ PR = "r6"
 
 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http"
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
 
 inherit autotools pkgconfig
index 9d5fd89e53235c3a2839c79b64b16b92f6aed482..04928a4c30c467b4c1d7e9fab87edbb1e1b7f35d 100644 (file)
@@ -16,7 +16,7 @@ SRCREV = "416"
 PV = "0.0+svnr${SRCPV}"
 PR = "r6"
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
 
 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http \
            file://gst_change_state.patch \
index d00b0607c509628def14123e7f84eef44366fbfe..616fb0e2442f055f350361393c2d9cbe9d47391e 100644 (file)
@@ -22,7 +22,7 @@ inherit autotools pkgconfig
 SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http"
 SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;patch=1;pnum=0 "
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
 
 EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"
 
index 5cd8bb912af74d4fb49970d57873b38cfaea79d3..ee0c02537a54f9a2dac419dfde9dadc936e3a0f1 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar
 #SRC_URI[sha256sum] = "69f37e497e63b2f7ab44e7bbd50aee078269c16dbc2d78ec1b00257678f2cbd2"
 #SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}"
 
-S = "${WORKDIR}/${PN}-${PV}"
+S = "${WORKDIR}/${BPN}-${PV}"
 
 do_configure () {
        ./mkfiles.pl
index 66a5c812c3a7e806dbedfcd131ccdd118b51cf9a..825870d6ddeea65f861e879622b27aba8bd92875 100644 (file)
@@ -15,7 +15,7 @@ PR = "r2"
 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http \
            file://fix_ldadd_order.patch"
 
-S = ${WORKDIR}/${PN}
+S = ${WORKDIR}/${BPN}
 
 inherit autotools pkgconfig
 
index 7071b904f2f8d92ab611b17b06c132aba2e468d8..01595df8a2607cf598fa51b5613888de17b3fa44 100644 (file)
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \
 
 PR = "r0"
 
-SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
+SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \
            file://configfix.patch;patch=1 \
            file://configure_fixes.patch;patch=1"
 
index b37001d4cacff48a46952ec0f9c5f0287c77b08f..2d5edaa9c597541e5da9fc9c583cc9e643df1a0a 100644 (file)
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \
 
 PR = "r1"
 
-SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \
+SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
            file://configure_fixes.patch;patch=1 \
           file://cleanup.patch;patch=1 \
            file://configfix.patch;patch=1 \
index f342a820fe23bb25ab6e99654e7cffb31c2c41ea..64e1ddd2f9ad5e3e0eca4a6019c823bcd236abd8 100644 (file)
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ad80780d9c5205d63481a0184e199a15 \
 DEPENDS = "glib-2.0"
 PR = "r3"
 
-SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \
+SRC_URI = "http://liboil.freedesktop.org/download/${BPN}-${PV}.tar.gz \
            file://no-tests.patch \
            file://fix-unaligned-whitelist.patch \
           "
index ae476a6891be5458f391cc19563b2a76983d9021..f465a4d6baceedc4ac73cd01d0ddf3e233c32824 100644 (file)
@@ -8,7 +8,7 @@ DEPENDS = "zlib libxml2 expat time gnutls"
 
 PR = "r0"
 
-SRC_URI = "http://www.webdav.org/${BPN}/${P}.tar.gz \
+SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \
            file://pkgconfig.patch;patch=1"
 
 SRC_URI[md5sum] = "ff369e69ef0f0143beb5626164e87ae2"