summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* uhd-firmware : Update to version 3.5.0.Philip Balister2013-01-181-3/+3
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* compat-wireless: upgrade and fixupMartin Jansa2013-01-184-10/+10
| | | | | | | | | | | | | | | * 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>
* autofs: do not check for modprobeyanjun.zhu2013-01-172-0/+76
| | | | | | | | | | | | | 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>
* meta-systemd: connman, openssh: move bbappends to oe-core dirMartin Jansa2013-01-175-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* portmap: Add systemd serviceAndrei Gherzan2013-01-172-0/+21
| | | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ofono: Package systemd serviceAndrei Gherzan2013-01-171-0/+7
| | | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bluez4: Package systemd serviceAndrei Gherzan2013-01-171-0/+9
| | | | | | 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>
* meta-systemd: connman: rename bbappend to match 1.10 from oe-coreMartin Jansa2013-01-171-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hiawatha: update to 8.7Jack Mitchell2013-01-162-77/+3
| | | | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
* gnome-mplayer: package also nautilus3 extensionsMartin Jansa2013-01-131-5/+9
| | | | | | | | | | | | | * 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>
* emacs: add harfbuzz, libicu* to qemu rootMartin Jansa2013-01-132-2/+6
| | | | | | | * 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>
* goffice: add patch to use pcre_fullinfo instead of pcre_infoMartin Jansa2013-01-132-1/+23
| | | | | | | * 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>
* gpm: fix build with eglibc-2.17Martin Jansa2013-01-132-1/+14
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mako: use setuptools.bbclass, fixing install pathsRoss Burton2013-01-131-6/+2
| | | | | | | | | | | 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>
* physfs: initial add 2.0.3Andreas Müller2013-01-101-0/+11
|
* openal-soft: initial add 1.15.1Andreas Müller2013-01-101-0/+20
|
* libass: add missing dependency on fribidiMarcin Juszkiewicz2013-01-101-1/+1
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* obexd: Include unistd.h to get ssize_t definitionKhem Raj2013-01-102-2/+36
| | | | | | | 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>
* xmlto: replace obsolete automake macros with working onesMarko Lindqvist2013-01-102-1/+17
| | | | | | | | 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>
* autofs: Add bbappend to add systemd support.Noor Ahsan2013-01-101-0/+6
| | | | | | | | * 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>
* autofs: Remove systemd related things.Noor Ahsan2013-01-101-4/+1
| | | | | | | | | | * 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>
* ntp: fix license to kill a warningRoy.Li2013-01-091-2/+2
| | | | | | | LICENSE is case sensitive Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* gst123: add packageRoss Burton2013-01-092-0/+75
| | | | | | | 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>
* media-service-demo: add snapshot from gitRoss Burton2013-01-091-0/+18
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* renderer-service-upnp: add 0.3.0Ross Burton2013-01-091-0/+27
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* media-service-upnp: add 0.4.0Ross Burton2013-01-091-0/+24
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* gupnp-tools: add 0.8.1Ross Burton2013-01-091-0/+11
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* gupnp-igd: add 0.2.2Ross Burton2013-01-091-0/+14
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* gupnp-dlna: add 0.9.2Ross Burton2013-01-091-0/+20
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* gupnp-av: add 0.10.3 and 0.11.6Ross Burton2013-01-093-0/+26
| | | | | | | 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>
* gupnp: add 0.18.4 and 0.19.3Ross Burton2013-01-093-0/+39
| | | | | | | 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>
* gssdp: add 0.12.2.1 and 0.13.2Ross Burton2013-01-094-0/+36
| | | | | | | 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>
* fftw : Update to version 3.3.3.Philip Balister2013-01-097-31822/+24
| | | | | | | | | | | | * 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>
* meta-systemd/atftpd: Adjust bbappend to match to recipe upgradeKhem Raj2013-01-081-0/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhclient.service: Rearrange the cmdline for dhclientKhem Raj2013-01-081-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rpcbind: Add systemd service unit fileKhem Raj2013-01-082-0/+25
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nis: Add support for systemd launch of NIS servicesKhem Raj2013-01-084-0/+50
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhcp: Add systemd unit file for dhclientKhem Raj2013-01-082-2/+18
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* at: Add systemd unit fileKhem Raj2013-01-082-0/+21
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd.bbclass: Fixes for living along with multilibKhem Raj2013-01-081-2/+5
| | | | | | | | | | | | 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>
* systemd: Fix build when base_libdir is not /libKhem Raj2013-01-082-39/+45
| | | | | | | | | | | | | | | | | | | 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>
* uml-utilities: Forward port recipe from OE classicKhem Raj2013-01-083-0/+126
| | | | | | Imported at SHA e12cf65f2fd58135039d73b9290ebee763161416 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuio: Add recipe for version 0.2.1Khem Raj2013-01-081-0/+17
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dmidecode: Forward port from OE-ClassicKhem Raj2013-01-081-0/+21
| | | | | | at SHA 16f464bd8cff6b6a27d9bfe691f7adc875d01ac2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: Add recipes for packageKhem Raj2013-01-0814-0/+299
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* concurrencykit: Add recipe for latest from gitKhem Raj2013-01-082-0/+109
| | | | | | Provides concurrency primitives Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: Add recipesKhem Raj2013-01-082-0/+66
| | | | | | LuaJIT is for JIT'ting LUA code Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppunit: Upgrade recipes from 1.12.1 -> 1.13.1Khem Raj2013-01-082-16/+11
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcpdump: Upgrade from 4.1.1 -> 4.3.0Khem Raj2013-01-085-15/+17
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* atftp: Upgrade to latest from gitKhem Raj2013-01-083-10/+311
| | | | | | Add patches to let atftp serve huge ramdisks >500M in size Signed-off-by: Khem Raj <raj.khem@gmail.com>