diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-06 10:11:33 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-06 10:11:33 +0100 |
commit | 5469b3efd292d29357cc65a7a1bd012f18b390cc (patch) | |
tree | ea74359db6db2c54d03adca35488452fb35dd6c2 /recipes | |
parent | 779458cafbf9488f446e3537ce425f7f37551adc (diff) |
unifdef-naitve: Fix from Poky
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/unifdef/unifdef-native_2.6.18+git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/unifdef/unifdef-native_2.6.18+git.bb b/recipes/unifdef/unifdef-native_2.6.18+git.bb index 2c0892d841..cce96c3edf 100644 --- a/recipes/unifdef/unifdef-native_2.6.18+git.bb +++ b/recipes/unifdef/unifdef-native_2.6.18+git.bb @@ -10,8 +10,9 @@ do_compile() { ${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c } +NATIVE_INSTALL_WORKS = "1" + do_install() { install -m 0755 unifdef ${D}${bindir} } - |