summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gtk+: upgrade to 2.24.6Martin Jansa2011-10-1411-5/+3
| | | | | | | | | * older version doesn't build with glib-2.30.0 (From OE-Core rev: 782ba4d473ee39545a9b464b96564e52de35142e) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glib: upgrade to 2.30.0Martin Jansa2011-10-147-90/+106
| | | | | | | (From OE-Core rev: 74f43e3b269c01dba7cd5215a8e825229bd5ecff) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cogl: Add git recipe (required by clutter)Richard Purdie2011-10-142-0/+41
| | | | | | (From OE-Core rev: 00545a358fb1fd29a9dd7a77ee54eaf303f41493) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-1.6: update to 1.6.18Richard Purdie2011-10-141-2/+2
| | | | | | (From OE-Core rev: c23c4cd439bd43f4d2d57d11d530589c07bfcb11) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter: Update git recipe to more recent versionRichard Purdie2011-10-141-3/+9
| | | | | | (From OE-Core rev: c5b29de1ea31dc581f460dbac66d17f784d17396) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gamin: Fix glib 2.30 deprecation issuesRichard Purdie2011-10-142-2/+62
| | | | | | (From OE-Core rev: a7f5554f92523ab51a774b70e9e6bd5d8fa36b00) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango: Update to work with glib-2.0Richard Purdie2011-10-142-1/+410
| | | | | | (From OE-Core rev: e1d888cd20aafafdab60ec2a857f4ee19d1f9342) 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>
* eds: Update to work with glib-2.0Richard Purdie2011-10-142-1/+80
| | | | | | (From OE-Core rev: d8419d30add74c73cfb038c7e611187a651c24e6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Import python-setuptools from meta-oe (for glib-2.0)Richard Purdie2011-10-141-0/+31
| | | | | | (From OE-Core rev: d93ffea3164952954557a5a3dc90cebbd46272b2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atk: Upgrade 1.32.0 -> 2.2.0Richard Purdie2011-10-143-646/+13
| | | | | | (From OE-Core rev: f44125973d087f41033f4973e7f9857136ed7e12) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* flac: Add missing gettext dependency (requires iconv)Richard Purdie2011-10-141-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* autotools: Enhance gettext handling to better work with SCM versions of codeRichard Purdie2011-10-141-1/+7
| | | | | | | | | | | | | | | | | If we pull SCM based code using gettext, Makefile.in.in in the po directory can be missing. We therefore need to add this if its not already present. We could use gettextize if it wasn't so broken (for example requiring user input on stdin and installing way more files that we ever care about such as the m4 files). We also have a problem if a recipe sets a different AUX dir, for now fix this by allowing recipes to specify when this is being done using the AUTOTOOLS_AUXDIR variable. Ultimately we could likely figure this out automatically. (From OE-Core rev: acaefad1aa4b45813a004e0cd1d85bc013e435f4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-intel_2.16.0: fix buildfix.patch to applyMartin Jansa2011-10-141-3/+3
| | | | | | (From OE-Core rev: 4d5c0f9838a3e96d1cfb4ca2fb27161d6cf0de8f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: Added missing section for plug-inScott Rifenbark2011-10-141-6/+29
| | | | | | | | | | | | Discovered a missing section for installation of the Eclipse Yocto Plug-in. This information is critical to the release. Jessica discovered the problem. New section added that describes how to install the plug-in as a standard "New Software" installation from within the Eclipse IDE. (From yocto-docs rev: d4976ec56d39813a72519387897023f65a5884f6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: fixed indigo typosScott Rifenbark2011-10-141-3/+3
| | | | | | | (From yocto-docs rev: cd2fe81bf9fe9fe4cc463861b62278654e7fff78) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Cleaned out bad links and replaced with goodScott Rifenbark2011-10-144-12/+11
| | | | | | | | | | | | | The re-structuring of the web server that holds the documents created some bad links. I thought I had gotten them all but apparently not. this is a drawback of not being able to test things until after stuff is done. In any case, I grepped through everything and this takes care of it. (From yocto-docs rev: cdbc3b3b7f6d6ff01024b977f966459cf414ad5c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Fixed five broken links and removed noteScott Rifenbark2011-10-142-7/+6
| | | | | | | | | | | | | | | The restructuring of the web site where we store manuals broke some links that were cut-and-pasted in from older work. These slipped by me so not changing them would direct the user to a 1.0 version of the externally referenced manual rather than the 1.1 version. I also got rid of a visible "WRITER'S NOTE" in the document that was left behind. (From yocto-docs rev: 1508826312a2fe35e5d693821a4c7737baafcb2e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Catch up with xserver and mesa upgrades/renameRichard Purdie2011-10-122-3/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-intel: Update 2.15.0 -> 2.16.0Richard Purdie2011-10-122-2/+26
| | | | | | | | Include a build fix which means otherwise this wouldn't build (From OE-Core rev: 5ad1ca59dea6d5045f252ed7b786ad193faced64) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: Update 7.8.2 -> 7.11Richard Purdie2011-10-125-53/+69
| | | | | | | | | | | Pieces of this taken from patches from Martin Jansa <martin.jansa@gmail.com> and likely from meta-oe. It includes just enough changes to get the newer version to build. (From OE-Core rev: b2252d16b46bc18ff0aa06efaf58dd337682f587) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hal/hal-info: This is unsed in OE-Core and deprecated, dropRichard Purdie2011-10-1212-400/+0
| | | | | | (From OE-Core rev: 72c010af2c0fe967a5cacc7fbdba75c3ea3e5c3a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qt4: Drop old version 4.7.3Richard Purdie2011-10-1210-341/+0
| | | | | | (From OE-Core rev: 4e95c177c4d0ee593945fd020f8d0c22810d8956) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-vfs: This is now unused in OE-Core and deprecated, dropRichard Purdie2011-10-123-116/+0
| | | | | | (From OE-Core rev: 69eb093f526d052f60afd156e9adca4a954be222) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc: Drop old version 4.5.1Richard Purdie2011-10-1267-10389/+0
| | | | | | (From OE-Core rev: 59443380286010eda07f1434e918a3af8c8a31a9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eglibc: Drop 2.12Richard Purdie2011-10-1213-419/+0
| | | | | | (From OE-Core rev: 854dc1c3c503e59cdd603d3319d143e18ce77840) 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>
* alsa-utils 0.10.24.2: fix systemd units when there's no asound.stateKoen Kooi2011-10-112-1/+48
| | | | | | | (From OE-Core rev: 467f54ccf2409700600811b844d470bfb0720c01) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: update, merge in OE classic updates, fix packagingKoen Kooi2011-10-111-31/+23
| | | | | | | | | | | | | Update: move to latest SRCREV, use non-kernel.org URI Merge: wl12xx symlink + packaging, install all firmwares Fix: * all entries in PACKAGES are in PROVIDES already * A package always RPROVIDES itself * A file can only get packaged *once* so only one rtlwifi package will get the license (From OE-Core rev: 8c7adb66d297ccf9f2f15eb311e5de7d5b07c6df) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python-argparse: import from meta-oe, needed for newer glibMartin Jansa2011-10-111-0/+15
| | | | | | | (From OE-Core rev: 1cb6d4cc7a129c221f2d5a2d6383af4b26668676) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* git: update to 1.7.7Koen Kooi2011-10-112-10/+10
| | | | | | | (From OE-Core rev: a81979b24fa3de6aff4ae0b9ea3d2eebb3eec3ce) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-diet: move old patches used only by libx11-diet-1.3 to separate directoryMartin Jansa2011-10-114-1/+0
| | | | | | | (From OE-Core rev: 3859ae3fb0164c88223f072578a5295070bdce2a) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-trim: move files for libx11-trim from libx11-1.3.4 to libx11-trim-1.3.4Martin Jansa2011-10-1111-74/+4
| | | | | | | | | | | | * because there isn't libx11-1.3.4 recipe anymore * remove older versions from libx11-trim directory * notice that DESCRIPTION says xcb is disabled and EXTRA_OECONF has --with-xcb (From OE-Core rev: ccebeb736c785cc6ade075798a1d5c27f106d780) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11: drop old 1.2.2 git versionMartin Jansa2011-10-1110-729/+0
| | | | | | | (From OE-Core rev: 10c87f3f695215000c218b0dd0a3652ee97738e7) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11: remove older 1.3.4Martin Jansa2011-10-111-35/+0
| | | | | | | | | * libx11-1.3.4 directory is kept for libx11-trim_1.3.4.bb (From OE-Core rev: 4478f86d9dbb04e57c07030a1a509f2073547021) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11: add new version 1.4.4Martin Jansa2011-10-113-0/+70
| | | | | | | (From OE-Core rev: c3ae134362382fd0db6ee34613b0c258076ef9b6) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11: package xcb, merge few changes from meta-oeMartin Jansa2011-10-117-14/+23
| | | | | | | | | | | * move --with-keysymdef/--with-keysymdefdir setting to recipes (newer versions are using keysymdefdir instead keysymdef * fix MIN_REHASH in makekeys by sed call (From OE-Core rev: 70abb59e71a2aed5ef7faf5ba9b56f695d562382) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg-driver-common.inc: bump INC_PR to rebuild drivers agains new ↵Martin Jansa2011-10-111-1/+1
| | | | | | | | | xserver-xorg ABI (From OE-Core rev: 60cfd59aab1362f02c5fb9124cd5554e96fb756d) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg-driver-common.inc: use virtual/xserver instead of older ↵Martin Jansa2011-10-111-1/+1
| | | | | | | | | virtual/xserver-xf86 (From OE-Core rev: edff47b8e0b969733e5efed06d43187335831065) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-kdrive: drop unused files (same files are in xserver-kdrive-1.7.99.2 ↵Martin Jansa2011-10-115-234/+0
| | | | | | | | | directory (From OE-Core rev: c7b77b3a1f34f3d2536251c0ad9e43031473e57e) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: move patches to xserver-xf86-dri-lite-1.11.1 and use same ↵Martin Jansa2011-10-117-73/+3
| | | | | | | | | | | | | | | | | | | directory from xserver-xf86-lite recipe * FILESEXTRAPATHS needs to be in xserver-xf86-lite_1.11.1 because in .inc we don't have ${PV} expanded yet * crosscompile.patch macro_tweak.patch were identical * fix_open_max_preprocessor_error.patch has only different header # $ diff xserver-xorg/fix_open_max_preprocessor_error.patch xserver-xorg-dri/fix_open_max_preprocessor_error.patch 1c1 < Upstream-Status: Pending --- > Upstream-Status: Inappropriate [embedded specific] (From OE-Core rev: aaa137f54c246b61a94b62a731de67f09e688a2a) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: drop unused filesMartin Jansa2011-10-113-404/+0
| | | | | | | (From OE-Core rev: 9ccc192d00931288c88503536ba41252fb94e880) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: remove COMPATIBLE_HOSTMartin Jansa2011-10-111-3/+0
| | | | | | | | | | * ie om-gta02 has mesa-dri module too so this should be limited in mesa-dri only (From OE-Core rev: 64d27e31f474ea9656af0f9fa19c819730ace2d9) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: remove old 1.10.1 versionMartin Jansa2011-10-112-32/+0
| | | | | | | (From OE-Core rev: fe8f323618f059a77db9fc6dfaebf339bd735e89) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: add new version 1.11.1Martin Jansa2011-10-113-0/+13
| | | | | | | | | * move shared definitions to .inc file (From OE-Core rev: d7f57fe6bea26632e5989f9d7328eab7766c1260) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: move shared EXTRA_OECONF entries to shared .incMartin Jansa2011-10-113-37/+26
| | | | | | | | | | | * after this xserver-xorg-lite.inc is disabling only dri/glx and xserver-xorg.inc is forcing dri/dri2 enabled the rest is defined in xserver-xorg-common.inc (From OE-Core rev: eb381e05ff24ee2fed0b4e9675bd01dce662da07) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: replace hardcoded --enable-glx-tls with glx-use-tls.inc, which ↵Martin Jansa2011-10-111-1/+2
| | | | | | | | | doesn't enable it for uClibc (From OE-Core rev: 9e5c8cb78fcc5d26e1b91172aa6e98890d9ea75c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: remove FILES_${PN} += "${bindir}/Xorg ", now we have whole ↵Martin Jansa2011-10-112-4/+0
| | | | | | | | | ${bindir} in FILES_ defined in shared .inc (From OE-Core rev: 623f4feb86c2587c9a5bdac833671a91fbfbbf72) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg-common: move RDEPENDS_${PN} += xorg-minimal-fonts to shared .incMartin Jansa2011-10-113-4/+1
| | | | | | | (From OE-Core rev: 7c380db374381ae71cf6b1398a77654b3eebf512) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg-common: lower xserver-xf86-config and xkeyboard-config ↵Martin Jansa2011-10-111-1/+2
| | | | | | | | | | | | dependency to RRECOMMENDS and add few more recipes to RRECOMMENDS * when someone is using hal or udev explicitly, then he doesn't need xserver-xf86-config * add xkeyboard-config to RDEPENDS_${PN}-xvfb (From OE-Core rev: aa0ee22d8504560e5aa0a5ddf67082b0744cd180) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>