aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-10-26 16:08:37 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-10-28 13:57:38 +0000
commitf50202f2b4ce57a8d2bd59e9ec49fbf77fe6d037 (patch)
treeece893a764f490c3d18f283d283fe0c666cfa846 /meta-oe/recipes-devtools
parent8ea80933fc1ca89aa44456a1afa24be69140829b (diff)
downloadmeta-openembedded-contrib-f50202f2b4ce57a8d2bd59e9ec49fbf77fe6d037.tar.gz
Remove NATIVE_INSTALL_WORKS
This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/lemon/lemon.inc1
-rw-r--r--meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-docutils_0.5.bb1
4 files changed, 0 insertions, 4 deletions
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"