Commit Graph

1669 Commits

Author SHA1 Message Date
Peter Tworek fe04de5c6d zsh: Add initial recipe for version 4.3.17.
Run tested on netbook pro.

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11 10:10:38 -07:00
Andreas Müller e0023c5a6e lighttpd: inherit systemd / remove unneded systemd code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11 10:10:38 -07:00
Andreas Müller 5b45051bca cloud9: remove unneded systemd code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11 10:10:38 -07:00
Andreas Müller 9e5d7ed283 gdm: inherit systemd / remove unneeded systemd code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11 10:10:38 -07:00
Andreas Müller 0c7d54b58e cherokee: complete systemd native support
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11 10:10:38 -07:00
Andreas Müller 2f7c7f82c8 cherokee: no need for cherokee.inc since it is used only once
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11 10:10:37 -07:00
Andreas Müller 4cd9933e43 cherokee.inc: add DEPENDS to mysql5
error in do_configure.log was:
checking for mysql_config... /usr/bin/mysql_config
checking for MySQL libraries... yes
checking for mysql.h (using mysql_config --cflags)... no
checking if MySQL version is >= 5.0.0... yes
...

ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities.
Rerun configure task after fixing this. The path was '/home/andreas/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/cherokee-1.2.98-r0.0/cherokee-1.2.98'
ERROR: Function failed: do_qa_configure

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11 10:10:37 -07:00
Zhenhua Luo 36e2463bb9 netperf: add version 2.4.4
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11 10:10:37 -07:00
Matthew McClintock 77a7fad52a gcc-4_6-branch-linaro-backports.inc: allow GCC-4_6-BRANCH-LINARO-BACKPORTS to be overridden
This is useful when we want to include meta-oe as is, and also
want to modify the toolchain such that these patches don't apply
cleanly

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11 10:10:37 -07:00
Koen Kooi bddff3209c systemd: update and disable storing coredumps in the journal
Storing coredumps in the journal was mentioned as one of the reasons the journals grow so large

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09 10:36:57 +01:00
Gary Thomas 7d398784ee README: fix typo
Without this change, 'git send-email' complains of a missing argument.
Tested with git 1.7.7.6 on Fedora 16.

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09 07:54:41 +01:00
Gary Thomas 5b483d8425 midori: needs GNOME icons to function
Without GNOME icons installed, e.g. when using only core-image-sato,
midori dies violently:
   # midori
   The configuration couldn't be loaded: No such file or directory
   (midori:2915): Gtk-WARNING **: Error loading theme icon 'stock_new-tab' for stock: Icon 'stock_new-tab' not present in theme
   (midori:2915): Gtk-WARNING **: Error loading theme icon 'bookmark-new' for stock: Icon 'bookmark-new' not present in theme
   (midori:2915): Gtk-WARNING **: Error loading theme icon 'stock_add-bookmark' for stock: Icon 'stock_add-bookmark' not present in theme
   Segmentation fault

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09 07:54:41 +01:00
Tom Rini 6b8c314002 fio: Add initial recipe for version 2.0.5
Signed-off-by: Tom Rini <trini@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09 07:51:15 +01:00
Andreas Oberritter 629d9fa067 bzip2: bump PR of all recipes depending on bzip2
* Commit e27af1f273e9a7348dd8f5542df9206acd9210f3 of OE-core
  split bzip2 into binary and library packages.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09 07:50:38 +01:00
