diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /comprec/comprec_0.01.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'comprec/comprec_0.01.oe')
-rw-r--r-- | comprec/comprec_0.01.oe | 8 |
1 files changed, 4 insertions, 4 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 } |