summaryrefslogtreecommitdiff
path: root/content/oe-1.0_bk.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-07-01 22:42:49 +0000
committerChris Larson <clarson@kergoth.com>2003-07-01 22:42:49 +0000
commit2ba996844db81f368f90c76a52e456712bdd0e4c (patch)
treee5d67e084535961c0c1b58b6dc0b0f69ae5303c2 /content/oe-1.0_bk.oe
parent0b7dfe31a9b3f2d19f3665821edc1fb450545990 (diff)
Many files:
Remove unnecessary base inherit. oe-1.0_bk.oe: Rename: content/oe-1.0_bk-r1.oe -> content/oe-1.0_bk.oe oe-1.0_bk-r1.oe: Rename: content/oe-1.0_bk.oe -> content/oe-1.0_bk-r1.oe tmake-1.11.oe: Add a few missing variables to tmake BKrev: 3f020e69dbkC3U9sTD1rCFFSuAne6Q
Diffstat (limited to 'content/oe-1.0_bk.oe')
-rw-r--r--content/oe-1.0_bk.oe5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/oe-1.0_bk.oe b/content/oe-1.0_bk.oe
index 138906ffdc..9c18ef3a15 100644
--- a/content/oe-1.0_bk.oe
+++ b/content/oe-1.0_bk.oe
@@ -8,10 +8,11 @@ PRIORITY="optional"
MAINTAINER="OpenEmbedded Team <openembedded-devel@lists.sourceforge.net>"
do_install() {
- install -d ${D}/usr/{share/oe/{build,classes,oe{,/parse}},bin}
+ install -d ${D}/usr/{share/oe/{build,classes,conf,oe{,/parse}},bin}
install -m 0755 ${OEDIR}/bin/oe{make{,d},build} ${D}/usr/bin/
- install -m 0755 ${OEDIR}/bin/build/oe{build.sh,debug,note,fatal} ${D}/usr/share/oe/build/
+ install -m 0755 ${OEDIR}/bin/build/oe{build.sh,debug,note,fatal} ${D}/usr/bin/
install -m 0644 ${OEDIR}/bin/classes/*.oeclass ${D}/usr/share/oe/classes/
install -m 0644 ${OEDIR}/bin/oe/*.py ${D}/usr/share/oe/oe
install -m 0644 ${OEDIR}/bin/oe/parse/*.py ${D}/usr/share/oe/oe/parse/
+ install -m 0644 ${OEDIR}/conf/oe.conf ${D}/usr/share/oe/conf/
}