mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
gupnp: Fix staging preprocess function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -13,5 +13,5 @@ SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
|
|||||||
|
|
||||||
gupnp_sysroot_preprocess () {
|
gupnp_sysroot_preprocess () {
|
||||||
install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/
|
install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/
|
||||||
install -m 755 ${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/
|
install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user