From: Chris Larson Date: Tue, 1 Jul 2003 21:46:17 +0000 (+0000) Subject: bk  X-Git-Tag: Release-2010-05/1~20901 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b7dfe31a9b3f2d19f3665821edc1fb450545990;p=openembedded.git bk  BKrev: 3f020129b9pJvS7Vd01X4tm4JM-VMg --- diff --git a/content/oe-1.0_bk.oe b/content/oe-1.0_bk.oe index e69de29bb2..138906ffdc 100644 --- a/content/oe-1.0_bk.oe +++ b/content/oe-1.0_bk.oe @@ -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 " + +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/ +}