summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/shared-mime-info
Commit message (Collapse)AuthorAgeFilesLines
* shared-mime-info: fix build race conditionJoe Slater2012-06-142-2/+24
| | | | | | | | | | | | | The definition of install-data-hook in Makefile.am leads to multiple, overlapping, executions of the install-binPROGRAMS target. We modify the definition to avoid that. (From OE-Core rev: d8a09cb17f2f3b43718ba354da7368a2ed793766) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Fix Upstream-Status entriesSaul Wold2012-01-241-1/+1
| | | | | | | (From OE-Core rev: 0cd9314ef95168ba5452a01ed8d923585c8d54ae) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shared-mime-info: fix ordering of PACKAGESKoen Kooi2011-11-182-2/+2
| | | | | | | (From OE-Core rev: 79ee0f8c849cd5de16b6ae1b3dd6c43bbad472b2) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shared-mime-info: package runtime data separatelyJoshua Lock2011-11-102-4/+7
| | | | | | | | | | | | The freedesktop.org.xml is required when updating the mime database but otherwise not much use. Therefore package it separately, rather than removing it completely, so that it can be used as required for on-device updates without adding almost 2MB to every image which hase shared-mime-info. (From OE-Core rev: 07ee2d7e6b2f571fe405464838e376cf03e5e8e6) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shared-mime-info: Fix a parallel make raceRichard Purdie2011-10-112-1/+34
| | | | | | (From OE-Core rev: 486b17af3e4cced76e9852e7634f75ea87433db2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shared-mime-info: Upgrade recipes from 0.90 -> 0.91Khem Raj2011-10-105-70/+9
| | | | | | | | | | | | | | The parallel build problems are solved upstream therefore removed License file has been corrected to use 'GNU Lesser GPL' instead of 'GNU library GPL' and some indentation changes The license is LGPLv2+ therefore mark it so (From OE-Core rev: 30e8ceb8d78d9dd0a381dd4e47da2ec6c449beaf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shared-mime-info_0.90.bb: Fix more parallel build issuesKhem Raj2011-05-272-2/+29
| | | | | | | | | | | While building for beagleboard with -j4 I ended up failures in generating and checking xml files. This is a backport from upstream that fixes the issue. (From OE-Core rev: b56d984d59b5ea682f115b8ceeb04fbffe01f13c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shared-mime-info: upgrade to version 0.90Qing He2011-05-043-5/+40
| | | | | | | | | | from 0.80 - parallel build with 0.9 is buggy, disable part of the check for now (From OE-Core rev: 122f8e4af98a049de01526a6d09e7eb422494b9a) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* shared-mime-info: upgrade to version 0.80Qing He2010-11-142-1/+1
| | | | | | | | from 0.71 also move PR out of .inc file Signed-off-by: Qing He <qing.he@intel.com>
* shared-mime-info: Don't run the util for the native version of the packageRichard Purdie2010-10-151-5/+11
| | | | | | | | | | | The whole point of building a native version of this package is to provide the share-mime-info binary so using it in do_install of the native package is incorrect. Add a modified do_install for the native version of the package to avoid this. [BUGID #466] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-012-0/+29
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>