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 /murasaki | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'murasaki')
-rw-r--r-- | murasaki/murasaki_0.7.10.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/murasaki/murasaki_0.7.10.oe b/murasaki/murasaki_0.7.10.oe index 0d75c38117..6bf979f0f9 100644 --- a/murasaki/murasaki_0.7.10.oe +++ b/murasaki/murasaki_0.7.10.oe @@ -4,9 +4,8 @@ DESCRIPTION = "Murasaki automatically loads and unloads modules for \ USB, Cardbus, and other hot-pluggable devices using the new Hotplug \ feature in Linux 2.4." -SRC_URI = http://www.dotaster.com/~shuu/linux/murasaki/0.7/10/murasaki-${PV}.tar.gz \ - file://${FILESDIR}/install.patch;patch=1 -EXTRA_OEMAKE = -e +SRC_URI = "http://www.dotaster.com/~shuu/linux/murasaki/${PV}/murasaki-${PV}.tar.gz \ + file://${FILESDIR}/install.patch;patch=1" do_compile () { unset CFLAGS |