mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
freetype: Drop unneeded custom staging functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -7,9 +7,3 @@ do_configure() {
|
|||||||
(cd builds/unix && gnu-configize) || die "failure running gnu-configize"
|
(cd builds/unix && gnu-configize) || die "failure running gnu-configize"
|
||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|
||||||
do_stage() {
|
|
||||||
autotools_stage_includes
|
|
||||||
oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
@@ -30,11 +30,5 @@ do_compile_prepend() {
|
|||||||
${BUILD_CC} -o objs/apinames src/tools/apinames.c
|
${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} = "${libdir}/lib*${SOLIBS}"
|
||||||
FILES_${PN}-dev += "${bindir}"
|
FILES_${PN}-dev += "${bindir}"
|
||||||
|
|||||||
Reference in New Issue
Block a user