summaryrefslogtreecommitdiff
path: root/ccdv/ccdv-native.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-17 02:57:45 +0000
committerChris Larson <clarson@kergoth.com>2004-11-17 02:57:45 +0000
commit39063d1e2f65f110505ff215eae41df02f5c5260 (patch)
treeb093ee1356612e9b91f8122485af387b28087d4b /ccdv/ccdv-native.oe
parent623de7130b9c2567b530877460f4c6321c87b0b8 (diff)
Attempt to unbork the ccdv bits a bit.
BKrev: 419abe293ZLKzrxBVQKc5GFfkeFD6w
Diffstat (limited to 'ccdv/ccdv-native.oe')
-rw-r--r--ccdv/ccdv-native.oe10
1 files changed, 10 insertions, 0 deletions
diff --git a/ccdv/ccdv-native.oe b/ccdv/ccdv-native.oe
index e69de29bb2..cf93d62844 100644
--- a/ccdv/ccdv-native.oe
+++ b/ccdv/ccdv-native.oe
@@ -0,0 +1,10 @@
+include ccdv.oe
+inherit native
+
+do_stage () {
+ install -m 0755 ccdv ${STAGING_BINDIR}/
+}
+
+do_install () {
+ :
+}