From patchwork Sun Jan 16 12:28:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Change to MOC 2.4.4; fixes issue with ltdl library Date: Sun, 16 Jan 2011 12:28:34 -0000 From: Martin Panter X-Patchwork-Id: 287 Message-Id: To: openembedded-devel@lists.openembedded.org See attached patch file -Martin >From 30689fe0e23b189b7da8bbf461676990a2bdec00 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Fri, 24 Dec 2010 05:39:15 +0000 Subject: [PATCH 1/3] MOC: Change to 2.4.4; fixes issue with ltdl library Version 2.4.3 would give lots of complaints compiling ltdl.c, for instance ltdl.c:863:31: error: 'LTDL_OBJDIR' undeclared here (not in a function) Also changed to Source forge mirror --- recipes/moc/moc_2.4.3.bb | 18 ------------------ recipes/moc/moc_2.4.4.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 recipes/moc/moc_2.4.3.bb create mode 100644 recipes/moc/moc_2.4.4.bb diff --git a/recipes/moc/moc_2.4.3.bb b/recipes/moc/moc_2.4.3.bb deleted file mode 100644 index badc7af..0000000 --- a/recipes/moc/moc_2.4.3.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "MOC is a ncurses based music player" -AUTHOR = "Damian Pietras " -HOMEPAGE = "http://moc.daper.net/" -SECTION = "console/multimedia" -LICENSE = "GPL" -DEPENDS = "ncurses flac" -PR = "r1" - -SRC_URI = "ftp://ftp.daper.net/pub/soft/moc/stable/${PN}-${PV}.tar.bz2" - -inherit autotools - -EXTRA_OECONF = "--without-flac" - -FILES_${PN}-dbg += "${libdir}/moc/decoder_plugins/.debug" - -SRC_URI[md5sum] = "8808082848e90eeec5415baaec7e98ad" -SRC_URI[sha256sum] = "8598bb4f65e0b7d2a669e06222e6ba5eb1127b52b9a30136b2a823ccee10929f" diff --git a/recipes/moc/moc_2.4.4.bb b/recipes/moc/moc_2.4.4.bb new file mode 100644 index 0000000..759b243 --- /dev/null +++ b/recipes/moc/moc_2.4.4.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "MOC is a ncurses based music player" +AUTHOR = "Damian Pietras " +HOMEPAGE = "http://moc.daper.net/" +SECTION = "console/multimedia" +LICENSE = "GPL" +DEPENDS = "ncurses flac" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2" + +inherit autotools + +EXTRA_OECONF = "--without-flac" + +FILES_${PN}-dbg += "${libdir}/moc/decoder_plugins/.debug" + +SRC_URI[md5sum] = "647c770a5542a4ae5437386807a89796" +SRC_URI[sha256sum] = "26bf5707128def20d8b69c0f0c3624a82b7f72c36280bcf86b9b5e8bf8d08b05"