From 09ed5de9624be38c0fa5cb3f943691c3b4a50686 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 14 Mar 2011 22:33:13 +0000 Subject: Update SRC_URIs to use BPN instead of PN [YOCTO #860] Signed-off-by: Richard Purdie --- meta/recipes-devtools/insserv/insserv_1.14.0.bb | 2 +- meta/recipes-devtools/perl/libxml-perl_0.08.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools') 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}" -- cgit 1.2.3-korg