[oe-commits] Koen Kooi : mikmod: remove hack to work around powerpc toolchain bugs from 3 years ago

git version control git at git.openembedded.org
Wed Oct 13 16:19:18 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c2fa8f142e8fe44340182f463f9ba5326f8a1483
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c2fa8f142e8fe44340182f463f9ba5326f8a1483

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Oct 13 18:15:20 2010 +0200

mikmod: remove hack to work around powerpc toolchain bugs from 3 years ago

Also run oe-stylize on it

---

 recipes/mikmod/mikmod_3.2.2-beta1.bb |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/recipes/mikmod/mikmod_3.2.2-beta1.bb b/recipes/mikmod/mikmod_3.2.2-beta1.bb
index 86bf79b..a6973a0 100644
--- a/recipes/mikmod/mikmod_3.2.2-beta1.bb
+++ b/recipes/mikmod/mikmod_3.2.2-beta1.bb
@@ -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





More information about the Openembedded-commits mailing list