aboutsummaryrefslogtreecommitdiffstats
path: root/packages/install
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-14 17:56:03 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-14 17:56:03 +0000
commitd272cc519ecb26016ac4978640e5757a72684735 (patch)
tree56f8d82b5ee8b1f0afde06e38f10c9a2c41ec9f5 /packages/install
parent41af26d6a6e9eda30691b0d21a82de2d9524870e (diff)
downloadopenembedded-d272cc519ecb26016ac4978640e5757a72684735.tar.gz
install-native: inherit native
Diffstat (limited to 'packages/install')
-rw-r--r--packages/install/install-native_0.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/install/install-native_0.1.bb b/packages/install/install-native_0.1.bb
index 059342e920..70c027bfe1 100644
--- a/packages/install/install-native_0.1.bb
+++ b/packages/install/install-native_0.1.bb
@@ -9,6 +9,8 @@ PR = "r1"
SRC_URI = "file://install-sh"
+inherit native
+
PACKAGES = ""
S = "${WORKDIR}"