[oe-commits] org.oe.dev madfu: Clean up so it matches oe style guide

nail commit openembedded-commits at lists.openembedded.org
Wed Apr 4 12:58:23 UTC 2007


madfu: Clean up so it matches oe style guide

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 5a224ad42c629112a32b3825f26fb2c33dee1b3b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5a224ad42c629112a32b3825f26fb2c33dee1b3b
Files:
1
packages/madfu/madfu_1.2.bb
Diffs:

#
# mt diff -rc4409f6adb280412323bac3d176426172f74b998 -r5a224ad42c629112a32b3825f26fb2c33dee1b3b
#
# 
# 
# patch "packages/madfu/madfu_1.2.bb"
#  from [309f6455139844e357f87694c35abbda0c75e798]
#    to [5c1fff65963bac204316b1f9e1f07694cf084cf3]
# 
============================================================
--- packages/madfu/madfu_1.2.bb	309f6455139844e357f87694c35abbda0c75e798
+++ packages/madfu/madfu_1.2.bb	5c1fff65963bac204316b1f9e1f07694cf084cf3
@@ -1,29 +1,27 @@ SRC_URI = "http://heanet.dl.sourceforge.
 DESCRIPTION = "Firmware loader for m-audio devices"
 LICENSE = "GPL"
 PR = "r1"
 
 SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/usb-midi-fw/madfuload-1.2.tar.gz \
-	   file://autofoo.patch;patch=1"
-inherit autotools
+           file://autofoo.patch;patch=1"
 
-S = ${WORKDIR}/madfuload-1.2
+S = "${WORKDIR}/madfuload-1.2"
 
-#EXTRA_OECONF = "--without-udev"
-FILES_${PN} += "${libdir}/firmware/"
+inherit autotools
 
 do_configure() {
-	oe_runconf
+        oe_runconf
 }
-
 do_compile() {
-	oe_runmake
+        oe_runmake
 }
-
 do_install() {
-	install -d ${D}/${sbindir}
-	install -m 755 ${S}/madfuload ${D}/${sbindir}
-	install -d ${D}/${libdir}/firmware
-	install -m 644 ${S}/*.bin ${D}/${libdir}/firmware
-	install -d ${D}/${sysconfdir}/udev/rules
-	install -m 644 ${S}/42-madfuload.rules ${D}/${sysconfdir}/udev/rules
+        install -d ${D}/${sbindir}
+        install -m 755 ${S}/madfuload ${D}/${sbindir}
+        install -d ${D}/${libdir}/firmware
+        install -m 644 ${S}/*.bin ${D}/${libdir}/firmware
+        install -d ${D}/${sysconfdir}/udev/rules
+        install -m 644 ${S}/42-madfuload.rules ${D}/${sysconfdir}/udev/rules
 }
+
+FILES_${PN} += "${libdir}/firmware/"






More information about the Openembedded-commits mailing list