Andreas Oberritter 8b5006510a udev-173: don't hardcode path to pidof
* pidof lives in /bin, search it in $PATH.
* Assume pidof's presence.
* Remove -e shell option, because pidof may return nonzero.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09 07:50:37 +01:00
Martin Jansa 47ba455a11 eve: another PR bump for libtiff3->libtiff5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-09 07:50:20 +01:00
Martin Jansa e7b373bc8b lcms: add tiff to DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-09 07:50:20 +01:00
Martin Jansa 1e159f9b59 python-elementary: another PR bump for libtiff3->libtiff5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-09 07:50:20 +01:00
Martin Jansa 541575692f epdf: another PR bump for libtiff3->libtiff5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-09 07:50:19 +01:00
Martin Jansa 406bf3a2f1 elementary: add poppler to DEPENDS
* poppler is autodetected and then transitive deps are not working as expected (it will remove tiff from sysroot to
  replace it with newer version while building something else against elementary)
  | /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/4.6.3/ld: warning: libtiff.so.3, needed by /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libelementary.so, not found (try using -rpath or -rpath-link)
  | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFSetField'
  | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFClose'
  | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFDefaultStripSize'
  | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFFdOpen'
  | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: undefined reference to `TIFFWriteScanline'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-09 07:50:19 +01:00
Martin Jansa 8b7fd21006 poppler: add tiff to DEPENDS to make builds more deterministic
* it's autodetected

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-09 07:50:19 +01:00
Martin Jansa 422d05a494 e-base: bump EFL_SRCREV
* remove e-wm patch from 974d2fe857c82826606959ea909bc6e75567e4e4, it's
  not needed now.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-09 07:50:19 +01:00
Khem Raj 896bbc379a gcc-4.5: Move SRCREV to latest on gcc-4_5-branch
This brings in bug fixes for details clone gcc tree and
checkout gcc-4_5-branch and then

git log aab79458fc2025967f9a35aef4e7c0094c63d38e..1b523ca2a20934d1c52cb3a54b634ac4441debdf

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09 07:03:53 +01:00
Koen Kooi 112c1f86fc systemd: update to latest git
This is in preparation for the v44 release.

* drop 2 patches that aren't needed anymore
* fix more endianness problems
* fix journal crashes with large files

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09 07:03:52 +01:00
Koen Kooi 81703d249d systemd: enable logging to disk instead of tmpfs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09 07:03:52 +01:00
Koen Kooi c2feb1ab2a systemd: enable xz compression for journald
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09 07:03:52 +01:00
Khem Raj f256ccfb85 gcc-4.6: Adjust to match gcc 4.6.3 from OE-Core
Update linaro patches

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-08 18:57:24 -08:00
Ulf Samuelsson 8a728abad7 ca-certificates: Bump version to 20120212
20111211 has disappeared from the server

Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-08 18:57:22 -08:00
Andreas Oberritter 5b3974ed48 udev: consolekit package requires x11
* consolekit fails to build without x11, so drop the
  runtime dependency on consolekit if x11 is unavailable.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-07 15:17:13 +01:00
Andrea Adami ba71c678ef linux_kexecboot_3.2: upgrade from 3.2.8 to 3.2.9
* apply latest patchset
* bump PR
* catch up and sync with linux-yocto (wip)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-07 07:30:11 +01:00
Andreas Müller 13354c9e19 networkmanager: cleanup
tested with buildhistory

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-06 10:01:14 +01:00
Andreas Müller 27c7bc652e networkmanager: inherit systemd
networkmanager-systemd was not yet created to avoid fallout in images. The
warning for this created at parse time is our reminder.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-06 10:01:08 +01:00
Andreas Müller 70d51891d8 gateone: remove unneeded systemd code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-06 10:00:08 +01:00
Koen Kooi 30cb6a45a4 gvfs: add missing dep on libsoup 2.4
| ./gvfsbackendhttp.h:28:26: fatal error: libsoup/soup.h: No such file or directory
| compilation terminated.
| make[4]: *** [gvfsd_dav-daemon-main-generic.o] Error 1

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-06 09:59:18 +01:00
Andreas Müller b5bb9a5b26 xfce4-panel: fix QA warnings static libs in dev package
There was a patch sent already for fixing [1]. In that patch the static
libraries of panel plugins were deleted during install. Here all static libs
are packed into ${PN}-staticdev. The decision for this solution is based on:

* Keep recipes as simple as possible
* Although unlikely there might be a use case for having static libs for panel
  plugins

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-February/037926.html

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04 18:05:03 +01:00
Andreas Müller c32dc35d84 xfce4-session: update to 4.8.3 / fix QA warnings static libs in dev package
run-tested on overo

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04 18:05:02 +01:00
Andreas Müller aa74618893 garcon: update to 0.1.10
run-tested on overo

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04 18:05:02 +01:00
Andreas Müller 1aa96dc9df systemd-systemctl-native: multiple service files not looped properly
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04 18:05:01 +01:00
Otavio Salvador c999d04b7f atftp: fix atftpd's systemd service
The atftpd do not create the pid file and systemd sends a SIGTERM to
it if the pid file cannot be found.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04 18:05:00 +01:00
Koen Kooi 81dc4e7028 polkit 0.104 bbappend: append to PACkAGECONFIG instead of overwriting it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04 14:31:02 +01:00
Koen Kooi 5c2d9841cd python-twisted: update to 10.2.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04 10:57:03 +01:00
Koen Kooi f39f9057f7 gateone: update to the 1.0 release
License is still AGPL-3 the checksum changed due to 1.0rc -> 1.0

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04 10:27:25 +01:00
Koen Kooi bbbdd3acbc python-tornado: update to the 2.2 release
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04 10:27:16 +01:00
Koen Kooi fdff8697ea gnome-settings-daemon 2.32.1: Bump PR for recent class changes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-02 15:38:36 +01:00
Koen Kooi b575b1a233 gdm 2.32.2: Bump PR for recent class changes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-02 15:16:51 +01:00
Koen Kooi 9921cd13fc xbmc: update to Eden RC2 and remove patches that have been fixed upstream
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-02 09:49:23 +01:00
Andreas Müller 3f4c8edc60 pango: disable introspection
meta-oe's pango.inc inherited gnome.bbclass which disables
gobject-introspection

error was:
| /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1'
| /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1'
| error parsing file Pango-1.0.gir: Failed to parse included gir GLib-2.0
| make[4]: *** [Pango-1.0.typelib] Error 1

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-02 09:18:55 +01:00
Otavio Salvador ed5dc598cf numlockx: add 1.2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-02 09:18:55 +01:00
Andreas Oberritter f45774e2b0 giflib: don't link against libx11, don't depend on libsm
libsm wasn't used unless libx11 was built before giflib. Therefore
drop the dependency on libsm and disable x11 unconditionally like
Debian does.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-02 09:18:54 +01:00
Koen Kooi 9179b36a84 gcc 4.5: fortran patch is already in main SRC_URI
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-02 09:15:12 +01:00