aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-01-31mm-common: inherit gnomebase instead of gnomeMartin Jansa
* gnomebase is enough and gnome pulls a lot of extra dependencies Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-18cheese: disable help buildMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-18cheese: disable scrollkeeperMartin Jansa
* we don't provide scrollkeeper-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-18cheese: rename eds-dbus to evolution-data-server in DEPENDSMartin Jansa
* was renamed in oe-core commit 6189a8a05620974c098d548c26502453f371fe26 Author: Saul Wold <sgw@linux.intel.com> Date: Thu Apr 19 17:26:01 2012 -0700 evolation-data-server: Rename from eds-dbus Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07openmotif: Avoid use os Xos.h from hostOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07openmotif: Disable printing supportOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07openmotif: Update SRC_URI and add libxft in dependsOtavio Salvador
The file couldn't be found in the official repository and it seems unmaintained as it had processing errors when trying to register to be able to download the last release. Researching in the web a mirror has been found and than we're using now this mirror so fetch works again. During build test, from a clean tmp directory we found that libxft is a hard dependency so we add it to depends list. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07xinput-calibrator: Fix service file to require display-manager.serviceOtavio Salvador
The xinput-calibrator.service had a requires to xserver-nodm.service but in fact it ought to wait by any display-manager to be initialized. We fix it changing the require to display-manager.service. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07xf86-video-geode: Add rdepends on EXA Xorg moduleOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07packagegroup-cli-tools: remove mdbus2, mterm2, mkdump, mioctlMarcin Juszkiewicz
Missing or unbuildable dependency chain was: ['mdbus2'] Missing or unbuildable dependency chain was: ['mterm2'] Missing or unbuildable dependency chain was: ['mkdump'] Missing or unbuildable dependency chain was: ['mioctl'] Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07midori: move to meta-gnome due to libnotifyMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07mplayer2: move lame into ENTERPRISE_DISTRO checkMarcin Juszkiewicz
Lame was in two places in build dependencies. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07devilspie2: move to meta-gnome (libwnck is there)Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07fbreader: move to meta-gpe due to libgpewidget dependencyMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07python-phoneutils: drop due to lack of libphone-utilsMarcin Juszkiewicz
ERROR: Nothing PROVIDES 'libphone-utils' (but meta-openembedded/meta-oe/recipes-devtools/python/python-phoneutils_git.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'python-phoneutils' has no buildable providers. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-13meta-systemd: ntp: update for server config improvementsPaul Eggleton
This makes the service use the ntpdate-sync command which reads the servers set in /etc/default/ntpdate; if nothing is set then no error is produced on startup. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-13ntp: make servers configurable and default to none configuredPaul Eggleton
People can't blindly use pool.ntp.org, especially if they are building for a product or something that could be used in a product, so at least try to get people to do the right thing and not use pool.ntp.org by default. The previous network interface up script is now installed as ntpdate-sync in ${bindir} (and symlinked as the network if-up script). NTPSERVERS needs to be set in /etc/default/ntpdate.default at runtime, or a different version of this file with a default value can be provided in a bbappend. (If you intend to use ntpd you will also want to provide an ntp.conf with the appropriate server(s) set there as well.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-13ntp: cleanup recipes and fix SSL supportPaul Eggleton
* Move common definitions to the inc file * Drop override of do_configure which doesn't seem to be needed anymore * Fold ntp-ssl into the ntp recipe as a PACKAGECONFIG option for those who want it (default to off) and fix configure-time checks to detect OpenSSL properly so that it gets enabled when selected * Remove ntp-bin package and put its contents in currently empty ntp-utils package (with migration path) * Fix hardcoded paths in ntpd initscript * Specify ntpd.conf as a configuration file for packaging purposes * Rearrange so that packaging definitions are towards the end in the expected order * Delete unused "ntp" initscript file * Add SUMMARY * Update HOMEPAGE This reapplies some of the changes from the original patch by Morgan Little <morgan.little@windriver.com>. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-13samba: update waf-as-source.patch to applyMartin Jansa
* and Applying patch waf-as-source.patch ... File buildtools/bin/waf-svn is not empty after patch; not deleting ... Patch waf-as-source.patch does not apply (enforce with -f) I've dropped this chunk and now it builds * there is also WARNING about unpackaged but empty base_sbindir WARNING: QA Issue: samba: Files/directories were installed but not shipped /sbin created by do_install in samba.inc but used only when cifs is built, maybe we should remove it from samba.inc now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-13gypsy: added to meta-oe/recipes-navigationAndrei Dinu
Added gypsy to meta-oe/recipes-navigation Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-10xinput-calibrator: remove hardcoded path from xinput_calibrator.desktopMario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10gphoto2: fix gettext build errorKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10Revert "libgphoto2: fix build"Peter A. Bigot
This reverts commit 5febf70d37c7e9cf55fa7de5285531a810312e3a. Patch made in response to oe-core commit 841ea3c1c breaks builds using oe-core danny branch which branched before that commit. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10xinput-calibrator: update meta-systemd's bbappend to 2012 Aug 2nd's git snapshotMario Domenech Goulart
Change-Id: Iffa01114008f958c815d1d2ec7f81a92cc788aeb Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10xinput-calibrator: update to 2012 Aug 2nd's git snapshotMario Domenech Goulart
Change-Id: I16dedd2623cc6230fccbe9765592d29dcdb2aa72 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10openbox: separate package for configuration files (openbox-config)Mario Domenech Goulart
Change-Id: I528392100854fb73c2a14973fd1bfa9c94e836a7 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10freerdp: update to the latest commit (2012-11-20) in the stable-1.0 branchMario Domenech Goulart
Change-Id: I9b872c1aa9a17e6ef9dc0fd4b18dfe9f354f62a6 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10freerdp: disable man pages generationMario Domenech Goulart
Man pages generation uses xmlto, and it seems that it is currently broken on OE. Change-Id: I1dccb9339c20b0b898344cf60c02a705d9c32794 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-05ntp: fix checksumEric BENARD
commit e15543f05bb2c321cd649b90de50d1a3d8cd1199 upgrade the recipe to a newer version but didn't update the checksum so fetch is failing. Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-11-23README: update to dannyEric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-23meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-11-23meta-systemd: Move ntp recipes to 'meta-networking' sublayerOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-11-22Revert "qt4-embedded: drop bbappend for 4.8.1"Koen Kooi
This reverts commit d08ee5a51d4e89ae587d170f8b99062689841428.
2012-11-22Revert "qt4-x11-free: drop bbappend for 4.8.1"Koen Kooi
This reverts commit bb3d744481c148ef570d9dfe0eb5f6821d02318b.
2012-11-22qt4-embedded: drop bbappend for 4.8.1Martin Jansa
* 4.8.1 was removed in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-22qt4-x11-free: drop bbappend for 4.8.1Martin Jansa
* 4.8.1 was removed from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-21orbit2: put .a files into ${PN}-staticdev packageMario Domenech Goulart
Change-Id: I1b1d5452fd0252f489061a7c6035a97e837c1d45 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-21Revert "ntp: Clean up recipes"Koen Kooi
This breaks the upgrade path since 'ntpdate' has been renamed to 'ntp-date'. I don't know why this patch was applied when it was shot down on review. This reverts commit d102fc3fe64844f5c85ff350874728139a63fe78.
2012-11-19netperf: import from oe-classic and upgrade to 2.6.0xin.ouyang@windriver.com
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
2012-11-19ptpd-2.2.0: drop the patch adjust-daemon-name.patchJackie Huang
The patch adjust-daemon-name.patch is to change the daemon name ptpd2 back to ptpd, which broke some functionality: root@qemu0:~# ptpd -g Error: 1 ptpd daemon(s) detected in parallel, but we were not expecting any. Exiting. so drop it and use the default daemon name ptpd2. Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
2012-11-19aoetools: add a recipe for version 34dhall
Add the aoetools (ATA over Ethernet) package to be used along with a kernel module(aoe.ko) and server software(vblade) to support ATA over ethernet network storage. Signed-off-by: dhall <dennis.hall@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2012-11-16omgps: add patch to fix build with latest glib from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-16python-numpy: Move static libraries to -staticdevStefan Herbrechtsmeier
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-16klibc: upgrade from 2.0.1 to 2.0.2Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-16klibc: refactor runtime deps for shared utilsAndrea Adami
rebased after d.expand / bb.data.expand change Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-13kernel.bbclass: remove explicit version.h targetBruce Ashfield
The compilation routine for the kernel has an explicit call to build version.h, which works fine for most kernels, but the location of it has recently changes. commit d183e6f5 [UAPI: Move linux/version.h] commit 10b63956 [UAPI: Plumb the UAPI Kbuilds into the user header installation and checking] moves the file to include/generated/linux/version.h and then to include/generated/uapi/linux/version.h. As a result kernel builds of 3.7 or bisection builds of intermediate kernel commits will fail with: make[2]: *** No rule to make target `include/linux/version.h'. Stop. Making the explicit version.h build conditional on the version, or via a file test would fix the problem, but it introduces some complexity to the build. Even without an explicit call to build version.h, it is always produced by the kernel build, so it can simply be removed. This extra make line was originally so that the kernel version could be determined, so that then different instructions could be executed depending on whether it was a 2.4 or 2.6 kernel. Since we no longer support 2.4, this code is no longer needed. [YOCTO: #3293] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-13systemd: Make the main systemd files proper CONFFILESHolger Hans Peter Freyther
Allow a user to edit the main systemd configuration files and have them not overwritten at the next upgrade of it. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-13mercurial-native: fix installEric BENARD
else host python is used leading to the following error if the host doesn't have the python headers installed : | Python headers are required to build Mercurial | make: *** [build] Error 1 Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-13thunar: add xfce4-panel to dependencies to ensure trash-plugin (tpa) is buildAndreas Müller
2012-11-13gnome-desktop: copy omf.make from ${STAGING_DATADIR_NATIVE} instead ↵Andreas Müller
${STAGING_DATADIR} * omf.make is installed by gnome-common * oe-core gnomebase.bbclass adds gnome-common-native to DEPENDS * error message was: | DEBUG: Executing shell function do_configure | cp: cannot stat `/home/andreas/tmp/oe-core-eglibc/sysroots/overo/usr/share/gnome-common/data/omf.make': No such file or directory