From 0b7dfe31a9b3f2d19f3665821edc1fb450545990 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 1 Jul 2003 21:46:17 +0000 Subject: bk  BKrev: 3f020129b9pJvS7Vd01X4tm4JM-VMg --- content/oe-1.0_bk.oe | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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/ +} -- cgit v1.2.3