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/classes/xfce.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/xfce.bbclass') 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 -- cgit v1.2.3