diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 10:46:24 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 10:46:24 +0200 |
commit | bb4a58049e80053b0153ff0e2db0f29e976c8599 (patch) | |
tree | e6ce991097d847f18ee2a86d9abd1393f3e82184 | |
parent | 71c84217cb9e71da981e5b1d464169c728bdb28a (diff) |
desktop-file-utils: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>
-rw-r--r-- | recipes/desktop-file-utils/desktop-file-utils_0.16.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/desktop-file-utils/desktop-file-utils_0.16.bb b/recipes/desktop-file-utils/desktop-file-utils_0.16.bb index 9492205896..0d2ab9a8f1 100644 --- a/recipes/desktop-file-utils/desktop-file-utils_0.16.bb +++ b/recipes/desktop-file-utils/desktop-file-utils_0.16.bb @@ -12,4 +12,3 @@ SRC_URI[archive.sha256sum] = "7960be4bf7aa4b4698e8ea333cfa0bbfa7a169029e85d6a8b5 inherit autotools BBCLASSEXTEND = "native" -NATIVE_INSTALL_WORKS = "1" |