mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
Remove NATIVE_INSTALL_WORKS
This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -23,4 +23,3 @@ do_install() {
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
@@ -21,4 +21,3 @@ do_install () {
|
||||
oe_runmake -e install-bin DESTDIR=${D} PREFIX=${prefix}
|
||||
}
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
@@ -14,7 +14,6 @@ inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} = "python-pickle python-pprint"
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
SRC_URI[md5sum] = "853917116e731afbc8c8a43c37e6ddba"
|
||||
|
||||
@@ -15,6 +15,5 @@ S = "${WORKDIR}/docutils-${PV}"
|
||||
|
||||
inherit distutils
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -15,8 +15,6 @@ do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_TOOLS}"
|
||||
|
||||
CFLAGS += "-DLINUX_PPDEV"
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
do_compile() {
|
||||
oe_runmake
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user