[oe-commits] Martin Panter : Change to MOC 2.4.4; fixes issue with ltdl library

git version control git at git.openembedded.org
Tue Jan 18 00:41:25 UTC 2011


Module: openembedded.git
Branch: master
Commit: 41857097949fe6fd5c49f80dff5569a7d0c3bda7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=41857097949fe6fd5c49f80dff5569a7d0c3bda7

Author: Martin Panter <vadmium+floss at gmail.com>
Date:   Sun Jan 16 20:28:34 2011 +0000

Change to MOC 2.4.4; fixes issue with ltdl library

See attached patch file
-Martin
>From 30689fe0e23b189b7da8bbf461676990a2bdec00 Mon Sep 17 00:00:00 2001
From: Martin Panter <vadmium à gmail.com>
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

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/moc/{moc_2.4.3.bb => moc_2.4.4.bb} |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/moc/moc_2.4.3.bb b/recipes/moc/moc_2.4.4.bb
similarity index 58%
rename from recipes/moc/moc_2.4.3.bb
rename to recipes/moc/moc_2.4.4.bb
index badc7af..759b243 100644
--- a/recipes/moc/moc_2.4.3.bb
+++ b/recipes/moc/moc_2.4.4.bb
@@ -4,9 +4,9 @@ HOMEPAGE = "http://moc.daper.net/"
 SECTION = "console/multimedia"
 LICENSE = "GPL"
 DEPENDS = "ncurses flac"
-PR = "r1"
+PR = "r0"
 
-SRC_URI = "ftp://ftp.daper.net/pub/soft/moc/stable/${PN}-${PV}.tar.bz2"
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2"
 
 inherit autotools
 
@@ -14,5 +14,5 @@ EXTRA_OECONF = "--without-flac"
 
 FILES_${PN}-dbg += "${libdir}/moc/decoder_plugins/.debug"
 
-SRC_URI[md5sum] = "8808082848e90eeec5415baaec7e98ad"
-SRC_URI[sha256sum] = "8598bb4f65e0b7d2a669e06222e6ba5eb1127b52b9a30136b2a823ccee10929f"
+SRC_URI[md5sum] = "647c770a5542a4ae5437386807a89796"
+SRC_URI[sha256sum] = "26bf5707128def20d8b69c0f0c3624a82b7f72c36280bcf86b9b5e8bf8d08b05"





More information about the Openembedded-commits mailing list