From: Fabio Berton Date: Wed, 31 Aug 2016 12:30:29 +0000 (-0300) Subject: yocto-uninative: Update to 1.0.1 tarball X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4ac90c58032e1097abefc14bfc5029db0a893aa9;p=openembedded-core.git yocto-uninative: Update to 1.0.1 tarball The 1.0.1 uninative tarball includes the change for GlibC to use the host locale data, which is required for Python 3 to work properly. Signed-off-by: Fabio Berton --- diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index 85e613ac45..f0bd8125f2 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/0.95/" -UNINATIVE_CHECKSUM[i686] ?= "5f27d7e0f4dd2ed80a7ff6a0d88af107b08e00765b31ed3aa180cc5ce15b0811" -UNINATIVE_CHECKSUM[x86_64] ?= "26d46c61ad88cc245e31c88549717c0092a838d111b93ec169d88b08cc027581" +UNINATIVE_URL = "http://downloads.yoctoproject.org/releases/uninative/1.0.1/" +UNINATIVE_CHECKSUM[i686] ?= "de51bc9162b07694d3462352ab25f636a6b50235438c1b09440d7569e009123b" +UNINATIVE_CHECKSUM[x86_64] ?= "acf1e44a0ac2e855e81da6426197d36358bf7b4e88e552ef933128498c8910f8"