From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- comprec/comprec_0.01.oe | 8 ++++---- comprec/comprec_0.02.oe | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'comprec') 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 } -- cgit v1.2.3