mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
gupnp: Convert to new staging method
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -9,6 +9,9 @@ inherit autotools_stage pkgconfig
|
|||||||
FILES_${PN} = "${libdir}/*.so.*"
|
FILES_${PN} = "${libdir}/*.so.*"
|
||||||
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
|
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
|
||||||
|
|
||||||
do_stage_append () {
|
SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
|
||||||
install ${S}/tools/gupnp-binding-tool ${STAGING_BINDIR_NATIVE}
|
|
||||||
|
gupnp_sysroot_preprocess () {
|
||||||
|
install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/
|
||||||
|
install -m 755 ${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user