bk \b\b\b\b\b
authorChris Larson <clarson@kergoth.com>
Tue, 1 Jul 2003 21:46:17 +0000 (21:46 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 1 Jul 2003 21:46:17 +0000 (21:46 +0000)
BKrev: 3f020129b9pJvS7Vd01X4tm4JM-VMg

content/oe-1.0_bk.oe

index e69de29..138906f 100644 (file)
@@ -0,0 +1,17 @@
+DESCRIPTION="OpenEmbedded Build Tools"
+LICENSE="GPL"
+SECTION="base"
+RDEPENDS="python"
+RDEPENDS_ipk="python"
+RDEPENDS_rpm="python2"
+PRIORITY="optional"
+MAINTAINER="OpenEmbedded Team <openembedded-devel@lists.sourceforge.net>"
+
+do_install() {
+       install -d ${D}/usr/{share/oe/{build,classes,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 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/
+}