summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
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-support
parent8ea80933fc1ca89aa44456a1afa24be69140829b (diff)
downloadmeta-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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb2
-rw-r--r--meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb2
2 files changed, 0 insertions, 4 deletions
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
23NATIVE_INSTALL_WORKS = "1"
24
25PSTAGING_DISABLED = "1" 23PSTAGING_DISABLED = "1"
26 24
27SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad" 25SRC_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
16CFLAGS += "-DLINUX_PPDEV" 16CFLAGS += "-DLINUX_PPDEV"
17 17
18NATIVE_INSTALL_WORKS = "1"
19
20do_compile() { 18do_compile() {
21 oe_runmake 19 oe_runmake
22} 20}