summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2011-10-12qt4: Drop old version 4.7.3Richard Purdie10
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-12gnome-vfs: This is now unused in OE-Core and deprecated, dropRichard Purdie3
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-12gcc: Drop old version 4.5.1Richard Purdie67
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-12eglibc: Drop 2.12Richard Purdie13
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-11shared-mime-info: Fix a parallel make raceRichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-11alsa-utils 0.10.24.2: fix systemd units when there's no asound.stateKoen Kooi2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-11linux-firmware: update, merge in OE classic updates, fix packagingKoen Kooi1
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 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-11python-argparse: import from meta-oe, needed for newer glibMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11git: update to 1.7.7Koen Kooi2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-11libx11-diet: move old patches used only by libx11-diet-1.3 to separate directoryMartin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11libx11-trim: move files for libx11-trim from libx11-1.3.4 to libx11-trim-1.3.4Martin Jansa11
* 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 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11libx11: drop old 1.2.2 git versionMartin Jansa10
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11libx11: remove older 1.3.4Martin Jansa1
* libx11-1.3.4 directory is kept for libx11-trim_1.3.4.bb Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11libx11: add new version 1.4.4Martin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11libx11: package xcb, merge few changes from meta-oeMartin Jansa7
* move --with-keysymdef/--with-keysymdefdir setting to recipes (newer versions are using keysymdefdir instead keysymdef * fix MIN_REHASH in makekeys by sed call Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xorg-driver-common.inc: bump INC_PR to rebuild drivers agains new ↵Martin Jansa1
xserver-xorg ABI Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xorg-driver-common.inc: use virtual/xserver instead of older ↵Martin Jansa1
virtual/xserver-xf86 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-kdrive: drop unused files (same files are in xserver-kdrive-1.7.99.2 ↵Martin Jansa5
directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: move patches to xserver-xf86-dri-lite-1.11.1 and use same ↵Martin Jansa7
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] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: drop unused filesMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: remove COMPATIBLE_HOSTMartin Jansa1
* ie om-gta02 has mesa-dri module too so this should be limited in mesa-dri only Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: remove old 1.10.1 versionMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: add new version 1.11.1Martin Jansa3
* move shared definitions to .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: move shared EXTRA_OECONF entries to shared .incMartin Jansa3
* 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 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: replace hardcoded --enable-glx-tls with glx-use-tls.inc, which ↵Martin Jansa1
doesn't enable it for uClibc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: remove FILES_${PN} += "${bindir}/Xorg ", now we have whole ↵Martin Jansa2
${bindir} in FILES_ defined in shared .inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: move RDEPENDS_${PN} += xorg-minimal-fonts to shared .incMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: lower xserver-xf86-config and xkeyboard-config ↵Martin Jansa1
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 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: move shared PROTO_DEPS and LIB_DEPS from ↵Martin Jansa3
xserver-xorg.inc and xserver-xorg-lite.inc to xserver-xorg-common.inc * xserver-xorg.inc is appending extra xf86driproto dri2proto to PROTO_DEPS and virtual/libgl to LIB_DEPS * both lite and dri variants now depend on font-util (from DEPENDS in xserver-xorg-common.inc) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: improve packagingMartin Jansa1
* add ${bindir} and protocol.txt to ${PN} * SecurityPolicy is now in ${PN}-security-policy * package .la files to ${PN}-dev * README.compiled is lately in ${localstatedir}/lib/xkb so add it too to ${PN}-doc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: Split out some bigger modules and extensions from the ↵Martin Jansa1
main package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: move SRC_URI closer togetherMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: fix LIC_FILES_CHKSUMMartin Jansa1
* old value was actually from xserver-kdrive, use the same as xserver-xorg-1.10.1 and newer has ./xserver-kdrive.inc:LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353" ./xserver-xorg-lite_1.10.1.bb:LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11glx-use-tls.inc: add include file to enable glx-tls only when TARGET_OS ↵Martin Jansa1
isn't uclibc * will be used in mesa-common.inc and xserver-xorg.inc * based on mesa-tls.inc (glx-use-tls.bbclass) from http://git.openembedded.org/cgit.cgi/openembedded/commit/packages/mesa/mesa-tls.inc?id=b527d8f723c98c77f2f5c5358062e5348493d767
2011-10-11xserver-xorg: remove old git recipeMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-liteMartin Jansa19
* xserver-xorg is closer to upstream naming and that's how it's named in OE-classic and meta-oe? It would make meta-oe transition easier and better to do it now then convert meta-oe to xserver-xf86 and then rename it back later. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11util-linux 2.19.1: split blkid out into its own subpackageKoen Kooi2
Recent udev versions require blkid from u-l, not from e2fsprogs. In general all the non fsck related binaries from e2fsprogs are deprecated. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-11local.conf.sample: Fix typos and default to no patch resolverRichard Purdie2
Based on a patch from Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10atk: add missing SOB line to remove.G_CONST_RETURN.patchMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-10Fix sysprof for powerpc64Matthew McClintock2
__ppc64__ is not defined on powerpc64, rather __powerpc64__ is, this uses a patch that is already upstream to fix builds for powerpc64 Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10Fix mdadm for powerpc64Matthew McClintock2
This takes an upstream fix for compiling on powerpc64 Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10shared-mime-info: Upgrade recipes from 0.90 -> 0.91Khem Raj5
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 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10gdk-pixbuf: upgrade to 2.24.6Martin Jansa3
* older version doesn't build with glib-2.30.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10zlib: fix inverted LFS logicMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10gstreamer: upgrade to 0.10.35Martin Jansa5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10libglade: add gdk-pixbuf dependencyMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10Use useradd and update-rc.d classes in the OpenSSH recipeJulian Pidancet1
The current sshd postinst and postrm scripts in the OpenSSH make the package dependant of the adduser/addgroup scripts which may not be available on all systems. This patch replaces the sshd postinst and postrm scripts with proper usage of the useradd and update-rc.d classes. This patch had been modified from the previous proposed version to use useradd long options for more clarity. Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10Fix the --root option in shadow-native programsJulian Pidancet1
The add_root_cmd_options.patch that we apply to shadow-native allow the various programs from the shadow utility package to chroot() so they can be used to modify etc/passwd and etc/group if they are located in a sysroot. Some of the shadow programs (gpasswd, useradd and usermod) need to parse the command line in two passes. But we can't use getopt_long() twice because getopt_long() reorders the command line arguments, and consequently corrupts the option parsing during the second pass. This patch fixes this issue by replacing the first pass by a very simple manual walk of the command line to handle the --root argument. This change is a patch of another patch, I apologize if it is difficult to read. But IMHO it wouldn't make sense to put the patch for this issue in another separated file. The --root options in groupadd and useradd are needed to make the useradd class work, and this issue was preventing to use useradd and groupadd long options while using the class. Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10Allow user mode NFS server to run without rpcbind / portmapJason Wessel2
and nfsroot mount without the need to talk to an RPC info server as long as the port numbers for mountd and nfsd are known in advance. This patch updates the qemu startup scripts and the user mode NFS server to have the ability to start without the need to use rpcbind or portmap services. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10font-alias: Convert to use allarch including a patch to disable compiler checksRichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>