aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-01-18compat-wireless: upgrade and fixupMartin Jansa
* use INC_PR * fix RDEPENDS * use normal PV * move checksums from .inc to .bb * upgrade, because old version fails to build with a lot of errors like this: compat-wireless-3.5-rc5-1/include/linux/compat-3.5.h:102:8: error: redefinition of 'struct tc_fq_codel_xstats' * 3.5.4-1, 3.6.8-1 can failed when kernel option is missing: | compat-wireless-all/3.5.4-r1.0/compat-wireless-3.5.4-1/drivers/net/ethernet/broadcom/b44.c:2342:2: error: implicit declaration of function 'ssb_pcihost_register' [-Werror=implicit-function-declaration] | cc1: some warnings being treated as errors Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-17autofs: do not check for modprobeyanjun.zhu
Reference: http://www.spinics.net/lists/autofs/msg00139.html Loading autofs module is #ifdef'ed in the source, so there is no need to check for /proc (which is only used to load module) or modprobe. Both modprobe and /proc are always in the fixed location so there's no need to check for these to start with. Signed-off-by: yanjun.zhu <yanjun.zhu@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-01-17meta-systemd: connman, openssh: move bbappends to oe-core dirMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-17portmap: Add systemd serviceAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-17ofono: Package systemd serviceAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-17bluez4: Package systemd serviceAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-17meta-systemd: connman: rename bbappend to match 1.10 from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-16hiawatha: update to 8.7Jack Mitchell
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
2013-01-13gnome-mplayer: package also nautilus3 extensionsMartin Jansa
* fixes QA issues: gnome-mplayer-1.0.5: gnome-mplayer: Files/directories were installed but not shipped /usr/lib /usr/lib/nautilus /usr/lib/nautilus/extensions-3.0 /usr/lib/nautilus/extensions-3.0/libgnome-mplayer-properties-page.so /usr/lib/nautilus/extensions-3.0/.debug /usr/lib/nautilus/extensions-3.0/.debug/libgnome-mplayer-properties-page.so Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-13emacs: add harfbuzz, libicu* to qemu rootMartin Jansa
* fails without: | temacs: error while loading shared libraries: libharfbuzz.so.0: cannot open shared object file: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-13goffice: add patch to use pcre_fullinfo instead of pcre_infoMartin Jansa
* pcre_info was removed in newer pcre and abiword now fails to build /usr/lib/libgoffice-0.8.so: undefined reference to pcre_info Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-13gpm: fix build with eglibc-2.17Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-13python-mako: use setuptools.bbclass, fixing install pathsRoss Burton
An argument was missed in the manual setuptools configuration which meant that the tool was installed into /data/poky-master/tmp/sysroots/x86_64-linux/usr/bin/mako-render. Using the setuptools class reduces duplication and puts the tool into /usr/bin where it belongs. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-10physfs: initial add 2.0.3Andreas Müller
2013-01-10openal-soft: initial add 1.15.1Andreas Müller
2013-01-10libass: add missing dependency on fribidiMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-10obexd: Include unistd.h to get ssize_t definitionKhem Raj
This error is exposed with eglibc 2.17 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-10xmlto: replace obsolete automake macros with working onesMarko Lindqvist
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-10autofs: Add bbappend to add systemd support.Noor Ahsan
* Removed systemd support from meta-networking recipe and added bbappend to add its support. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-10autofs: Remove systemd related things.Noor Ahsan
* Autofs was being inherited from systemd. This class is only present in meta-systemd. So bitbake was giving parse error about systemd class. So removed systemd from inherit and removed SYSTEMD_PACKAGES and SYSTEMD_SERVICE. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-09ntp: fix license to kill a warningRoy.Li
LICENSE is case sensitive Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-01-09gst123: add packageRoss Burton
gst123 is useful for testing as it simply uses PlayBin, but can display the pipeline being used for QA purposes. Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09media-service-demo: add snapshot from gitRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09renderer-service-upnp: add 0.3.0Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09media-service-upnp: add 0.4.0Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09gupnp-tools: add 0.8.1Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09gupnp-igd: add 0.2.2Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09gupnp-dlna: add 0.9.2Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09gupnp-av: add 0.10.3 and 0.11.6Ross Burton
0.10.x is the stable series, 0.11.x is the development series that some packages (specifically dLeyna) require. Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09gupnp: add 0.18.4 and 0.19.3Ross Burton
0.18.x is the stable series, 0.19.x is the development series that some packages (specifically dLeyna) require. Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09gssdp: add 0.12.2.1 and 0.13.2Ross Burton
0.12.x is the stable series, 0.13.x is the development series that some packages (specifically dLeyna) require. Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-01-09fftw : Update to version 3.3.3.Philip Balister
* Convert --enable-neon selection to use neon tune feature. * Drop neon patch since fftw now has direct neon support. * Remove SRC_URI from each bb file and use only SRC_URI from fftw.inc file. The old recipe selected neon for all armv7 machines, which was not entirely correct. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-08meta-systemd/atftpd: Adjust bbappend to match to recipe upgradeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08dhclient.service: Rearrange the cmdline for dhclientKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08rpcbind: Add systemd service unit fileKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08nis: Add support for systemd launch of NIS servicesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08dhcp: Add systemd unit file for dhclientKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08at: Add systemd unit fileKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08systemd.bbclass: Fixes for living along with multilibKhem Raj
This essentially fixes two problems 1. We were ignoring systemd for multilibs now we dont 2. We were replacing '-systemd' string in PN which is a problem whenre -systemd appears more than once e.g. lib32-systemd-units-system it was removing both essentially we should only chop the end of PN if it ends with '-systemd' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08systemd: Fix build when base_libdir is not /libKhem Raj
we were carrying a wrong patch to fix rootlibdir to adapt systemd to OE's notion of base_libdir but thats not right and the units dont get initialised properly when we have base_libdir which is not /lib This patch fixes the use of base_libdir where it should have been catering to notions of systemd/udev for putting unit files and init scripts in /lib and not in base_libdir It also ignores the lib32-* packages so that systemd build works for multilib enabled systems. Adapt to nativesdk renaming Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08uml-utilities: Forward port recipe from OE classicKhem Raj
Imported at SHA e12cf65f2fd58135039d73b9290ebee763161416 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08libuio: Add recipe for version 0.2.1Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08dmidecode: Forward port from OE-ClassicKhem Raj
at SHA 16f464bd8cff6b6a27d9bfe691f7adc875d01ac2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08tcsh: Add recipes for packageKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08concurrencykit: Add recipe for latest from gitKhem Raj
Provides concurrency primitives Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08luajit: Add recipesKhem Raj
LuaJIT is for JIT'ting LUA code Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08cppunit: Upgrade recipes from 1.12.1 -> 1.13.1Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08tcpdump: Upgrade from 4.1.1 -> 4.3.0Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08atftp: Upgrade to latest from gitKhem Raj
Add patches to let atftp serve huge ramdisks >500M in size Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08liblockfile: Upgrade 1.06 -> 1.09Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>