]> code.ossystems Code Review - openembedded-core.git/commit
allarch.bbclass: Exclude package_do_shlibs from do_package signature
authorKhem Raj <raj.khem@gmail.com>
Sun, 29 Apr 2018 19:15:14 +0000 (12:15 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 May 2018 09:47:27 +0000 (10:47 +0100)
commit06602d56d1d311562144eafe459fcea36931a34c
tree42b2c0c8cbf06c0187ee97e215d4f6f365808f9e
parentfe24a5d24cb2f6af9b5dd20089e36afe99e88ea1
allarch.bbclass: Exclude package_do_shlibs from do_package signature

shlibs is largely useless for allarch, the particular usecase where it
fails is when DISTRO_FEATURE is changing due to libc being different e.g.

Variable package_do_shlibs value changed:
-DISTRO_FEATURES{ldconfig} = Set
+DISTRO_FEATURES{ldconfig} = Unset

musl -> glibc or other way around 'ldconfig' gets added or deleted to
DISTRO_FEATURE set, neither this distro feature nor the shlibs processing
during packaging is of interest to allarch packages which are largely
arch independent scripts

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/classes/allarch.bbclass