diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-06 10:12:47 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-06 10:16:57 +0100 |
commit | d0f555cb5cd30df06a03d926b8c6c821c4c3591c (patch) | |
tree | b8ae0d403b2ff685da7f3fff0ff4c3bb2dabfe1c /meta | |
parent | d425fac6d12ea334fa74e13006b81031cd392402 (diff) | |
download | poky-d0f555cb5cd30df06a03d926b8c6c821c4c3591c.tar.gz |
unifdef-native: Fix staging reference in do_install (noticed from OE.dev)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/unifdef/unifdef-native_2.6.18+git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/unifdef/unifdef-native_2.6.18+git.bb b/meta/packages/unifdef/unifdef-native_2.6.18+git.bb index 66272cb8b0..cce96c3edf 100644 --- a/meta/packages/unifdef/unifdef-native_2.6.18+git.bb +++ b/meta/packages/unifdef/unifdef-native_2.6.18+git.bb | |||
@@ -13,6 +13,6 @@ do_compile() { | |||
13 | NATIVE_INSTALL_WORKS = "1" | 13 | NATIVE_INSTALL_WORKS = "1" |
14 | 14 | ||
15 | do_install() { | 15 | do_install() { |
16 | install -m 0755 unifdef ${STAGING_BINDIR} | 16 | install -m 0755 unifdef ${D}${bindir} |
17 | } | 17 | } |
18 | 18 | ||