diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-26 16:08:37 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-28 13:57:38 +0000 |
commit | f50202f2b4ce57a8d2bd59e9ec49fbf77fe6d037 (patch) | |
tree | ece893a764f490c3d18f283d283fe0c666cfa846 | |
parent | 8ea80933fc1ca89aa44456a1afa24be69140829b (diff) | |
download | meta-openembedded-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>
7 files changed, 0 insertions, 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 e6add2bb2..3bcebabf4 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 () { | |||
13 | bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d) | 13 | bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d) |
14 | } | 14 | } |
15 | 15 | ||
16 | NATIVE_INSTALL_WORKS = "1" | ||
17 | |||
18 | RDEPENDS_${PN} = "util-linux-native" | 16 | RDEPENDS_${PN} = "util-linux-native" |
19 | 17 | ||
20 | SRC_URI[md5sum] = "aaefede2405a40c87438e7e833d69b70" | 18 | SRC_URI[md5sum] = "aaefede2405a40c87438e7e833d69b70" |
diff --git a/meta-oe/recipes-devtools/lemon/lemon.inc b/meta-oe/recipes-devtools/lemon/lemon.inc index 48d93ee83..9a8d3abbd 100644 --- a/meta-oe/recipes-devtools/lemon/lemon.inc +++ b/meta-oe/recipes-devtools/lemon/lemon.inc | |||
@@ -23,4 +23,3 @@ do_install() { | |||
23 | 23 | ||
24 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |
25 | 25 | ||
26 | 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 b4438a3d0..facf55403 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 () { | |||
21 | oe_runmake -e install-bin DESTDIR=${D} PREFIX=${prefix} | 21 | oe_runmake -e install-bin DESTDIR=${D} PREFIX=${prefix} |
22 | } | 22 | } |
23 | 23 | ||
24 | 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 b6f0d2c27..967be31ad 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 | |||
14 | 14 | ||
15 | RDEPENDS_${PN} = "python-pickle python-pprint" | 15 | RDEPENDS_${PN} = "python-pickle python-pprint" |
16 | 16 | ||
17 | NATIVE_INSTALL_WORKS = "1" | ||
18 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
19 | 18 | ||
20 | SRC_URI[md5sum] = "853917116e731afbc8c8a43c37e6ddba" | 19 | 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 cdc488a12..e4c8a7ddc 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}" | |||
15 | 15 | ||
16 | inherit distutils | 16 | inherit distutils |
17 | 17 | ||
18 | NATIVE_INSTALL_WORKS = "1" | ||
19 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
20 | 19 | ||
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 13a348954..e4be1fbc1 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() { | |||
20 | install -m 0755 sql/gen_lex_hash ${D}${bindir}/ | 20 | install -m 0755 sql/gen_lex_hash ${D}${bindir}/ |
21 | } | 21 | } |
22 | 22 | ||
23 | NATIVE_INSTALL_WORKS = "1" | ||
24 | |||
25 | PSTAGING_DISABLED = "1" | 23 | PSTAGING_DISABLED = "1" |
26 | 24 | ||
27 | SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad" | 25 | 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 15e11acaf..9e0c087d4 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}" | |||
15 | 15 | ||
16 | CFLAGS += "-DLINUX_PPDEV" | 16 | CFLAGS += "-DLINUX_PPDEV" |
17 | 17 | ||
18 | NATIVE_INSTALL_WORKS = "1" | ||
19 | |||
20 | do_compile() { | 18 | do_compile() { |
21 | oe_runmake | 19 | oe_runmake |
22 | } | 20 | } |