This upgrades to a version of patchelf which works on newer distros and doesn't inflate binaries in crazy ways.
Signed-off-by: Richard Purdie <[email protected]> --- meta/conf/distro/include/yocto-uninative.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index 975edec..80dcfa0 100644 --- a/meta/conf/distro/include/yocto-uninative.inc +++ b/meta/conf/distro/include/yocto-uninative.inc @@ -6,6 +6,6 @@ # to the distro running on the build machine. # -UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/1.4/" -UNINATIVE_CHECKSUM[i686] ?= "b4bc60511ce479736808273ffa043df4ed2a225407dd7ca150ae6220d9ce76d5" -UNINATIVE_CHECKSUM[x86_64] ?= "101ff8f2580c193488db9e76f9646fb6ed38b65fb76f403acb0e2178ce7127ca" +UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/1.5/" +UNINATIVE_CHECKSUM[i686] ?= "fd96bd5cd50fc10f536e86e526d6729878725b66b7cf1dae6cf3cfb5a0b9d24a" +UNINATIVE_CHECKSUM[x86_64] ?= "5c5a3a74b98c2ad038953b8424bcb169b5574b571f67df11174a01f4e06f437d" -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
