From: Martin Jansa Date: Sat, 16 Oct 2010 07:04:01 +0000 (+0200) Subject: xorg-font-common: use BPN instead of XORG_PN X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23c06fa864dc0ce9e571d02f8870044554d02513;p=openembedded.git xorg-font-common: use BPN instead of XORG_PN Signed-off-by: Martin Jansa --- diff --git a/recipes/xorg-font/xorg-font-common.inc b/recipes/xorg-font/xorg-font-common.inc index a92827758c..79d1da6c3d 100644 --- a/recipes/xorg-font/xorg-font-common.inc +++ b/recipes/xorg-font/xorg-font-common.inc @@ -5,11 +5,10 @@ LICENSE = "MIT-X" DEPENDS = " encodings font-alias font-util-native mkfontdir-native mkfontscale-native" RDEPENDS_${PN} = "encodings font-util font-alias" -XORG_PN = "${PN}" INC_PR = "r2" -SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2;name=archive" -S = "${WORKDIR}/${XORG_PN}-${PV}" +SRC_URI = "${XORG_MIRROR}/individual/font/${BPN}-${PV}.tar.bz2;name=archive" +S = "${WORKDIR}/${BPN}-${PV}" inherit autotools pkgconfig