]> code.ossystems Code Review - openembedded-core.git/commitdiff
shared-mime-info: upgrade to version 0.90
authorQing He <qing.he@intel.com>
Fri, 29 Apr 2011 02:55:05 +0000 (10:55 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 May 2011 23:51:05 +0000 (00:51 +0100)
from 0.80
 - parallel build with 0.9 is buggy, disable part of the check for now

Signed-off-by: Qing He <qing.he@intel.com>
meta/recipes-support/shared-mime-info/files/fix-parallel-build.patch [new file with mode: 0644]
meta/recipes-support/shared-mime-info/shared-mime-info_0.80.bb [deleted file]
meta/recipes-support/shared-mime-info/shared-mime-info_0.90.bb [new file with mode: 0644]

diff --git a/meta/recipes-support/shared-mime-info/files/fix-parallel-build.patch b/meta/recipes-support/shared-mime-info/files/fix-parallel-build.patch
new file mode 100644 (file)
index 0000000..ea8b05e
--- /dev/null
@@ -0,0 +1,33 @@
+the check rule will trigger a weird dependency issue in automake,
+it's possible that update-mime-database are invoked simultaneously in
+two different threads at the same time.
+
+As a workaround, revert it to the logic in 0.80
+
+Upstream-Status: Inappropriate [workaround]
+
+Signed-off-by: qing He <qing.he@intel.com>
+
+diff --git a/Makefile.am b/Makefile.am
+index 1a887bc..9df581e 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -72,7 +72,7 @@ uninstall-hook:
+ create-pot:
+       $(MAKE) -C po shared-mime-info.pot
+-check: freedesktop.org.xml update-mime-database check-translations
++check: freedesktop.org.xml check-translations
+       if test -n $(XMLLINT) ; then \
+               if test -e $(top_builddir)/freedesktop.org.xml; then \
+               xmllint --noout --valid $(top_builddir)/freedesktop.org.xml;    \
+@@ -80,9 +80,6 @@ check: freedesktop.org.xml update-mime-database check-translations
+               xmllint --noout --valid $(top_srcdir)/freedesktop.org.xml;      \
+               fi \
+       fi
+-      if test -d .git/ && test -x $(top_builddir)/update-mime-database && test -d $(top_srcdir)/mime-db-tests ; then \
+-              $(top_builddir)/update-mime-database mime-db-tests/ ; \
+-      fi
+       if test -d .git/ && test -x ../xdgmime/src/test-mime-data && test -x $(top_builddir)/test-tree-magic ; then \
+               mkdir -p $(top_builddir)/temp-mime-dir/mime/packages ; \
+               cp -a $(top_builddir)/freedesktop.org.xml $(top_builddir)/temp-mime-dir/mime/packages/ ; \
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_0.80.bb b/meta/recipes-support/shared-mime-info/shared-mime-info_0.80.bb
deleted file mode 100644 (file)
index f809923..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-require shared-mime-info.inc
-PR = "r0"
-
-SRC_URI[md5sum] = "eb8d24a6a80888849c9db7f30232ba6a"
-SRC_URI[sha256sum] = "80857ba19f8066bfc8d998bfc72b492e241ebd52d49c245aae9fd5b3d233b024"
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_0.90.bb b/meta/recipes-support/shared-mime-info/shared-mime-info_0.90.bb
new file mode 100644 (file)
index 0000000..a806b36
--- /dev/null
@@ -0,0 +1,7 @@
+require shared-mime-info.inc
+PR = "r0"
+
+SRC_URI += "file://fix-parallel-build.patch"
+
+SRC_URI[md5sum] = "967d68d3890ba3994cfce3adf5b8f15b"
+SRC_URI[sha256sum] = "52c9f84a8c72de631a0458542980b1728560f59845eb5e93e1dbe825f4b72304"