summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | zsh: Change from 4.3.17 to 5.0.0, which is the latest stable release. Also ↵Martin Ertsaas2012-09-242-21/+30
| | | | | | | | | | | | | | | | | | | | change the mirror from the zsh ftp server, which is really slow and unstable, to a sourceforce mirror. The reason for removing the 4.3.17 recipe is that it used the ftp mirror, which has removed the 4.3.17 tarbal used. Signed-off-by: Martin Ertsaas <mertsas@cisco.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | emacs: fix X11DEPENDS and build without x11 enabled at allMartin Jansa2012-09-222-52/+64
| | | | | | | | | | | | | | | | * also added copy for libcroco librsvg is linked to it by default after http://git.openembedded.org/openembedded-core/commit/?id=e177f1475c55c7d0bf3e2752e6502a7e8577a075 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | lzma: replace oe.process.run with subprocess.call in do_unpack, drop ↵Martin Jansa2012-09-221-5/+4
| | | | | | | | | | | | | | | | | | NATIVE_INSTALL_WORKS * oe.process was removed in http://git.openembedded.org/openembedded-core/commit/meta/lib/oe?id=d56062cbf92ef206bf06c767befacb66927a9a36 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gtk+: drop .bbappend with native BBCLASSEXTENDMartin Jansa2012-09-221-3/+0
| | | | | | | | | | | | * it's in oe-core now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gnome-themes: inherit perlnativeKhem Raj2012-09-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It needs perl module libxml-simple-perl for icon-name-mapping secondly inherit perlnative since it may not be available on build host Fixes errors like below | Can't locate XML/Simple.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /home/kraj/work/angstrom/build/tmp-angstrom_next-eglibc/sysroots/x86_64-linux/usr/libexec/icon-name-mapping line 12. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | libnfnetlink: use a correct LIC_FILES_CHKSUMZhenhua Luo2012-09-201-1/+3
| | | | | | | | | | | | | | | | | | | | The current LIC_FILES_CHKSUM checks the copyright/license from the generated Makefile.in, this is not correct. Since there is no seperated license/copying file, this fixes it to use license content in src/libnfnetlink.c instead. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | recipes: few more PR bumps to rebuild after libffi5 -> libffi6Martin Jansa2012-09-208-8/+8
| | | | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa2012-09-2021-17/+25
| | | | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | sg3-utils: Correct typo in checksumsKhem Raj2012-09-201-1/+1
| | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | kexec-tools.klibc_2.0.2: fix checksumsAndrea Adami2012-09-171-2/+2
|/ | | | | | | | * those are the SRC_URI checksums since 15-Jan-2012 22:10 * re-uploaded after kernel.org outage Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lxdm: initial add 1.22_gitAndreas Müller2012-09-177-0/+147
| | | | | | | | | | * use git version since 1.21 missing escape button and bugfixes * no init-scripts (I am working with systemd -> testing causes huge efforts -> subsequent patches) * run tested on overo/xfce Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-session: Don't loose xfwm4 when closing session with multiple windows ↵Andreas Müller2012-09-172-1/+172
| | | | | | | waiting for user input Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: unbreak build with latest kernel headersAndreas Müller2012-09-172-1/+50
| | | | | | | | | | nm-ppp-manager.c: In function 'monitor_cb': | nm-ppp-manager.c:307:23: error: storage size of 'req' isn't known | make[5]: *** [libppp_manager_la-nm-ppp-manager.lo] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: remove obsolete filesAndreas Müller2012-09-174-657/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: do not hardcode /usr/sbinAndreas Müller2012-09-172-4/+9
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: do not rely on dev-tty7.deviceAndreas Müller2012-09-172-3/+2
| | | | | | | | | | | | Error message was: [ TIME ] Timed out waiting for device dev-tty7.device. [DEPEND] Dependency failed for Gnome Display Manager. run tested on overo/xfce Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome.bbclass: remove to use oe-core's versionAndreas Müller2012-09-171-4/+0
| | | | | | | | | | | * suggested in [1] * build tested from scratch with my working image [2] [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-August/041157.html [2] http://gitorious.org/schnitzeltony-oe-meta/meta-misc/blobs/master/recipes-image/xfce-full-image.bb Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mcnavi: fix do_configure_prepend to be reentrantMartin Jansa2012-09-111-1/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mcnavi: add also target edje to DEPENDSMartin Jansa2012-09-111-1/+1
| | | | | | | | | * configure checks for that | configure:17465: error: Package requirements (ecore ecore-evas evas edje imlib2 libgps) were not met: | | No package 'edje' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: enjoy: fix scrollingDenis 'GNUtoo' Carikli2012-09-112-1/+139
| | | | | | | | * [SHR bug #2058] http://www.shr-project.org/trac/ticket/2058 * [EFL bug #1477] http://trac.enlightenment.org/e/ticket/1477 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sip-native: inherit qmake2 instead of qt4x11Martin Jansa2012-09-111-1/+2
| | | | | | | | | | | | * it seems enough * inherit qt4x11 adds dependency on target qt4-x11-free, which is bad, because we don't need it and it's causing different sstate checksum: $ bitbake-diffsigs stamps.1347348593/nokia900/x86_64-linux/sip-native-4.13.3-r0.do_configure.sigdata.6e44871660ef91eab5ee4d56e55b6728 stamps.1347348593/om-gta02/x86_64-linux/sip-native-4.13.3-r0.do_configure.sigdata.cdaf666b98c2c6ccfb710743dcdbd988 Hash for dependent task qt4-x11-free_4.8.1.bb.do_populate_sysroot changed from 79234aca07686c1d97782e21fc098071 to 7e9ba3de3ba9f709a5d9ef5abadb2d9e Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libwmf: fix DEPENDS_virtclass-nativeMartin Jansa2012-09-111-2/+2
| | | | | | | | | | | * libpng and jpeg are not expaned to native variants, causing different sstate checksums when libwmf-native is build with MACHINEs with e.g. different PACKAGE_ARCH * maybe it's fault in handling DEPENDS_virtclass-native and it should expand it, but this patch fixes it too http://lists.linuxtogo.org/pipermail/openembedded-core/2012-September/029394.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evas: move EVAS_CPU_TWEAKS to target EXTRA_OECONFMartin Jansa2012-09-111-2/+2
| | | | | | | | | | | * it was causing different sstate checksum for evas-native $ bitbake-diffsigs stamps.1347348593/nokia900/x86_64-linux/evas-native-2_1.7.0-r0.0.do_configure.sigdata.cc8b80e938b87ad1bb8d6ded52ef941f stamps.1347348593/om-gta02/x86_64-linux/evas-native-2_1.7.0-r0.0.do_configure.sigdata.e6143417eb7ea0ebd0ab299ce5a024ea basehash changed from f453b3bdd276ffd49445d1c81e2962e8 to 3a244a9f14657439d5b4a8c7d609b087 Variable EVAS_CPU_TWEAKS value changed from --disable-cpu-neon to Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman: drop patches, merged to oe-coreMartin Jansa2012-09-103-284/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dnsmasq: add systemd service scripts for dnsmasqSander van Grieken2012-09-102-0/+23
| | | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libjpeg: use nasm-native also for target DEPENDS, it's needed for targets ↵Martin Jansa2012-09-101-1/+1
| | | | | | | | | | | | | | | | | | with SIMD support * configure checks that the same as in native case | configure:13139: checking if we have SIMD optimisations for cpu type | configure:13143: result: yes (x86_64) | configure:13151: checking for nasm | configure:13181: result: no | configure:13151: checking for nasmw | configure:13181: result: no | configure:13151: checking for yasm | configure:13181: result: no | configure:13189: error: no nasm (Netwide Assembler) found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* foxtrotgps: upgrade to 1.1.1 and fix build with new automakeMartin Jansa2012-09-101-2/+6
| | | | | | | | | | | | * It was failing like this | automake: warnings are treated as errors | automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' | autoreconf: automake failed with exit status: 1 after automake was upgraded to 1.12.3 http://lists.linuxtogo.org/pipermail/openembedded-core/2012-September/029108.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: Upgrade to 189Khem Raj2012-09-0810-435/+682
| | | | | | | | | | Fix running and building on uclibc Currently it doesnt work on uclibc-git only on 0.9.33 but thats a regression in uclibc most likely Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libplist: add upstream patch to fix parallel make issueJack Mitchell2012-09-062-1/+25
| | | | | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libimobiledevice: add recipe for Apple products protocol supportSander van Grieken2012-09-061-0/+21
| | | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ifuse: add recipe to expose files on Apple devices via fuseSander van Grieken2012-09-061-0/+15
| | | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-x11-illume: rename to packagegroup-x11-illumeMartin Jansa2012-09-061-4/+7
| | | | | | | | * add RPROVIDES/RREPLACES/RCONFLICTS task-x11-illume for upgrade path * RDEPEND on packagegroup-core-x11* from oe-core now with task-x11-* gone from meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task-x11*: remove in favor of packagegroup-core-x11* variants from oe-coreMartin Jansa2012-09-063-54/+0
| | | | | | | | | | | * packagegroup-core-x11* allows to remove task-x11-server and task-x11 from meta-oe without loosing any functionality * be carefull with 2 changed default values: XSERVER does not include xf86-input-mouse and xf86-input-keyboard VIRTUAL-RUNTIME_xserver_common defaults to x11-common in oe-core and to xserver-common in meta-oe's task-x11 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup: add RPROVIDES/RREPLACES/RCONFLICTS and bump PR to get some ↵Martin Jansa2012-09-059-11/+59
| | | | | | upgrade path Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task*: rename to packagegroup to match oe-coreMartin Jansa2012-09-0513-20/+20
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-glamo: add xserver-xorg-module-exa to RDEPENDSMartin Jansa2012-09-051-1/+2
| | | | | | | * it was separated from xserver-xorg package and glamo fails in runtime without that http://git.openembedded.org/openembedded-core/commit/?id=1a666ee1cda3c0b74daba5881fc5f62e13deec66 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade recipes to 1.7.0Martin Jansa2012-09-0512-37/+31
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade svn recipes to 1.7.0+svnMartin Jansa2012-09-057-13/+12
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task-x11-illume: update default ECONFIGMartin Jansa2012-09-051-4/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: update RRECOMMENDS_-config-mobileMartin Jansa2012-09-051-2/+2
| | | | | | * I've forgot to rename this when illume2 was renamed to mobile Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-efl: upgrade from 1.7.0-beta to 1.7.0Martin Jansa2012-09-0530-181/+151
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* terminology: add version 0.1.0, negative D_P to svn and bump PEMartin Jansa2012-09-054-19/+38
| | | | | | * PE bump is needed for upgrade path from svn recipe to 0.1.0 release Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV to 1.7.0 release and update PV in svn recipesMartin Jansa2012-09-0517-24/+24
| | | | | | * python bindings tarball are not released yet Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* avahi: use systemd.bbclass for avahi-systemdSander van Grieken2012-09-041-0/+9
| | | | | | | | | | The original behaviour is to enable the service in the package postinst phase. This patch will enable the service also when building the rootfs, so it fixes the case when no package-management is enabled. It also now delegates systemd enablement to the systemd bbclass, instead of using explicit code in the recipe itself. Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gtk-xfce-engine: fix staticdev warningAndreas Müller2012-08-311-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gtk-xfce-engine: fix memory leakAndreas Müller2012-08-312-3/+35
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* usbmuxd 1.08: add recipe to talk to iDevicesKoen Kooi2012-08-311-0/+19
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-gnome: replace virtual/gail dependency with gtk+Ross Burton2012-08-302-2/+2
| | | | | | | | GTK+ integrated the gail module back in 2009, so we can safely drop the explicit gail dependency. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: systemd-systemctl-native: Also add support for WantedBy=*.serviceDenis 'GNUtoo' Carikli2012-08-302-2/+2
| | | | | | | | Right now there was only WantedBy=*.target, which prevented some services from beeing installed, which prevent them from running at boot. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd-machine-conf: add empty recipe for BSP layers to bbappend itMartin Jansa2012-08-301-0/+7
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>