mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
freetype: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
require freetype_${PV}.bb
|
||||
inherit native
|
||||
|
||||
EXTRA_OEMAKE=
|
||||
|
||||
do_configure() {
|
||||
(cd builds/unix && gnu-configize) || die "failure running gnu-configize"
|
||||
oe_runconf
|
||||
}
|
||||
@@ -14,6 +14,7 @@ inherit autotools pkgconfig binconfig
|
||||
|
||||
LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
|
||||
EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
|
||||
EXTRA_OEMAKE_virtclass-native = ""
|
||||
EXTRA_OECONF = "--without-zlib"
|
||||
|
||||
do_configure() {
|
||||
@@ -26,9 +27,17 @@ do_configure() {
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
do_configure_virtclass-native() {
|
||||
(cd builds/unix && gnu-configize) || die "failure running gnu-configize"
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
do_compile_prepend() {
|
||||
${BUILD_CC} -o objs/apinames src/tools/apinames.c
|
||||
}
|
||||
|
||||
FILES_${PN} = "${libdir}/lib*${SOLIBS}"
|
||||
FILES_${PN}-dev += "${bindir}"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user