diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 09:04:19 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 09:04:19 +0200 |
commit | 68490ae3114c40a09d5d19d1fce7492ef00e5d5b (patch) | |
tree | f2eeaab8b0faa71521e4c8fd2c0f8040b463748e /recipes/lzo | |
parent | 1a5985b1af63a269da52e933d8d5d2b422316ace (diff) |
lzo:remove NATIVE_INSTALL_WORKS
no need for NATIVE_INSTALL_WORKS when using autotools default install
in a recipe with BBCLASSEXTEND = "native"
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/lzo')
-rw-r--r-- | recipes/lzo/lzo2_2.03.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/lzo/lzo2_2.03.bb b/recipes/lzo/lzo2_2.03.bb index 3396b78f8a..ee540b1801 100644 --- a/recipes/lzo/lzo2_2.03.bb +++ b/recipes/lzo/lzo2_2.03.bb @@ -19,6 +19,5 @@ do_configure() { oe_runconf } -NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" |