mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4a0386ee70
commit
0d93a58483
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user