summaryrefslogtreecommitdiff
path: root/content/oe-1.0_bk.oe
diff options
context:
space:
mode:
Diffstat (limited to 'content/oe-1.0_bk.oe')
-rw-r--r--content/oe-1.0_bk.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/content/oe-1.0_bk.oe b/content/oe-1.0_bk.oe
deleted file mode 100644
index 9c18ef3a15..0000000000
--- a/content/oe-1.0_bk.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-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,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/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/
-}