mikmod: remove hack to work around powerpc toolchain bugs from 3 years ago
authorKoen Kooi <koen@openembedded.org>
Wed, 13 Oct 2010 16:15:20 +0000 (18:15 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 13 Oct 2010 16:16:38 +0000 (18:16 +0200)
Also run oe-stylize on it

recipes/mikmod/mikmod_3.2.2-beta1.bb

index 86bf79b..a6973a0 100644 (file)
@@ -1,15 +1,13 @@
 DESCRIPTION = "A module player based on libmikmod."
-SECTION = "console/multimedia"
 HOMEPAGE = "http://mikmod.raphnet.net"
-DEPENDS = "ncurses libmikmod"
-PR = "r2"
+SECTION = "console/multimedia"
 LICENSE = "GPL"
+DEPENDS = "ncurses libmikmod"
+PR = "r3"
+
 SRC_URI = "http://mikmod.raphnet.net/files/mikmod-${PV}.tar.bz2 \
            file://m4.patch"
-
-inherit autotools
-
-LDFLAGS_append = " -lm"
-
 SRC_URI[md5sum] = "006378681d520fa8ee1dacca965bbd3c"
 SRC_URI[sha256sum] = "0e760acb85584ea3e828989c5588f827f0dd845d3dd6948e2aea12bb6278651d"
+
+inherit autotools