mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
libpcre: Drop staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -38,12 +38,6 @@ do_compile () {
|
|||||||
oe_runmake CC_FOR_BUILD="${BUILD_CC}" CFLAGS_FOR_BUILD="-DLINK_SIZE=2 -I${S}/include" LINK_FOR_BUILD="${BUILD_CC} -L${S}/lib"
|
oe_runmake CC_FOR_BUILD="${BUILD_CC}" CFLAGS_FOR_BUILD="-DLINK_SIZE=2 -I${S}/include" LINK_FOR_BUILD="${BUILD_CC} -L${S}/lib"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_stage () {
|
|
||||||
autotools_stage_all
|
|
||||||
install -d ${STAGING_BINDIR_NATIVE}
|
|
||||||
install -m 0755 ${S}/dftables ${STAGING_BINDIR_NATIVE}/
|
|
||||||
}
|
|
||||||
|
|
||||||
python populate_packages_prepend () {
|
python populate_packages_prepend () {
|
||||||
pcre_libdir = bb.data.expand('${libdir}', d)
|
pcre_libdir = bb.data.expand('${libdir}', d)
|
||||||
pcre_libdir_dbg = bb.data.expand('${libdir}/.debug', d)
|
pcre_libdir_dbg = bb.data.expand('${libdir}/.debug', d)
|
||||||
|
|||||||
Reference in New Issue
Block a user