Commit Graph

2152 Commits

Author SHA1 Message Date
Koen Kooi 0378b2ab7e ntp: unbreak fetching of ntp-ssl
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-27 11:14:01 +02:00
Koen Kooi 410d087bf5 libatasmart: update to 0.19
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-27 11:10:55 +02:00
Andrea Galbusera 3eb5f6eecf libmodbus: update to 3.0.3
v2: also reword SRC_URI with ${BPN}/${BP}

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25 09:08:16 +02:00
Koen Kooi 84248a5fea cheese: add 2.30.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25 09:07:26 +02:00
Koen Kooi c26f69aab1 yavta: add patch to enable streaming to stdout
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25 09:07:25 +02:00
Martin Jansa 7e14b17c37 abiword: reorder and simplify
* there was overlap from .inc and bb (e.g. do_configure/EXTRA_OECONF twice)
* simplify SRC_URI

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25 09:06:45 +02:00
Martin Jansa ad36da04c8 abiword: merge abiword-2.5.inc to abiword_2.8.6.bb
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25 09:06:44 +02:00
Martin Jansa f900bd8be7 abiword: fix packaging after PACKAGES reorder
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25 09:06:43 +02:00
Martin Jansa ba3173c5ab navit: bump SRCREV and add patch from debian to fix build with gcc-4.7.1
* COPYING was updated in
  http://navit.svn.sourceforge.net/viewvc/navit/trunk/navit/COPYING?r1=5023&r2=5022&pathrev=5023
  just 2 more files listed in GPLv2, rest is in LGPL

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25 09:06:42 +02:00
Martin Jansa b1352f93b8 navit: package whole ${datadir}/icons dir
* no need to install icon and .desktop file manually, now it's done by autotools

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25 09:06:41 +02:00
Koen Kooi b280be51fb connman: update bbappend to match oe-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-24 16:16:18 +02:00
Martin Jansa f3b72f9f14 meta-initramfs: append to BBPATH instead of prepend so order of bblayers.conf is respected
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-21 21:22:23 +02:00
Martin Jansa 92b8dab5fd libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8d
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-21 20:03:58 +02:00
Martin Jansa 951a10515b meta-efl: upgrade recipes for new EFL bugfix release cycle 1.2.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-21 20:03:57 +02:00
Martin Jansa 487345238d edje: explicitly enable libsndfile for target recipe
* there is no native/nativesdk support in libsndfile so disable it fro native/nativesdk edje
* Thanks to Koen for noticing that it's autodetected and sometimes leaks into feeds

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-21 20:03:56 +02:00
Simon Busch 141b959e7b vala: update to 0.16.0 and restructure some stuff into vala.inc
* SRC_URI is now set initially to real upstream and not freesmartphone.org
* reset PR and INC_PR
* moved DEPENDS += "gtk+" to vala.inc

Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-21 20:03:55 +02:00
Denis 'GNUtoo' Carikli 6ba88f7ad9 gpsd: override gpsd.service to use GPS_DEVICES from /etc/default/gpsd
Without that fix gpsd starts without using the machine specific
  gps serial port.

On some devices like the GTA04, not only that makes GPS not work,
  but that also prevent suspend because GPS has to be off in order
  for suspend to succeed(and the program powering off the GPS
  has to know if the GPS is on or off by using gpsd).

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-21 20:03:54 +02:00
Andrea Adami 7c5eded4c2 linux-kexecboot: remove all, now we use linux-yocto-tiny-kexecboot
* The linux-yocto-tiny-kexecboot recipe can be extended and support
* more devices migrating the patches and renaming the defconfig as
* done for Sharp Zaurus devices.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20 13:37:32 +02:00
Andrea Adami 02ebf5f7e3 kexecboot: upgrade and move to git tag 0daa77
* new git repository on github
* new LABEL separator
* text-ui fallback
* install /sys for upcoming ubifs detection
* menu-bug fix
* minor fixes

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20 13:37:31 +02:00
Andrea Adami 1e26b20707 kexecboot-cfg: update and use new LABEL separator
* previously the sections were separated by KERNEL string

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20 13:37:30 +02:00
Andrea Adami 4683b70b14 initramfs-kexecboot images: install ubiattach for boot from UBI volumes
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20 13:37:30 +02:00
Dan McDougall 43010e86aa python-matplotlib : Add recipe for matplotlib 1.1.0.
Adding python-matplotlib recipe.  I'm sure many folks will find this useful.

Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20 13:36:28 +02:00
Radek Dostal cdfe54310d libopus: add libopus_0.9.14
Signed-off-by: Radek Dostal <rd@radekdostal.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20 13:34:10 +02:00
Martin Jansa 5e47c1c48f kernel.bbclass: pass KERNEL_VERSION to depmod calls in postinst
* without this, kernel upgrades where KERNEL_VERSION is changed
  e.g. 3.4.2 -> 3.4.3 generate .dep for running 3.4.2 and after reboot user ends
  up without any module loaded to make it worse after reboot nothing is upgraded
  to trigger another kernel(-module) postinst to generate .dep for now running 3.4.3

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20 13:33:25 +02:00
Saul Wold b84f1a4738 rfkill: use update-alternatives
* Since oe-core added rfkill to busybox, this recipe needs to use u-a
  also.
