diff options
author | Mei Lei <lei.mei@intel.com> | 2011-07-03 18:39:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-04 12:41:32 +0100 |
commit | 423951fe1ae750fad6b178bb6189e61137ded1ee (patch) | |
tree | a3fac9ab56ede60f6f4292cef27fb56416de5a27 /meta/recipes-core | |
parent | a891b42af30fb6de6a600b9a64afc457da3003a2 (diff) | |
download | openembedded-core-423951fe1ae750fad6b178bb6189e61137ded1ee.tar.gz openembedded-core-423951fe1ae750fad6b178bb6189e61137ded1ee.tar.bz2 openembedded-core-423951fe1ae750fad6b178bb6189e61137ded1ee.zip |
coreutils: Upgrade from 8.9 to 8.12
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.12.bb (renamed from meta/recipes-core/coreutils/coreutils_8.9.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.9.bb b/meta/recipes-core/coreutils/coreutils_8.12.bb index 7f96c6eaf6..00746b908a 100644 --- a/meta/recipes-core/coreutils/coreutils_8.9.bb +++ b/meta/recipes-core/coreutils/coreutils_8.12.bb @@ -15,8 +15,8 @@ inherit autotools gettext SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.gz" -SRC_URI[md5sum] = "36909ae68840d73a800120cf74af794a" -SRC_URI[sha256sum] = "aa991fa4296b22ff929a31a5cb5528bb783c84cdef4503c4ff311cfbeaebf50a" +SRC_URI[md5sum] = "fce7999953a67243d00d75cc86dbcaa6" +SRC_URI[sha256sum] = "9e233a62c98a3378a7b0483d2ae3d662dbaf6cd3917d3830d3514665e12a85c8" EXTRA_OECONF_virtclass-native = "--without-gmp" |