summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libunique
Commit message (Collapse)AuthorAgeFilesLines
* libunique: remove the recipeAlexander Kanavin2015-09-064-612/+0
| | | | | | | | | It is not used by anything in oe-core and will be moved to meta-oe (From OE-Core rev: 1e53b269baf59124300c097bc4d8e0cb29005760) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Add missing pkgconfig class inheritsRichard Purdie2014-06-031-1/+1
| | | | | | | | | These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. (From OE-Core rev: 2543b14dd0ca13005be0df027543431fc8e882ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunique: fix HOMEPAGE and touch up DESCRIPTIONPaul Eggleton2014-01-021-2/+2
| | | | | | | (From OE-Core rev: dee7d5b94f12e7e966bd39f0c82551d2c549588d) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Add missing SUMMARY valuesPaul Eggleton2014-01-021-0/+1
| | | | | | | | | | | | These recipes all had a long DESCRIPTION but no SUMMARY; since the SUMMARY is often displayed alone by package managers and the default value ("${PN} version ${PV}") isn't particularly useful, we should always try to set SUMMARY. (From OE-Core rev: db02edd2e9d7645592933cbb25ea0ca4d6561392) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunique: Add PACKAGECONFIG for dbusMartin Jansa2013-10-071-1/+4
| | | | | | | | | | | * dbus-glib was missing in DEPENDS in order to enable dbus backend but because dbus was in DEPENDS lets enable this PACKAGECONFIG by default (From OE-Core rev: c832c457ff40f0f65ab28c17b78b88cb79823db1) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunique: fix compilation with GLib 2.34Ross Burton2012-11-122-3/+425
| | | | | | | | | | | The new GLib has deprecated some functions, and libunique was building with -Werror. Take a patch from upstream to update the build system and rationalise the warning flags. (From OE-Core rev: 713e1c82d32a477be84951d1dba8326b0342c8ca) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-211-1/+1
| | | | | | | (From OE-Core rev: 1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* zlib: Upgrade 1.2.5 -> 1.2.6Khem Raj2012-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Dont use autotools, it really not so autoconf like. the configure script gets updated with every release of zlib and we overwrite that. Instead use the upstream provided configure copyright year was changed in zlib.h which caused change in LIC_FILE_CHECKSUM fix.inverted.LFS.logic.patch is already applied upstream so drop it Drop the configure.ac and Makefile.am scripts since we do not autoreconf anymore and do not inherit autotools anymore Bump PR for depending recipes so a rebuild it ensues so that they dont depend on .la anymore and add missing dependencies discovered during incremental build (From OE-Core rev: 50ad5230ea9e0982cdfda23fb9fcfccf89d28f29) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunique: Update to work with glib-2.0Richard Purdie2011-10-142-2/+133
| | | | | | (From OE-Core rev: bcc9ad43c6aa7f8cd91031850fc72d121b64cb9e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunique: Fix for compilation with gcc 4.6.0Nitin A Kamble2011-05-112-2/+39
| | | | | | | (From OE-Core rev: 434581849c521d0a13e5be0c5a0d65c3f16ad54b) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Various: Switch to GNOME_MIRRORTom Rini2011-03-231-1/+1
| | | | | | | (From OE-Core rev: 0499bacc30274f2300fb956362bda8a53fdc625e) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunique: update DESCRIPTION, HOMEPAGE, BUGTRACKERDexuan Cui2011-01-281-1/+6
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libunique:Add license file checksum to bb fileMei Lei2010-11-231-1/+1
| | | | | | Add COPYING file checksum to bb file Signed-off-by: Mei Lei<lei.mei@intel.com>
* Meta: Recipe ReogranizationSaul Wold2010-11-221-0/+10
This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>