aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-03-26kernel.bbclass: don't create /etc/modutils/*Martin Jansa
* update-modules was updated to read /etc/modules-load.d/*.conf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-26kernel.bbclass: use symlinks for modutils filesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-26linux: import shared linux.inc so we have just one copyMartin Jansa
* 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>
2012-03-26kernel.bbclass: fix extra + in kernelreleaseMartin Jansa
* see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-December/014308.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-26kernel.bbclass: use better number for KERNEL_PRIORITYMartin Jansa
* 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>
2012-03-26e-tasks: bump PRMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-26emotion: fix upgrade path from libemotion0 to libemotion1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-26e-base: bump EFL_SRCREVMartin Jansa
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>
2012-03-26nautilus: Add gdk-pixbuf gtk+ to DEPENDSKhem Raj
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>
2012-03-24toolchain-layer: move binutils and gcc from meta-oe into hereKoen Kooi
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>
2012-03-23systemd-serialgetty: sync with upstreamKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23kernel.bbclass: populate /etc/modules-load.d/ with module_autoload entries tooMartin Jansa
* /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>
2012-03-23kernel.bbclass: import QA warning fix for unpackaged files from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23kernel.bbclass: import s/1/True/ changes from oe-core versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23slim: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23dietsplash_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in ↵Andreas Müller
oe-core Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23udev_182: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23udev_175: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23systemd_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23systemd-serialgetty: replace ${base_libdir}/systemd by ${systemd_unitdir} ↵Andreas Müller
set in oe-core Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23systemd-compat-units: replace ${base_libdir}/systemd by ${systemd_unitdir} ↵Andreas Müller
set in oe-core Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23systemd.bbclass: remove systemd_unitdir it is set in oe-coreAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23toolchain-layer: initial addKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Eric Bénard <eric@eukrea.com>
2012-03-21qmake2: removePaul Eggleton
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>
2012-03-21python-imaging: removePaul Eggleton
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>
2012-03-20udev: update to 182Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-20kmod: update to v7Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-19busybox: update bbappend to match update recipe in oe-coreKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-19pixman: update bbappend to match update recipe in oe-coreKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-19dropbear: update bbappend to match update recipe in oe-coreKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-18systemd: update to v44 + CVE fixKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-16e-base: bump EFL_SRCREV again to get elementary-1.0 APIMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16eina: fix QA warning about unpackaged dirMartin Jansa
* 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>
2012-03-16elementary: package new datetime_input_ctxpopup moduleMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16e-tasks: drop local patches and use our github repo insteadMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16midori: upgrade to 0.4.4Martin Jansa
* 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>
2012-03-16libass.inc: fix typo OE_EXTRACONF -> EXTRA_OECONFAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16midori: Add project home page infoGary Thomas
Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-14openbox: update to 3.5.0Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-13xarchiver: add unzip to RRECOMMENDS_${PN}Andreas Müller
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>
2012-03-13xarchiver: add bzip2 to RRECOMMENDS_${PN}Andreas Müller
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>
2012-03-13ristretto: update to 0.3.5Andreas Müller
run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-13systemd-compat-units: rename service to run postinst scriptsOtavio Salvador
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>
2012-03-13connman: follow oe-core to 0.79Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-11lzip: add new recipeEric BENARD
- this recipe is imported from oe-classic and upgrade to latest stable version - it was only compile tested Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11xfce4-panel: Remove static version of panel plugins.Peter Tworek
They have no actual use and trigger QA warnings. Signed-off-by: Peter Tworek <tworaz666@gmail.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11libedit: Adds version 20110802 (initial recipe)Noor Ahsan
* Imported recipe from oe-classic commit id 4e75705872fd9f289bbf4c74a912ca4710f50b93. * Upgrade it to latest stable version. * Tested on P4080DS. Signed-of-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11zsh: Add initial recipe for version 4.3.17.Peter Tworek
Run tested on netbook pro. Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11lighttpd: inherit systemd / remove unneded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11cloud9: remove unneded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>