diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-19 08:32:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-02 10:04:54 +0200 |
commit | ea8d7d2d14e862c5e911fedcc640e2c2d70ac2f0 (patch) | |
tree | b22fa6643ad35325552eb51af64a733a82bdb121 /meta-efl | |
parent | c80829768eb19fc751aefb5720016738af8e14f0 (diff) | |
download | meta-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')
-rw-r--r-- | meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb | 4 |
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" | |||
8 | SRCREV = "4064489f359a1addf572089b582f317dff5f50e1" | 8 | SRCREV = "4064489f359a1addf572089b582f317dff5f50e1" |
9 | PV = "0.0+gitr${SRCPV}" | 9 | PV = "0.0+gitr${SRCPV}" |
10 | PE = "1" | 10 | PE = "1" |
11 | PR = "r4" | 11 | PR = "r5" |
12 | LICENSE = "MIT BSD" | 12 | LICENSE = "MIT BSD" |
13 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2" | 13 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2" |
14 | 14 | ||
@@ -30,7 +30,7 @@ illume-keyboard-russian-terminal \ | |||
30 | illume-keyboard-persian \ | 30 | illume-keyboard-persian \ |
31 | " | 31 | " |
32 | 32 | ||
33 | PACKAGE_ARCH = "all" | 33 | inherit allarch |
34 | KEYBOARDS_DIR="${libdir}/enlightenment/modules/illume-keyboard/keyboards" | 34 | KEYBOARDS_DIR="${libdir}/enlightenment/modules/illume-keyboard/keyboards" |
35 | 35 | ||
36 | AUTHOR_illume-keyboard-alpha = "Jesus McCloud" | 36 | AUTHOR_illume-keyboard-alpha = "Jesus McCloud" |