mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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>
This commit is contained in:
@@ -30,7 +30,7 @@ do_install_append() {
|
||||
done
|
||||
}
|
||||
|
||||
PACKAGE_ARCH = "all"
|
||||
inherit allarch
|
||||
PACKAGES = "${PN}"
|
||||
|
||||
pkg_postinst_${PN} () {
|
||||
|
||||
Reference in New Issue
Block a user