From: Khem Raj Date: Thu, 30 Sep 2010 18:22:22 +0000 (-0700) Subject: libcdio: Upgrade to 0.82 release X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5a250437273e98fd66a13cfa6f5088b9ae68a97;p=openembedded.git libcdio: Upgrade to 0.82 release * 0.81 is not cross-compiling safe. It tries to run generated programs to get version information to put into manpages which hangs these programs on virtual build machines which dont have cd drives. Signed-off-by: Khem Raj --- diff --git a/recipes/xbmc/libcdio_0.81.bb b/recipes/xbmc/libcdio_0.82.bb similarity index 78% rename from recipes/xbmc/libcdio_0.81.bb rename to recipes/xbmc/libcdio_0.82.bb index 6f655d4d28..3201f7017b 100644 --- a/recipes/xbmc/libcdio_0.81.bb +++ b/recipes/xbmc/libcdio_0.82.bb @@ -14,8 +14,6 @@ python populate_packages_prepend () { do_split_packages(d, glibdir, '^lib(.*)\.so\.*', 'lib%s', 'gstreamer %s library', extra_depends='', allow_links=True) } +SRC_URI[md5sum] = "1c29b18e01ab2b966162bc727bf3c360" +SRC_URI[sha256sum] = "1acb3de8e0927906ade7a34c5853173d3068b87b02dfba80d0bf11e47f0b5d39" - - -SRC_URI[md5sum] = "2ad1622b672ccf53a3444a0c55724d38" -SRC_URI[sha256sum] = "ddeafa5965eaa07f3bd46b0e39b65cba6fa9940d684f7b15bfd615f77eccb51c"