blob: da2682e41fa0801363ab8f5d23e52b68744db376 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require expat.inc
PR = "r0"
SRC_URI += "file://autotools.patch;"
inherit lib_package
do_configure_prepend () {
rm -f ${S}/conftools/libtool.m4
}
BBCLASSEXTEND = "native nativesdk"
|