Commit Graph

1720 Commits

Author SHA1 Message Date
Martin Jansa c688085b4c gpsd: disable docs generation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-30 08:25:13 +02:00
Martin Jansa a243ddc2af gpsd: add chrpath-native to depends
* on debian wheezy I've seen this
$ tmp-eglibc/sysroots/x86_64-linux/usr/bin/chrpath ../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd
../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd: RPATH=/var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/gpsd-3.4:/var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib
$ chrpath ../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd
`../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd' probably isn't a 64-bit LSB-first ELF file.
Usage: chrpath [-v|-d|-c|-r <path>] <program> [<program> ...]
                               with the path given
   -l|--list                   List the current rpath/runpath (default)
   -h|--help                   Show this usage information.

$ chrpath -v
chrpath version 0.13
$ tmp-eglibc/sysroots/x86_64-linux/usr/bin/chrpath -v
chrpath version 0.14

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-30 08:25:13 +02:00
Martin Jansa 867053702a gpsd: fix python paths and RPATHs
* see included patch for description

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-30 08:25:13 +02:00
Martin Jansa c6135b0d88 gpsd-3.4: fix python paths and RPATHs
* see included patch for description

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-30 08:25:13 +02:00
Martin Jansa e0daf8c15a gpsd: add git recipe with negative D_P for tests
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-30 08:25:13 +02:00
Martin Jansa 82c5c27596 gpsd: add recipe for 3.5 with negative D_P for testing
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-30 08:25:13 +02:00
Martin Jansa 3c2d95022b gpsd: remove RPATH from binaries instead of replacing it with redundant /usr/lib
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-30 08:25:05 +02:00
Martin Jansa c11555a590 gpsd: replace whole do_install from scons.bbclass
* prefix was wrong, because SConstruct expects prefix usable as RPATH and DESTDIR
  not DESTDIR/prefix combined together in prefix variable

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-29 23:29:33 +02:00
Martin Jansa c09342fd6c gpsd: use gpsd.service and gpsd.socket from source tree, drop local files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-29 23:29:33 +02:00
Martin Jansa 112193fcdf gpsd: export PKG_CONFIG with PKG_CONFIG_SYSROOT_DIR
* python-scons-native executes pkg-config with wrong environment and as result -I/usr/include/libusb-1.0 is returned

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-29 23:29:33 +02:00
Martin Jansa 1c4eff918d gpsd: pass sysroot param to scons and fix SConstruct to respect that
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-29 23:29:33 +02:00
Martin Jansa cf49798890 gpsd-3.4: fix DSO build correctly
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-29 23:29:33 +02:00
Martin Jansa bf0abb70b0 gpsd-3.4: drop pkgconfig=''
* this is wrong, it's used as path where to install .pc files
  and we expect them in  not directly in sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-29 23:29:33 +02:00
Martin Jansa 054be7129a gpsd-3.4: minor style issues
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-29 23:29:33 +02:00
Martin Jansa f1be53fd68 gpsd: move files to gpsd dir as they are not version specific
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-29 23:29:32 +02:00
Denis 'GNUtoo' Carikli 38dac2ac3d gpsd: update to 3.4
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-29 23:29:32 +02:00
Koen Kooi 8f9b2e3a10 kernel bbclass: recreate uImage unless KEEPUIMAGE is set
The intent of the uImage code in this class includes the following

1) be able to specify custom load addresses without needing to patch the kernel
2) add better information to the uImage description field

The current state is a NOP anyway, the kernel will always build a uImage when you tell it to 'make uImage'.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-27 21:57:32 +02:00
Koen Kooi 83aaa60d49 busybox 1.19.4 bbapped: create dir before installing into it, fixes build failures on the autobuilder
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-27 21:57:32 +02:00
Tasslehoff Kjappfot 5a3d0de38a synergy: add synergy 1.3.8
Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-27 08:55:18 +02:00
Martin Jansa 2bddcd183b pango: native support and --disable-introspection moved to oe-core pango.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:50:24 +02:00
Martin Jansa cb9a2c734d libusb*: remove native support, was moved to oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:50:24 +02:00
Martin Jansa 37400df21c librsvg, cairo, pixman, tiff, libgpg-error: remove native support, was moved to oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:50:24 +02:00
Martin Jansa 5cee0a2325 qt4: rename bbappends to match 4.8.1 from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:49:15 +02:00
Martin Jansa ea1f6cf8a0 README: keep PATCH prefix in subject-prefix, some people filter their inbox based on that
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:49:15 +02:00
Martin Jansa 1e6431adca expedite: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:49:15 +02:00
Martin Jansa 01bbde05b1 eio: fix LIC_FILES_CHKSUM
* formal changes in r66247 and copy&paste fix in r66262

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:49:15 +02:00
Martin Jansa 0559502553 efl-from-svn.inc: rename
* people with this included will notice new release recipes
  and use them if possible without breaking upgrade path

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:49:15 +02:00
Martin Jansa 750e639295 meta-efl: add recipes for new released versions
* drop/reset PR where possible as PV is increased
* remove RREPLACES for versions before meta-efl was created

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:49:15 +02:00
Martin Jansa 0b8274e661 e-base: bump EFL_SRCREV for 1.2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:49:14 +02:00
Martin Jansa 7f237b806e systemd-machine-units: add machine specific recipe for BSPs
* some machines like n900/gta02/palmpre are using extra units to
  initialize something (g_ether, cmt, ...), so make it easy to bbappend
  such units
* stuff like INHERIT_append_crespo = " systemd" from BSP doesn't play well with systemd.bbclass

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:49:14 +02:00
Martin Jansa 154d0bb399 systemd.bbclass: allow recipe to inherit systemd with empty SYSTEMD_SERVICE
* I have use case where common recipe does inherit systemd and only some BSP's are bbappending some SERVICEs to it
* install was moved intentionaly, so that /lib/systemd/system is not
  created if there is no .service file (causing QA Warning about
  unpackaged dir)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:47:32 +02:00
Saul Wold 21d048aecf kernel: Fix packaging issue
Remove /etc since it is empty, when creating a machine that does not
deliver any module config files, the /etc is empty and is then warned
about not being shipped, so we remove it.

This occurs in the routerstationpro with the following warning:
WARNING: For recipe linux-yocto, the following files/directories were installed but not shipped in any package:
WARNING:   /etc

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 09:17:27 +02:00
Andreas Oberritter c557b72f6c {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs
* depmod already gets executed by pkg_postinst_kernel-image.

* If you build a module using module.bbclass, pkg_postinst returns 1 in
  do_rootfs, causing pkg_postinst to run again on first boot. To improve
  this situation, I copied pkg_postinst from kernel.bbclass to module.bbclass.
  This was rejected by Koen, because he doesn't like the code from
  kernel.bblcass, which uses ${STAGING_DIR_KERNEL}. Richard then suggested
  that calling depmod during do_rootfs wasn't necessary at all, because
  it already gets done by kernel-image.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 09:17:27 +02:00
Martin Jansa 56a34a9e60 kernel.bbclass: resync with oe-core version
* 4 spaces for anonymous python
* don't recreate uImage if it already exists

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 09:17:27 +02:00
Otavio Salvador 1c2e52a30e xserver-common: drop xinput-calibrator call as it is done by xdg now
The new xinput-calibrator package provides a xdg file that handles
this logic so drop it from session.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-25 13:58:56 +02:00
Mario Domenech Goulart 882c385d25 net-snmp: split net-snmp-server
net-snmp-server has been split into two packages:
net-snmp-server-snmpd and net-snmp-server-snmptrapd

net-snmp-server is now a "meta-package" which depends on
net-snmp-server-snmpd and net-snmp-server-snmptrapd.

net-snmpd-server-systemd in no longer generated.  It has been
split into net-snmp-server-snmpd-systemd and
net-snmp-server-snmptrapd-systemd.

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2012-04-25 13:58:56 +02:00
Koen Kooi 8d46225661 epiphany 2.30.6: add missing gnome-doc-utils dependency
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-25 13:58:55 +02:00
Andrea Adami e360922f65 klibc_1.5.25: add patches to build with 3.2 kernel headers
* kernel_3.2__aligned_u64.patch is already upstream
* hack around the missing headers (now in /generated/asm)
* bump INC_PR
* waiting for klibc_2.0 release

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-24 08:07:41 +02:00
Mario Domenech Goulart a2c1414b58 meta-openembedded: net-snmp: systemd support
Backported systemd-related commits from net-snmp's master branch (full
description in the systemd-support.patch file).

.service files slightly adapted from Fedora's.

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-24 08:07:38 +02:00
Andreas Oberritter 77238ff12b oe-stylize.py: Add SUMMARY variable
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-24 08:07:28 +02:00
Koen Kooi 9018be6edb qt bbappends: play nice with bbappends in other layers by incrementing PRINC instead of overwriting it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-21 12:49:59 +02:00
Andrea Adami 9482551d5f linux-yocto-tiny-kexecboot: initial commit of version 3.2
* this is the skeleton for .bbappend recipes
* residing in the BSP layers

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-20 08:22:14 +02:00
Khem Raj 643a5268eb gcc-4.5: Backport cpp honor sysroot patch
This patch is well vetted on gcc-4.6

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-19 09:49:25 +02:00
Denys Dmytriyenko b519276f3f README: fix meta-efl, meta-gpe and meta-xfce to point to openembedded.org
Fix README files for meta-efl, meta-gpe and meta-xfce to point to the correct
openembedded.org address instead of the outdated openembedded.net in git URIs.
Reported by Autif Khan for one of the layers.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-19 09:43:48 +02:00
Johan Hovold d96d51e1eb gpsd: fix gpsd init script
Replace return with exit where appropriate.

Current init script uses return outside of functions resulting in
warnings such as the following when using bash as interpreter:

/etc/init.d/gpsd: line 98: return: can only `return' from a function or sourced script

Signed-off-by: Johan Hovold <johan.hovold@lundinova.se>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-18 19:19:26 +02:00
Luca Vaudano 41f8ee83ff mime-support: Update to version 3.48
Signed-off-by: Luca Vaudano <vaudano@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-18 19:19:24 +02:00
Koen Kooi 9535dceed5 cloud9: silence systemd bbclass WARNING, ${PN}-systemd is unwanted
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-18 10:49:50 +02:00
Koen Kooi ca5e719752 gateone: silence systemd bbclass WARNING, ${PN}-systemd is unwanted
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-18 10:49:50 +02:00
Koen Kooi 21c47cff7a systemd bbclass: allow recipes to silence WARNING during parsing when ${PN}-systemd is unwanted
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-18 10:49:50 +02:00
Radek Dostal 9ef0b3d457 lighttpd: lastest oe-core installs lighttpd.conf directly to /etc/
Signed-off-by: Radek Dostal <rd@radekdostal.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-17 20:12:01 +02:00