diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-27 15:40:33 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-27 15:40:33 +0000 |
commit | 6e6320bc2ad19a2e4d24831de770f9b30b6da86c (patch) | |
tree | f9619ccea4f0de37283f30cf3ea40d0bc94339ae /meta/packages | |
parent | 63d30e31a41c42ef7ebe36d9e84301ace5b0110e (diff) | |
download | poky-6e6320bc2ad19a2e4d24831de770f9b30b6da86c.tar.gz |
gupnp: Fix staging preprocess function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gupnp/gupnp_0.12.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gupnp/gupnp_0.12.5.bb b/meta/packages/gupnp/gupnp_0.12.5.bb index a19bbce0ac..a30b2ad639 100644 --- a/meta/packages/gupnp/gupnp_0.12.5.bb +++ b/meta/packages/gupnp/gupnp_0.12.5.bb | |||
@@ -13,5 +13,5 @@ SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" | |||
13 | 13 | ||
14 | gupnp_sysroot_preprocess () { | 14 | gupnp_sysroot_preprocess () { |
15 | install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ | 15 | install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ |
16 | install -m 755 ${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ | 16 | install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ |
17 | } | 17 | } |