mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +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}-dev += "${bindir}/gupnp-binding-tool"
|
||||
|
||||
do_stage_append () {
|
||||
install ${S}/tools/gupnp-binding-tool ${STAGING_BINDIR_NATIVE}
|
||||
}
|
||||
SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
|
||||
|
||||
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