]> code.ossystems Code Review - openembedded-core.git/commitdiff
mklibs-native: upgrade to 0.1.40
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 12 Jan 2015 23:45:00 +0000 (15:45 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 11:35:23 +0000 (11:35 +0000)
Remove the do_configure_prepend, it never worked since the sed command
didn't use '-i'.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb [moved from meta/recipes-devtools/mklibs/mklibs-native_0.1.39.bb with 73% similarity]

similarity index 73%
rename from meta/recipes-devtools/mklibs/mklibs-native_0.1.39.bb
rename to meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb
index 9885561fe3cae63275756f9a3194c8305f679efe..b2fcae576a6501197a097f1535957378a8481d42 100644 (file)
@@ -12,11 +12,7 @@ SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.x
        file://sysrooted-ldso.patch \
 "
 
-SRC_URI[md5sum] = "38a579a531401eb76f4bab4ccfb774a2"
-SRC_URI[sha256sum] = "fa2881ab4fe72b0504878357f1fc6b17920459b56e8a60dfb083ca28fb64e733"
+SRC_URI[md5sum] = "e1dafe5f962caa9dc5f2651c0723812a"
+SRC_URI[sha256sum] = "1db24ae779d21ccfed49f22e49a2b7ee43ec0e9197bc206d81cd02f96e91e125"
 
 inherit autotools gettext native pythonnative
-
-do_configure_prepend() {
-       sed "s+MKLIBS_VERSION+${PV}+" ${S}/configure.ac
-}