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-Tag: sz_173~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c4b21c9b37da6a093144b3bd7bc13231193357;p=openembedded.git xorg-font-common: use BPN instead of XORG_PN Signed-off-by: Martin Jansa Conflicts: recipes/xorg-font/xorg-font-common.inc --- diff --git a/recipes/xorg-font/xorg-font-common.inc b/recipes/xorg-font/xorg-font-common.inc index 0fc2e8fda4..e82f2f5531 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 = "encodings font-util font-alias" -XORG_PN = "${PN}" -INC_PR = "r1" +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