summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
AgeCommit message (Collapse)Author
2013-02-14gnome-desktop: Now we depend on gnome-common-native, use the correct sysrootRichard Purdie
This fixes the build after gnomebase was changed to depend on gnome-common-native. (From OE-Core rev: 390c3bfc6baefc0d6bebcfb6d57eb9baa6fefb40) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-07librsvg: CVE-2011-3146Li Wang
Store node type separately in RsvgNode commit 34c95743ca692ea0e44778e41a7c0a129363de84 upstream The node name (formerly RsvgNode:type) cannot be used to infer the sub-type of RsvgNode that we're dealing with, since for unknown elements we put type = node-name. This lead to a (potentially exploitable) crash e.g. when the element name started with "fe" which tricked the old code into considering it as a RsvgFilterPrimitive. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3146 https://bugzilla.gnome.org/show_bug.cgi?id=658014 [YOCTO #3581] [ CQID: WIND00376773 ] Upstream-Status: Backport (From OE-Core rev: fdd6da5933a3e7dd1e0ca2afd7107839b4fa65e8) Signed-off-by: Li Wang <li.wang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-02libart-lgpl: add art_config.h for mipselPhil Blundell
Fixes: WARNING: Unable to get checksum for libart-lgpl SRC_URI entry art_config.h: file could not be found which otherwise happens during parsing, even if libart-lgpl isn't being built. (From OE-Core rev: a9245e0d1dd1bee4ac01fe0c73d95179033ba979) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-02galago: removeRoss Burton
Galago has been replaced with Telepathy and Folks, and has been unmaintained for years. (From OE-Core rev: b878a9b1af63603779850f420fc0feb2ef78da9f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-02gdk-pixbuf: Ensure gdk-pixbuf-native dependencies are correct with linuxstdbaseRichard Purdie
Without this change, anything using linuxstdbase would incorrectly try and pull in X dependencies. (From OE-Core rev: 664fce61c9c49276039b18606e1e88585b47f724) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-27gnome-keyring: include unpackaged files with PAM enabledConstantin Musca
Include missing files/dirs: ${base_libdir}/security/*.la ${base_libdir}/security/*${SOLIBSDEV} ${base_libdir}/security/.debug/ [YOCTO #2805] (From OE-Core rev: c5b6e3be0923b0af16f4854264fae104470bacf7) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-24Fix Upstream-StatusSaul Wold
These were not getting fixed by orignal committer! (From OE-Core rev: 7db73c70351939c4be9867981a8cf97148bbe57e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-21librsvg: make the libcroco dependency a PACKAGECONFIG optionRoss Burton
Default to enabling it as we were build-depending on it already. If a user needs the disk space and the limitations imposed by not using libcroco are acceptable they can override this. (From OE-Core rev: e177f1475c55c7d0bf3e2752e6502a7e8577a075) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-20gtk+: enable gtk+-nativeLaurentiu Palcu
This is needed in order to run postinst scriplets at do_rootfs time rather than first boot time. (From OE-Core rev: 9db6ea4981fe22dd430c13d9f5a838ad92d1afe6) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-19recipes: few more PR bumps to rebuild after libffi5 -> libffi6Martin Jansa
(From OE-Core rev: e95835742d2f27820d654c309bd9828305276c90) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-19recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa
(From OE-Core rev: 211200fb98a72ba815e7c411fbebfd781879064c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-14libffi upgrade to 3.0.11Andrei Dinu
Changes : - Added ax_append_flags.m4 and ax_check_compile_flag.m4 to the m4 directory. The files were missing and aclocal.m4 was generated without those two macros. - Added a new license md5 checksum to the recipe because the old LICENSE file differs from the new one here : OLD : libffi - Copyright (c) 1996-2011 NEW : libffi - Copyright (c) 1996-2012 (From OE-Core rev: 3e40136e8bd13b17b6d88b6acfb5ed162bb8d96a) Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-14librsvg: remove spurious popt dependencyRoss Burton
(From OE-Core rev: 33c19fd5d33a3ec0d0cf6a0c406d87a62711a5fc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-14librsvg: --disable-gnome-vfs doesn't exist anymore, removeRoss Burton
(From OE-Core rev: 7a71050fdd0b1489c29df82b3e9b2a6da560523b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-12libgnome-keyring: add missing DEPENDS on intltool-nativeJackie Huang
libgnome-keyring requires command 'intltoolize' in configure, so add DEPENDS intltool-native. [YOCTO #3081] (From OE-Core rev: 3d07587cc530f856c985c03a9b9b42cfb89c502c) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04packagegroup-*: add RREPLACES/RCONFLICTSPaul Eggleton
These are needed to support upgrading from task-* to packagegroup-* within existing target images at runtime. Note: these settings will very likely be moved out to a separate inc file at some point in the future. (From OE-Core rev: 5dd4de086d744c81d2275077ad0e0022204b0a68) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04packagegroup-core-standalone-gmae-sdk-target: allow dbg packagePaul Eggleton
meta-toolchain-gmae is still referring to the dbg package so we still need to create this. (From OE-Core rev: c65f8af02ebba371f96119baef0520c6685c7167) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04packagegroup-*: add RPROVIDES for backwards compatibilityPaul Eggleton
Allow references to the old task packages to continue to work. This does not add RPROVIDES for everything, just those packages that are likely to have been referred to. (From OE-Core rev: b41c45972a6d359f034615471959c84aee2bc456) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04packagegroup-*: set reasonable SUMMARY/DESCRIPTIONPaul Eggleton
(From OE-Core rev: 996291ef305ddacf852377cc402dbbac299bc215) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04packagegroup-*: drop LIC_FILES_CHKSUMPaul Eggleton
Since package groups don't actually fetch or distribute anything and we no longer run do_configure we don't need to set this variable anymore. (From OE-Core rev: 4c511f77e38cbc9d8d633fef3b1ab4cf93440258) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04packagegroup-*: change to inherit from packagegroup.bbclassPaul Eggleton
Also clean out items already handled by that class (dev/dbg packages, ALLOW_EMPTY, etc.) (From OE-Core rev: 65fca4458cfe1d647c7ea1d4588dc449739a73eb) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04Rename task to packagegroupPaul Eggleton
"Package group" is a much more appropriate name for these than task, since we use the word task to describe units of work executed by BitBake. (From OE-Core rev: 424dcf7046e4ad09dcc664eb1992201195247fcf) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-29gail: removeRoss Burton
This functionality was integrated into GTK+ 2.13 and we've dropped support for anything before that. [ YOCTO #2954 ] (From OE-Core rev: 5bc4c0593997b046300a8f5b3f63c278aeb31d68) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-25gdk-pixbuf: call gtk-update-icon-cache with -t in postinstall scriptJackie Huang
gtk-update-icon-cache is called for each subdir of ${datadir}/icons, but there are some themes without an index.theme file such as xcursor-transparent, so add -t(--ignore-theme-index) option to avoid errors of gtk-update-icon-cache. (From OE-Core rev: bab34e5fa734a98cb5199db4ebc95a6634a38431) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-17gtk+ remove 2.16.6Ross Burton
(From OE-Core rev: a11630f4eb667d78260cec09d2bafe621bad04e1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-17gtk+: remove 2.12.7Ross Burton
(From OE-Core rev: 8ba09db01ab6ed9a57498528ab20abd12c1fa314) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-15gdk-pixbuf: fix the postinstall script failure when no icon is installedJackie Huang
If gtk+ is added to core-image-minimal, postinstall script failed on boot: Running postinst /etc/rpm-postinsts/104... gtk-update-icon-cache: No theme index file. ERROR: postinst /etc/rpm-postinsts/104 failed. This patch fixed the postinstall script to check for the icon file first and not run the gtk-update-icon-cache if no icon is installed. [YOCTO #2905] (From OE-Core rev: 1d4fbe4761d3d97e3c4b6e894719ee41b21559b2) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-15metacity: cleanup update-alternatives deprecated codeSaul Wold
(From OE-Core rev: d0c82d1f45ff7a0a25bcee1b7676b70c29b580b6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-06gthumb: fix parallel build problemsRoss Burton
It's possible with a parallel build for make to spin waiting for a file change when it isn't going to. Fix the build rules so this doesn't happen. [YOCTO #2319] (From OE-Core rev: dea6a0eb2bf06b3dc47e276a046d8dd828e47228) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-06gdk-pixbuf: fix parallel install issueWenzong Fan
This patch fixes parallel install issue that lib libpixbufloader-png.la depends on libgdk_pixbuf-2.0.la which will be regenerated during insta- llation, if libgdk_pixbuf-2.0.la is regenerating and at the same time libpixbufloader-png.la links it, the error will happen. Error message is: * usr/bin/ld: cannot find -lgdk_pixbuf-2.0 * collect2: ld returned 1 exit status Make an explicit dependency to the libs install targets would fix this issue. [YOCTO #2883] (From OE-Core rev: e6fb5a25a098bd639be4b176f58e552404232c93) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-02gnome-desktop: Fix python location on recent distrosRichard Purdie
This fixes errors on distros with python as /bin/python of the form: | error: Failed dependencies: | /bin/python is needed by gnome-desktop-2.32.1-r5.i586 (From OE-Core rev: 02c5299cf6f1c347e2653409b32be8fd39876ac9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-28gconf: Clean up introspection disabling by using gobject-introspection-stubRichard Purdie
(From OE-Core rev: 3861dc6f52c8c3abe925302dadba15d90efbd6b5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-28gtk-doc-stub: Add PROVIDES for gobject-introspection-stub and fix unpackaged ↵Richard Purdie
files (From OE-Core rev: 3c0c1f9b826478af075fbae7b6366726c454702c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-28gobject-introspection: Drop the recipe, it has never worked and if it does ↵Richard Purdie
cross compile, we can add it back (From OE-Core rev: cc95d5472936f24f8375f4366062606595dd8124) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gnome-doc-utils: Update to use python-nativeRichard Purdie
This includes a wrapper so that the full path to python-native is encoded whilst not exceeding any environment length constraints as hinted at in the patch to this area of code already included. (From OE-Core rev: 7a336e5ccf07aff2d0e179bff859395855e016c2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22libgnome-keyring: Add missing DEPENDS on glib-2.0Richard Purdie
(From OE-Core rev: 74c02dc4bdad578757e83e105ee79801a44d79c7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gobject-introspection: Update for python-native changesMorgan Little
Add pythonnative to the inherits list (From OE-Core rev: 2d0f88f0e8d275caca2a89ec1ad4b2e03cb8e8f4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22Remove gtk-docRoss Burton
(From OE-Core rev: f8a87fd585fc199a7c7cff81d11fdc35b16cf3d2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22librsvg: cleanup thanks to new gtk-doc.bbclassRoss Burton
(From OE-Core rev: 067753ca9b0b344352773fe34317c921e4ab6bb8) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22libglade: cleanup thanks to new gtk-doc.bbclassRoss Burton
(From OE-Core rev: 1c5143219d9d03a1d692379259ab628b152dc958) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gtk+: cleanup thanks to new gtk-doc.bbclassRoss Burton
(From OE-Core rev: 7402d0346a02501cd3882cfa8623fbf30d592291) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22libgnome-keyring: cleanup thanks to new gtk-doc.bbclassRoss Burton
(From OE-Core rev: a1cf5b8cbe63313349697e51d40de9d94e9db231) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22libart-lgpl: Does not require gtk-docSaul Wold
(From OE-Core rev: c10bd1f3e970fb2846752b5d902fdc017975d4c4) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22libart_lgpl: cleanup thanks to new gtk-doc.bbclassRoss Burton
(From OE-Core rev: 61ff0565f57c132d3df14cfa0bc39a2143cf4d90) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gnome-keyring: cleanup thanks to new gtk-doc.bbclassRoss Burton
(From OE-Core rev: 2ac9cde86cc7aa95983571de7e04521748aee8be) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gail: cleanup thanks to new gtk-doc.bbclassRoss Burton
(From OE-Core rev: ae03a2f8c5aa0cb96240053a95ba87cbda8d4d75) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gconf: cleanup thanks to new gtk-doc.bbclassRoss Burton
(From OE-Core rev: bca338557acb23f74eb5a44f0a08b07361c40881) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gobject-introspection: cleanup thanks to new gtk-doc.bbclassRoss Burton
(From OE-Core rev: 38284f890bbed3c3f24044bbae8c25da604ca187) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gconf: cleanup thanks to new gtk-doc.bbclassRoss Burton
(From OE-Core rev: 1e965334b5bc6642290aa31d30575e66eb8db870) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22Add gtk-doc-stubRoss Burton
This is a maintained stub for gtk-doc (and gobject-introspection) that was created by Colin Walters for his Poky-powered ostree project. (From OE-Core rev: dd5d1104fde0418c18f9b18ab23837bf23e5b45b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>