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-efl/recipes-efl/e17/illume-keyboards-shr_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-efl') diff --git a/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb b/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb index e3b182dea6..36e85058d3 100644 --- a/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb +++ b/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb @@ -8,7 +8,7 @@ S = "${WORKDIR}/git" SRCREV = "4064489f359a1addf572089b582f317dff5f50e1" PV = "0.0+gitr${SRCPV}" PE = "1" -PR = "r4" +PR = "r5" LICENSE = "MIT BSD" LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2" @@ -30,7 +30,7 @@ illume-keyboard-russian-terminal \ illume-keyboard-persian \ " -PACKAGE_ARCH = "all" +inherit allarch KEYBOARDS_DIR="${libdir}/enlightenment/modules/illume-keyboard/keyboards" AUTHOR_illume-keyboard-alpha = "Jesus McCloud" -- cgit v1.2.3-54-g00ecf