summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libav: add support for AArch64Marcin Juszkiewicz2013-01-182-0/+32
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: move --enable-postproc to 0.8.4 recipeMarcin Juszkiewicz2013-01-182-1/+4
| | | | | | | libav 9.1 does not have this option. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: update to 0.8.4Koen Kooi2013-01-181-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gitpkgv.bbclass: cache GITPKGV resultEnrico Scholz2013-01-181-6/+24
| | | | | | | | | | | | gitpkgv runs the 'git rev-list | wc -l' several times when processing a package using GITPKGV. This takes ages for packages like the linux kernel which has a) a large repository and b) lots of subpackages. This patch caches the result of 'git rev-list' and uses it on the next run. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dvb-apps: import 1.1.1+hg from OE classicKoen Kooi2013-01-181-0/+106
| | | | | | | | * Backport patches were dropped since we use hg tip now. * Lots of whitespace fixups Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* oscam: add svn versionKoen Kooi2013-01-181-0/+18
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tvheadend: add git versionKoen Kooi2013-01-182-0/+122
| | | | | | | | | "Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources." No startup scripts or config files are currently provided. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd.bbclass: move disable operation into prerm() scriptEnrico Scholz2013-01-181-8/+0
| | | | | | | | | | | | The 'systemctl disable' operation should not be done in postrm() because the .service file does not exist anymore and the script will fail hence. After moving this command into prerm(), postrm() becomes empty and can be removed completely. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk+3: drop recipe, now in oe-coreMartin Jansa2013-01-181-104/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libpostproc: Remove -disable-yasm as this is a nonexistent flagAndrei Gherzan2013-01-181-4/+1
| | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* obexd: Update to v0.48 and remove openobex dependencyAndrei Gherzan2013-01-181-4/+4
| | | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnuradio : Update to version 3.6.3.Philip Balister2013-01-181-11/+11
| | | | | | | | * Fix packaging issues for the examples package. * Disable build for machines without neon, since cmake detection is broken. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uhd : Update to version 3.5.0.Philip Balister2013-01-182-7/+6
| | | | | | | | This version drops the usrp E100 utilities. Also, the recipe depends on python-cheetah-native now. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>