aboutsummaryrefslogtreecommitdiffstats
path: root/comprec
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /comprec
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'comprec')
-rw-r--r--comprec/comprec_0.01.oe8
-rw-r--r--comprec/comprec_0.02.oe8
2 files changed, 8 insertions, 8 deletions
diff --git a/comprec/comprec_0.01.oe b/comprec/comprec_0.01.oe
index 7fee0b4363..3b1c485e7a 100644
--- a/comprec/comprec_0.01.oe
+++ b/comprec/comprec_0.01.oe
@@ -5,10 +5,10 @@ PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "virtual/libc"
-SRC_URI = http://unimut.fsk.uni-heidelberg.de/demi/comprec/comprec-${PV}.tar.gz \
- file://${FILESDIR}/makefile.patch;patch=1
+SRC_URI = "http://unimut.fsk.uni-heidelberg.de/demi/comprec/comprec-${PV}.tar.gz \
+ file://${FILESDIR}/makefile.patch;patch=1"
-export AS="${TARGET_PREFIX}as"
+export AS = "${TARGET_PREFIX}as"
do_compile() {
oe_runmake
@@ -16,5 +16,5 @@ do_compile() {
do_install() {
install -d ${D}/${bindir}
- cp shine ${D}/${bindir}/shine
+ install -m 0755 shine ${D}/${bindir}/shine
}
diff --git a/comprec/comprec_0.02.oe b/comprec/comprec_0.02.oe
index 7fee0b4363..3b1c485e7a 100644
--- a/comprec/comprec_0.02.oe
+++ b/comprec/comprec_0.02.oe
@@ -5,10 +5,10 @@ PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "virtual/libc"
-SRC_URI = http://unimut.fsk.uni-heidelberg.de/demi/comprec/comprec-${PV}.tar.gz \
- file://${FILESDIR}/makefile.patch;patch=1
+SRC_URI = "http://unimut.fsk.uni-heidelberg.de/demi/comprec/comprec-${PV}.tar.gz \
+ file://${FILESDIR}/makefile.patch;patch=1"
-export AS="${TARGET_PREFIX}as"
+export AS = "${TARGET_PREFIX}as"
do_compile() {
oe_runmake
@@ -16,5 +16,5 @@ do_compile() {
do_install() {
install -d ${D}/${bindir}
- cp shine ${D}/${bindir}/shine
+ install -m 0755 shine ${D}/${bindir}/shine
}