From f50202f2b4ce57a8d2bd59e9ec49fbf77fe6d037 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 26 Oct 2012 16:08:37 +0100 Subject: Remove NATIVE_INSTALL_WORKS This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton --- meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb | 2 -- meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb | 2 -- 2 files changed, 4 deletions(-) (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb b/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb index 13a3489545..e4be1fbc15 100644 --- a/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb +++ b/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb @@ -20,8 +20,6 @@ do_install() { install -m 0755 sql/gen_lex_hash ${D}${bindir}/ } -NATIVE_INSTALL_WORKS = "1" - PSTAGING_DISABLED = "1" SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad" diff --git a/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb index 15e11acaf7..9e0c087d45 100644 --- a/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb +++ b/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb @@ -15,8 +15,6 @@ do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_TOOLS}" CFLAGS += "-DLINUX_PPDEV" -NATIVE_INSTALL_WORKS = "1" - do_compile() { oe_runmake } -- cgit 1.2.3-korg