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-oe/recipes-support/ca-certificates | |
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-oe/recipes-support/ca-certificates')
-rw-r--r-- | meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb b/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb index 7552c6f78..3be567ff4 100644 --- a/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb +++ b/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb | |||
@@ -30,7 +30,7 @@ do_install_append() { | |||
30 | done | 30 | done |
31 | } | 31 | } |
32 | 32 | ||
33 | PACKAGE_ARCH = "all" | 33 | inherit allarch |
34 | PACKAGES = "${PN}" | 34 | PACKAGES = "${PN}" |
35 | 35 | ||
36 | pkg_postinst_${PN} () { | 36 | pkg_postinst_${PN} () { |