From: Frans Meulenbroeks Date: Sat, 21 Aug 2010 08:46:24 +0000 (+0200) Subject: desktop-file-utils:remove NATIVE_INSTALL_WORKS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb4a58049e80053b0153ff0e2db0f29e976c8599;p=openembedded.git 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 --- 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"