diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 09:01:48 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 09:01:48 +0200 |
commit | 1a5985b1af63a269da52e933d8d5d2b422316ace (patch) | |
tree | 22e2211783d1e3b0af009f40e30054e9f55fd3ca /recipes/lzo | |
parent | e49826bf02637ece383bf1c823710e96558640b3 (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/lzo_1.08.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/lzo/lzo_1.08.bb b/recipes/lzo/lzo_1.08.bb index 8dedcbc102..fc8b6f3691 100644 --- a/recipes/lzo/lzo_1.08.bb +++ b/recipes/lzo/lzo_1.08.bb @@ -11,7 +11,6 @@ inherit autotools EXTRA_OECONF = "--enable-shared" -NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" SRC_URI[md5sum] = "ab94d3da364c7cbd5b78d76f1875b0f6" |