diff options
Diffstat (limited to 'murasaki/murasaki_0.7.10.oe')
-rw-r--r-- | murasaki/murasaki_0.7.10.oe | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/murasaki/murasaki_0.7.10.oe b/murasaki/murasaki_0.7.10.oe deleted file mode 100644 index e8cfa1b044..0000000000 --- a/murasaki/murasaki_0.7.10.oe +++ /dev/null @@ -1,20 +0,0 @@ -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/${PV}/murasaki-${PV}.tar.gz \ - file://install.patch;patch=1" - -do_compile () { - unset CFLAGS - oe_runmake 'OPT=' 'DEBUG=' 'INC=-I ../inc ${CFLAGS}' -} - -do_install () { - install -d ${D}/sbin ${D}/etc/${PN} \ - ${D}/${sysconfdir}/init.d - oe_runmake 'BIN_DIR=${D}/sbin' 'CONF_DIR=${D}/etc/${PN}' \ - 'RC_DIR=${D}/${sysconfdir}/rc.d' \ - 'RC_INIT_DIR=${D}/${sysconfdir}/init.d' \ - install -} |