+++ /dev/null
-require freetype_${PV}.bb
-inherit native
-DEPENDS = ""
-FILESPATH = "${FILE_DIRNAME}/freetype-${PV}:${FILE_DIRNAME}/freetype:${FILE_DIRNAME}/files"
-
-EXTRA_OEMAKE=
-
-do_configure() {
- (cd builds/unix && gnu-configize) || die "failure running gnu-configize"
- oe_runconf
-}
-
-do_stage() {
- autotools_stage_includes
- oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR}
-}
-
-do_install() {
- :
-}
-
${BUILD_CC} -o objs/apinames src/tools/apinames.c
}
+BBCLASSEXTEND = "native"
+
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${bindir}"