freetype: Drop unneeded custom staging functions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-17 14:23:25 +00:00
parent 06b28b570a
commit cb5f3a4c9a
2 changed files with 0 additions and 12 deletions

View File

@@ -7,9 +7,3 @@ 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}
}

View File

@@ -30,11 +30,5 @@ do_compile_prepend() {
${BUILD_CC} -o objs/apinames src/tools/apinames.c
}
do_stage() {
export LIBTOOL='${LIBTOOL}'
autotools_stage_all
oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR}
}
FILES_${PN} = "${libdir}/lib*${SOLIBS}"
FILES_${PN}-dev += "${bindir}"