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-core/fakeroot/fakeroot-native_1.12.4.bb | 2 -- meta-oe/recipes-devtools/lemon/lemon.inc | 1 - meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb | 1 - meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb | 1 - meta-oe/recipes-devtools/python/python-docutils_0.5.bb | 1 - 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 -- 7 files changed, 10 deletions(-) diff --git a/meta-oe/recipes-core/fakeroot/fakeroot-native_1.12.4.bb b/meta-oe/recipes-core/fakeroot/fakeroot-native_1.12.4.bb index e6add2bb26..3bcebabf43 100644 --- a/meta-oe/recipes-core/fakeroot/fakeroot-native_1.12.4.bb +++ b/meta-oe/recipes-core/fakeroot/fakeroot-native_1.12.4.bb @@ -13,8 +13,6 @@ python () { bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d) } -NATIVE_INSTALL_WORKS = "1" - RDEPENDS_${PN} = "util-linux-native" SRC_URI[md5sum] = "aaefede2405a40c87438e7e833d69b70" diff --git a/meta-oe/recipes-devtools/lemon/lemon.inc b/meta-oe/recipes-devtools/lemon/lemon.inc index 48d93ee836..9a8d3abbdc 100644 --- a/meta-oe/recipes-devtools/lemon/lemon.inc +++ b/meta-oe/recipes-devtools/lemon/lemon.inc @@ -23,4 +23,3 @@ do_install() { BBCLASSEXTEND = "native" -NATIVE_INSTALL_WORKS = "1" diff --git a/meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb b/meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb index b4438a3d03..facf554037 100644 --- a/meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb +++ b/meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb @@ -21,4 +21,3 @@ do_install () { oe_runmake -e install-bin DESTDIR=${D} PREFIX=${prefix} } -NATIVE_INSTALL_WORKS = "1" diff --git a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb index b6f0d2c274..967be31ad7 100644 --- a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb +++ b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb @@ -14,7 +14,6 @@ inherit setuptools RDEPENDS_${PN} = "python-pickle python-pprint" -NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" SRC_URI[md5sum] = "853917116e731afbc8c8a43c37e6ddba" diff --git a/meta-oe/recipes-devtools/python/python-docutils_0.5.bb b/meta-oe/recipes-devtools/python/python-docutils_0.5.bb index cdc488a127..e4c8a7ddc0 100644 --- a/meta-oe/recipes-devtools/python/python-docutils_0.5.bb +++ b/meta-oe/recipes-devtools/python/python-docutils_0.5.bb @@ -15,6 +15,5 @@ S = "${WORKDIR}/docutils-${PV}" inherit distutils -NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" 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