From ea8d7d2d14e862c5e911fedcc640e2c2d70ac2f0 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 19 May 2011 08:32:24 +0200 Subject: recipes: use allarch.bbclass instead just PACKAGE_ARCH = all * otherwise such recipes are rebuilt or reused from sstate after every MACHINE change, because of different checksums see [YOCTO #1075] Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb') diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb index a6f885b8dd..62acf824d4 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb @@ -3,7 +3,7 @@ require ttf.inc DESCRIPTION = "MPlus font - TTF Edition" HOMEPAGE = "http://dejavu.sourceforge.net/wiki/" LICENSE = "${PN}" -PR = "r0" +PR = "r1" SRC_URI = "http://osdn.dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-${PV}.tar.gz" S = "${WORKDIR}/mplus-TESTFLIGHT-${PV}" -- cgit v1.2.3-54-g00ecf