[oe-commits] [openembedded-core] 01/05: yocto-uninative: Update to 1.0.1 tarball

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 17:01:20 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit 4ac90c58032e1097abefc14bfc5029db0a893aa9
Author: Fabio Berton <fabio.berton at ossystems.com.br>
AuthorDate: Wed Aug 31 09:30:29 2016 -0300

    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 <fabio.berton at ossystems.com.br>
---
 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 85e613a..f0bd812 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list