summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kernel.bbclass: unify white spacesMartin Jansa2012-03-291-39/+39
| | | | | | | | * indentation was with spaces and tabs, unify to use tabs instead of spaces, because "python populate_packages" expects tabs (or 8 spaces) and we're doing populate_packages_preppend here Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kernel.bbclass: Allow do_compile_kernelmodules to use PARALLEL_MAKERichard Purdie2012-03-291-1/+1
| | | | | | | | Without this we don't take advantage of any configured multiple CPU cores which seems a shame. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: add systemd serviceMartin Jansa2012-03-292-3/+19
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kernel.bbclass: touch .scmversion also in ${S}Martin Jansa2012-03-291-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* keymaps: import systemd support from meta-shr layerMartin Jansa2012-03-292-0/+17
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* linux-kexecboot-3.2: upgrade to 3.2.12Martin Jansa2012-03-291-4/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xbmc: update from rc2 to final releaseKoen Kooi2012-03-261-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: don't create /etc/modutils/*Martin Jansa2012-03-261-8/+4
| | | | | | * update-modules was updated to read /etc/modules-load.d/*.conf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kernel.bbclass: use symlinks for modutils filesMartin Jansa2012-03-261-5/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* linux: import shared linux.inc so we have just one copyMartin Jansa2012-03-261-0/+131
| | | | | | | | | | | | | | | | * in my env I have 7 copies now ./meta-smartphone/meta-htc/recipes-kernel/linux/linux.inc ./meta-smartphone/meta-nokia/recipes-kernel/linux/linux.inc ./meta-smartphone/meta-openmoko/recipes-kernel/linux/linux.inc ./meta-smartphone/meta-samsung/recipes-kernel/linux/linux.inc ./meta-smartphone/meta-palm/recipes-kernel/linux/linux.inc ./meta-ti/recipes-kernel/linux/linux.inc ./meta-handheld/recipes-kernel/linux/linux.inc meta-smartphone's are 100% identical, meta-handheld is slightly different (ARM_KEEP_OABI can be set in recipe after require .inc) and meta-ti seems like much older version of linux.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kernel.bbclass: fix extra + in kernelreleaseMartin Jansa2012-03-261-0/+6
| | | | | | * see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-December/014308.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kernel.bbclass: use better number for KERNEL_PRIORITYMartin Jansa2012-03-261-1/+3
| | | | | | | | | | * there is no upgrade from 2.6.X to 3.X.Y last part of PV is used as kernel priority for u-a, but X is usually higher then Y in 3.x.x so use all 3 parts in one bigger number * and make it weak assignment if this scheme doesn't work for some recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-tasks: bump PRMartin Jansa2012-03-261-0/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* emotion: fix upgrade path from libemotion0 to libemotion1Martin Jansa2012-03-261-1/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-base: bump EFL_SRCREVMartin Jansa2012-03-261-1/+1
| | | | | | | | | | | | | Newer efl alpha was released today, so I hope that next bump will be with released tarballs. This EFL_SRCREV is a bit older but worth upgrading as it finishes python-elementary changes for elementary-1.0 APIs and also includes .so changes for release (so switch to tarballs should be rather formality with bugfixes). All elementary based apps need PR bump. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nautilus: Add gdk-pixbuf gtk+ to DEPENDSKhem Raj2012-03-261-2/+2
| | | | | | | | | | | | | | | | | Fixes | eel-accessibility.c:26:21: fatal error: gtk/gtk.h: No such file or directory | compilation terminated. | make[2]: *** [eel-accessibility.lo] Error 1 | make[2]: *** Waiting for unfinished jobs.... | In file included from eel-background.c:26:0: | eel-background.h:43:21: fatal error: gdk/gdk.h: No such file or directory | compilation terminated. | make[2]: *** [eel-background.lo] Error 1 | eel-canvas.c:69:28: fatal error: gdk/gdkprivate.h: No such file or directory Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* toolchain-layer: move binutils and gcc from meta-oe into hereKoen Kooi2012-03-24382-0/+0
| | | | | | | Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-serialgetty: sync with upstreamKoen Kooi2012-03-232-2/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: populate /etc/modules-load.d/ with module_autoload entries tooMartin Jansa2012-03-231-2/+8
| | | | | | | * /etc/modules-load.d/foo.conf is used by systemd like /etc/modutils/foo was with sysvinit Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: import QA warning fix for unpackaged files from oe-coreMartin Jansa2012-03-231-0/+10
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: import s/1/True/ changes from oe-core versionMartin Jansa2012-03-231-23/+23
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* slim: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller2012-03-231-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dietsplash_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in ↵Andreas Müller2012-03-231-2/+2
| | | | | | | oe-core Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev_182: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller2012-03-231-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev_175: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller2012-03-231-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller2012-03-231-10/+10
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-serialgetty: replace ${base_libdir}/systemd by ${systemd_unitdir} ↵Andreas Müller2012-03-231-4/+4
| | | | | | | set in oe-core Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: replace ${base_libdir}/systemd by ${systemd_unitdir} ↵Andreas Müller2012-03-231-10/+10
| | | | | | | set in oe-core Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd.bbclass: remove systemd_unitdir it is set in oe-coreAndreas Müller2012-03-231-2/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* toolchain-layer: initial addKoen Kooi2012-03-233-0/+56
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Eric Bénard <eric@eukrea.com>
* qmake2: removePaul Eggleton2012-03-218-344/+0
| | | | | | | | qmake is now provided by the qt4-x11-tools package in OE-Core (and has RPROVIDES + RREPLACES), so remove this recipe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-imaging: removePaul Eggleton2012-03-212-96/+0
| | | | | | | | Fixes from this version have now been merged into OE-Core, so remove it here. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev: update to 182Koen Kooi2012-03-201-8/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kmod: update to v7Koen Kooi2012-03-201-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox: update bbappend to match update recipe in oe-coreKoen Kooi2012-03-191-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update bbappend to match update recipe in oe-coreKoen Kooi2012-03-192-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dropbear: update bbappend to match update recipe in oe-coreKoen Kooi2012-03-191-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to v44 + CVE fixKoen Kooi2012-03-182-2/+37
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-base: bump EFL_SRCREV again to get elementary-1.0 APIMartin Jansa2012-03-161-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eina: fix QA warning about unpackaged dirMartin Jansa2012-03-161-0/+4
| | | | | | | | * WARNING: For recipe eina, the following files/directories were installed but not shipped in any package: WARNING: /usr/bin Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* elementary: package new datetime_input_ctxpopup moduleMartin Jansa2012-03-161-1/+7
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* e-tasks: drop local patches and use our github repo insteadMartin Jansa2012-03-169-1354/+4
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* midori: upgrade to 0.4.4Martin Jansa2012-03-163-13/+8
| | | | | | | | | | | | * custom waf to fix dirty vala version was dropped * I've fixed our vala to stop reporting dirty even for valid released tarballs so you can still get dirty version but it's not so common to keep this ugly binary here. * disable PARALLEL_MAKE to improve our chances agains build hangs (btw fedora is doing the same http://osdir.com/ml/scm-fedora-commits/2011-11/msg04672.html) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libass.inc: fix typo OE_EXTRACONF -> EXTRA_OECONFAndreas Müller2012-03-161-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* midori: Add project home page infoGary Thomas2012-03-161-0/+1
| | | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openbox: update to 3.5.0Otavio Salvador2012-03-144-2857/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xarchiver: add unzip to RRECOMMENDS_${PN}Andreas Müller2012-03-131-2/+2
| | | | | | | | opening *.zip caused: Failed to execute child process "zipinfo" (No such file or directory) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xarchiver: add bzip2 to RRECOMMENDS_${PN}Andreas Müller2012-03-131-1/+2
| | | | | | | | | | | error message for *.tar.bz2 was tar: Error is not recoverable: exiting now tar: Child returned status 2 tar (child): Error is not recoverable: exiting now tar (child): bzip2: Cannot exec: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ristretto: update to 0.3.5Andreas Müller2012-03-131-2/+2
| | | | | | | run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd-compat-units: rename service to run postinst scriptsOtavio Salvador2012-03-132-7/+7
| | | | | | | | OE-Core uses run-postinsts script to trigger package configuration on first boot so the service ought to be named the same, for consistency. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>