summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-05-19 08:32:24 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-02 10:04:54 +0200
commitea8d7d2d14e862c5e911fedcc640e2c2d70ac2f0 (patch)
treeb22fa6643ad35325552eb51af64a733a82bdb121 /meta-efl/recipes-efl/e17
parentc80829768eb19fc751aefb5720016738af8e14f0 (diff)
downloadmeta-openembedded-ea8d7d2d14e862c5e911fedcc640e2c2d70ac2f0.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17')
-rw-r--r--meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb4
1 files changed, 2 insertions, 2 deletions
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 e3b182dea..36e85058d 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"
8SRCREV = "4064489f359a1addf572089b582f317dff5f50e1" 8SRCREV = "4064489f359a1addf572089b582f317dff5f50e1"
9PV = "0.0+gitr${SRCPV}" 9PV = "0.0+gitr${SRCPV}"
10PE = "1" 10PE = "1"
11PR = "r4" 11PR = "r5"
12LICENSE = "MIT BSD" 12LICENSE = "MIT BSD"
13LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2" 13LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2"
14 14
@@ -30,7 +30,7 @@ illume-keyboard-russian-terminal \
30illume-keyboard-persian \ 30illume-keyboard-persian \
31" 31"
32 32
33PACKAGE_ARCH = "all" 33inherit allarch
34KEYBOARDS_DIR="${libdir}/enlightenment/modules/illume-keyboard/keyboards" 34KEYBOARDS_DIR="${libdir}/enlightenment/modules/illume-keyboard/keyboards"
35 35
36AUTHOR_illume-keyboard-alpha = "Jesus McCloud" 36AUTHOR_illume-keyboard-alpha = "Jesus McCloud"