diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 15:45:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:25 +0000 |
commit | 0d93a58483eb4a3f8d47893ef730fc9466d61b86 (patch) | |
tree | 130adc517e7947c23e7972f9ff13314ca5a0e7dd /meta/recipes-devtools | |
parent | 4a0386ee7045fa82ee8cca5022d161610f529540 (diff) | |
download | poky-0d93a58483eb4a3f8d47893ef730fc9466d61b86.tar.gz |
mklibs-native: upgrade to 0.1.40
Remove the do_configure_prepend, it never worked since the sed command
didn't use '-i'.
(From OE-Core rev: e101de6030949d746e04fb901200ff071b197f0c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb (renamed from meta/recipes-devtools/mklibs/mklibs-native_0.1.39.bb) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.39.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb index 9885561fe3..b2fcae576a 100644 --- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.39.bb +++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb | |||
@@ -12,11 +12,7 @@ SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.x | |||
12 | file://sysrooted-ldso.patch \ | 12 | file://sysrooted-ldso.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "38a579a531401eb76f4bab4ccfb774a2" | 15 | SRC_URI[md5sum] = "e1dafe5f962caa9dc5f2651c0723812a" |
16 | SRC_URI[sha256sum] = "fa2881ab4fe72b0504878357f1fc6b17920459b56e8a60dfb083ca28fb64e733" | 16 | SRC_URI[sha256sum] = "1db24ae779d21ccfed49f22e49a2b7ee43ec0e9197bc206d81cd02f96e91e125" |
17 | 17 | ||
18 | inherit autotools gettext native pythonnative | 18 | inherit autotools gettext native pythonnative |
19 | |||
20 | do_configure_prepend() { | ||
21 | sed "s+MKLIBS_VERSION+${PV}+" ${S}/configure.ac | ||
22 | } | ||