mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
uclibc: Remove iconv.h
We get it from libiconv on uclibc anyway no need to transplant uclibc one (From OE-Core rev: 9da1e04b1543d0a08fdd679a72c9cf6455811ab9) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -155,7 +155,8 @@ do_configure() {
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake PREFIX=${D} install
|
||||
oe_runmake PREFIX=${D} install
|
||||
rm -rf ${D}${includedir}/iconv.h
|
||||
}
|
||||
|
||||
# build ldd, ldconfig and friends but only for full uclibc
|
||||
|
||||
Reference in New Issue
Block a user