* MJ: added ALERNATIVE_LINK_NAME[rfkill]
* MJ: increased ALTERNATIVE_PRIORITY (busybox also have 50)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20 13:33:24 +02:00
Andreas Müller e77e933724 libjpeg-turbo: update 1.2.1 / use version 8d to follow oe-core libjpeg update
without following oe-core's version PREFERRED_PROVIDER_jpeg does not work and
libjpeg is build.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20 13:33:23 +02:00
Elvis Dowson 0d7288e944 qt4: Remove qt-4.7.4 recipes.
This commit removes the following recipes:
qt4-embedded_4.7.4.bbappend
qt4-x11-free_4.7.4.bbappend

Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-14 15:05:06 +02:00
Andreas Müller edab9a6614 task-xfce-extended: add panel plugins / applications
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:28:45 +02:00
Andreas Müller 3e054534a8 xfce4-mixer: initial add 4.8.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:28:42 +02:00
Andreas Müller 7b92e431bb xfce4-weather-plugin: Make it work for a while by using different license info
Grabbed from [1]

This is a inztermediate solution until next version hopefully will use another weather
data supplier. There are proceedings ongoing [2].

[1] https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/xfce4-weather-plugin
[2] http://git.xfce.org/panel-plugins/xfce4-weather-plugin/log/

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:28:39 +02:00
Andreas Müller 62d68daab0 xfce4-embed-plugin: initial add 1.0.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:28:36 +02:00
Andreas Müller dabac05179 xfce4-time-out-plugin: initial add 1.0.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:28:33 +02:00
Andreas Müller 9e3aa71d42 xfce4-systemload-plugin: initial add 1.1.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:28:30 +02:00
Andreas Müller 638cf1042b xfce4-genmon-plugin: update to 3.4.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:28:26 +02:00
Andreas Müller 7e00ca57e1 xfce4-clipman-plugin: update to 1.2.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:28:22 +02:00
Andreas Müller 4c699142d4 xfce4-cpugraph-plugin: update to 1.0.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:28:20 +02:00
Andreas Müller 459860b30a xfce4-diskperf-plugin: update to 2.5.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:28:17 +02:00
Andreas Müller f631cd137c xfce4-datetime-plugin: update to latest git and unbreak build with xfce4-dev-tools 4.10.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:28:01 +02:00
Andreas Müller 92864ef3f3 xfce4-places-plugin: initial add 1.3.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:27:58 +02:00
Andreas Müller 69bacb323a xfce4-wavelan-plugin: initial add 0.5.10
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:27:54 +02:00
Andreas Müller 7ba3e3d54b xfce4-xkb-plugin 0.5.4.3 inital add
run tested on angstrom/overo

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:27:51 +02:00
Andreas Müller 3a2be1fb6b xfce4-session: add consolekit to RDEPENDS
This error was hidden for years by my test image containing consolekit.

One result of missing consolekit are greyed 'Restart' and 'Shut Down' in XFCE's
logout-dialog and the log message:

** (xfce4-session:4125): WARNING **: 'CanStop' method failed : The name org.freedesktop.ConsoleKit was not provided by any .service files

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-08 14:27:48 +02:00
Andreas Oberritter 326d9f23bf python: bump PR of packages after update of distutils.bbclass
* Bump every recipe inheriting distutils or setuptools and
  not overriding do_install without calling distutils_do_install.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-06-07 09:19:27 +02:00
Dan McDougall 41bb044d20 python-numpy : Correct difflib dependency.
The previous patch had python-diffutils when it should have been
python-difflib.

Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-07 09:15:34 +02:00
chase maupin caebdafb40 libidl: Update LICENSE to contain actual version
* Updated the LICENSE field to contain the version of the LGPL
  being used which is LGPLv2+
* Update the PR to reflect this license change

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05 10:48:32 +02:00
Koen Kooi c144932088 fb-test: add latest git version
This is a suite of utils to test the linux framebuffer and aid in debugging problems.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05 10:48:10 +02:00
Andrea Adami 4ac3dd936d klibc: release klibc 2.0
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05 10:46:56 +02:00
Andrea Adami bb62247d60 ubi-utils-klibc: more patch-cleanings
* remove unnecessary patches after klibc upgrades
* bump PR

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05 10:46:54 +02:00
Andrea Adami 0dbd716b73 klibc: update to git tag 49419d2df2018fff5ae6250cf55b16fa65bdc490
* still pre-2.0
* bump INC_PR

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05 10:46:53 +02:00
Martin Jansa 21b85f3426 recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used without PN* suffix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05 10:46:52 +02:00