summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/hicolor-icon-theme
Commit message (Collapse)AuthorAgeFilesLines
* hicolor-icon-theme: keep inherited dependencies and switch to gnomebaseEric Bénard2013-05-301-3/+1
| | | | | | | | | | | | | | | | | | | | - switching to gnomebase removes postinst and postrm scripts that gtk-icon-cache was bringing (and which are not necessary) else, if an image installs hicolor-icon-theme without any other gnome package, the dependency on gdk-pixbuf-native was missing and if it exists, the host gdk-pixbuf-query-loaders binary was be used and it will try to update the host's cache - keep inherited dependencies as these are only native ones DEPENDS = autoconf-native automake-native gnome-common-native gnu-config-native libtool-native pkgconfig-native [YOCTO #4572] (From OE-Core rev: aa500de527b3afdac8765d68f9cd1c2e09149477) Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hicolor-icon-theme: bump PR to allow removal of duplicate from meta-gnomePaul Eggleton2013-04-161-1/+1
| | | | | | | | | | | The recipe in meta-gnome has PR = "r1" so make it the same here and avoid PR going backwards for existing users of meta-gnome when the recipe there is removed. (From OE-Core rev: 200685bde7ea222891e1dde27f086caea9216e48) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hicolor-icon-theme: Convert to allarchRichard Purdie2011-10-101-3/+3
| | | | | | (From OE-Core rev: 52b39699a3ec5f4e95262cf8d1be1342e03d5769) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hicolor-icon-theme: Use ${BPN}-${PV} not ${P} to unbreak nativesdkTom Rini2011-07-141-1/+1
| | | | | | | (From OE-Core rev: 9053e6627bf77ec77cd875debbdb6835e70193fd) Signed-off-by: Tom Rini <tom_rini@mentor.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>
* Major layout change to the packages directoryRichard Purdie2010-08-272-0/+1753
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>