247 Commits

Author SHA1 Message Date
Martin Jansa 22fe43d317 libgphoto2: add PACKAGECONFIG for serial
* fixes undeterministic dependency on lockdev

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22 09:51:27 +02:00
Martin Jansa 135cbe81bb libgphoto2: add configure option for gd and add PACKAGECONFIG
* it's autodetected and pulls couple of other dependencies
  freetype gd libpng lockdev zlib

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22 09:51:27 +02:00
Martin Jansa e0f755a539 jasper: add PACKAGECONFIG for jpeg
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22 09:51:26 +02:00
Martin Jansa 0100f08b37 fbida: add dependency on curl libungif tiff
* it's autodetected from sysroot
* GNUMakefile doesn't allow to use PACKAGECONFIG to explicitly disable them

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22 09:51:26 +02:00
Martin Jansa 3d8fe70d46 xorg-sgml-doctools: add missing dependency on util-macros
* fails without:
  | configure.ac:32: error: must install xorg-macros 1.8 or later before
  running autoconf/autogen

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22 09:51:25 +02:00
Martin Jansa 9be6cf5151 fbida: define -I when checking jpeg version
* echo JPEG_LIB_VERSION | i586-starfish-linux-cpp -include jpeglib.h |
  tail -n 1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22 09:51:25 +02:00
Andreas Müller 6e7b548a49 lxdm: fix postinst-code
Exiting postinst code leaves systemd.bbclass offline postinst code unexecuted,
causes postinst not to finish at first boot (lxdm.service is not aliased to
display-manager.service -> started much too early) and is not neccesary:
language preparation can be done offline.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-30 21:23:03 +02:00
Paul Barker 8120bd16a1 ttf-inconsolata: fix license name
We have "SIL Open Font License" 1.1 in common-licenses as OFL-1.1.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-30 21:22:55 +02:00
Paul Barker 2a5dea2399 ttf-arphic-uming: remove whitespace from license
The whitespace in LICENSE causes bitbake to parse this as three separate
licenses: 'Arphic', 'Public' and 'License'. These spaces are replaced with
dashes to prevent confusion.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-22 19:00:56 +02:00
Martin Jansa 4f3cabc874 xinput-calibrator: install .service only with systemd in DISTRO_FEATURES
* Otavio reported unpackaged files without systemd enabled

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19 02:45:28 +02:00
Martin Jansa 823d41b46a xserver-nodm-init: install .service and conf only with systemd in DISTRO_FEATURES
* Otavio reported unpackaged files without systemd enabled

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19 02:45:28 +02:00
Martin Jansa a45830a39b recipes: Unify indentation
* This change is only aesthetic (unlike indentation in Python
  tasks).
* Some recipes were using tabs.
* Some were using 8 spaces.
* Some were using mix or different number of spaces.
* Make them consistently use 4 spaces everywhere.
* Yocto styleguide advises to use tabs (but the only reason to keep
  tabs is the need to update a lot of recipes). Lately this advice
  was also merged into the styleguide on the OE wiki.
* Using 4 spaces in both types of tasks is better because it's less
  error prone when someone is not sure if e.g.
  do_generate_toolchain_file() is Python or shell task and also allows
  to highlight every tab used in .bb, .inc, .bbappend, .bbclass as
  potentially bad (shouldn't be used for indenting of multiline
  variable assignments and cannot be used for Python tasks).
* Don't indent closing quote on multiline variables
  we're quite inconsistent wheater it's first character on line
  under opening quote or under first non-whitespace character in
  previous line.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15 16:23:17 +02:00
Martin Jansa 6124111316 lxdm: move systemd support from meta-systemd back to meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15 16:22:05 +02:00
Martin Jansa f2b3287cc1 xinput-calibrator: move systemd support from meta-systemd back to meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15 16:22:04 +02:00
Martin Jansa 05c8eb4393 xserver-nodm-init: move systemd support from meta-systemd back to meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15 16:22:04 +02:00
Apelete Seketeli ed4ef208ef ttf-inconsolata: add LIC_FILES_CHKSUM variable
Add mandataroy LIC_FILES_CHKSUM variable to fix build error.

Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-11 11:33:39 +02:00
Apelete Seketeli 705f06a3b3 ttf-fonts: import ttf-inconsolata recipe from oe-classic
Import ttf-inconsolata recipe from "oe-classic". This is intended to
satisfy dependency chain of muffinman-image recipe for the JLime
distribution.

Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-04 08:14:21 +02:00
Martin Jansa eaae385828 xf86-video-glamo: adapt to xserver 1.14 API
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-18 16:31:40 +01:00
Ross Burton d7bf59c8cb clutter-box2d: add, from oe-core
This was removed from oe-core but it's still useful, so add it to meta-oe.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-02 15:27:45 +01:00
Ross Burton e83429283b waffle: new package, a GL deferred resolution library.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:55:00 +01:00
Andreas Müller 47af9479e3 font-update-common: remove
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:52:37 +01:00
Andreas Müller 20d6d3163b ttf-fonts: inherit oe-core's fontcache.bbclass instead of update-fonts
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:52:37 +01:00
Martin Jansa 61911b2309 ttf: introduce update-fonts bbclass and change all ttf recipes to use it
* without this ttf.inc had to set RRECOMMENDS and
  postinst/postrm without PN suffix to cover all
  subpackages created in ttf recipes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-06 15:16:01 +01:00
Martin Jansa 92ea562baf gnome-terminal, system-tools-backends, slim, benchfft, syslog-ng: move to nonworking directories
* this set does not build with distroless qemuarm as reported in
  'State of bitbake world' thread, nobody volunteered to fix them

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-01 17:44:21 +01:00
Koen Kooi 1e67581285 fbida: update to 2.09
Build from git to drag in buildfixes and run set to fix a non-cross compile safe use of cpp

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-31 12:58:32 +01:00
Otavio Salvador 430922ff7b xf86-video-geode: Update to 2.11.14
Change-Id: Ia42af02f16e22f6d1ecd9e437dc875c8e267a84a
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-31 12:58:32 +01:00
Andreas Müller 34c0e505e5 lxdm: disable screensaver by default when starting X
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-27 22:35:43 +01:00
Marko Lindqvist 4ba5cc77f1 tslib: replace obsolete automake macros with working ones
Add obsolete-automake-macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-06 13:09:33 +01:00
Andreas Müller 90cb51b98e lxdm: disable keyboard selection
Keyboard selection with lxdm is not very helpful:

* new keyboard connected get US layout independent of selection
* the selection is not persistent and has to be made on every login

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-27 16:14:22 +01:00
Andreas Müller 6f65d9124f xcursorgen: initial add 1.0.5
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-27 16:14:21 +01:00
Otavio Salvador 2ac0acc275 xf86-video-geode: Add rdepends on EXA Xorg module
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:09 +01:00
Marcin Juszkiewicz a38efd953c xterm: added gnu-configize for AArch64 support
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16 21:11:42 +01:00
Martin Jansa eee2f55b2d packagegroup-fonts-truetype: remove trailing backslash from comments
* http://lists.linuxtogo.org/pipermail/bitbake-devel/2012-December/003954.html

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16 21:10:58 +01:00
Martin Jansa 5c5716844f pixman: drop bbappend with only PRINC left
* pixman in oe-core was upgraded to 0.28, so upgrade path is OK

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-13 23:38:01 +01:00
Martin Jansa 49c2321180 openbox: fix PR format and use new update-alternatives syntax
* fixes:
  NOTE: recipe openbox-3.5.0-1: task do_package: Started
  WARNING: openbox: Use of ALTERNATIVE_NAME is deprecated, see
  update-alternatives.bbclass for more info.
* bump PE if you care about upgrade path from wrong PR, introduced in
  commit 3becce8504
  Author: Mario Domenech Goulart <mario@ossystems.com.br>
  Date:   Mon Dec 3 16:03:23 2012 +0000

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:54:24 +01:00
Martin Jansa d26ff6c1fd xdotool: fix unpackaged files
* fixes:
xdotool-1.20100416.2809: xdotool: Files/directories were installed but not shipped
  /usr/man
  /usr/man/man1
  /usr/man/man1/xdotool.1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:53:00 +01:00
Martin Jansa 1e043da922 xf86-input-void: fix SRC_URI checksums
* does someone have old xf86-input-void-1.4.0.tar.bz2 with old checksums to compare them?

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:55 +01:00
Martin Jansa 31cdfd2e05 xorg-sgml-doctools: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:52 +01:00
Mario Domenech Goulart 10cd81211f xinput-calibrator: remove hardcoded path from xinput_calibrator.desktop
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-05 14:04:43 +01:00
Marcin Juszkiewicz de7c5162f8 devilspie2: move to meta-gnome (libwnck is there)
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-12-04 11:25:35 +01:00
Mario Domenech Goulart 3cd0866c28 xinput-calibrator: update to 2012 Aug 2nd's git snapshot
Change-Id: I16dedd2623cc6230fccbe9765592d29dcdb2aa72
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-04 10:46:34 +01:00
Mario Domenech Goulart 3becce8504 openbox: separate package for configuration files (openbox-config)
Change-Id: I528392100854fb73c2a14973fd1bfa9c94e836a7
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-04 10:46:09 +01:00
Andreas Müller 2da6650639 libgphoto2: refix build
this manually reverts

commit 92e3f684d1
Author: Koen Kooi <koen@dominion.thruhere.net>
Date:   Wed Nov 21 14:42:02 2012 +0000

    gphoto2: fix gettext build error

which should go into danny only [1].

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

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-04 10:45:19 +01:00
Andreas Müller 40f2271ab6 gimp: update to 2.8.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-04 10:44:59 +01:00
Andreas Müller 06002db7af gegl: update to 0.2.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-04 10:44:58 +01:00
Andreas Müller e0ce76609c babl: update to 0.1.10
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-04 10:44:57 +01:00
Koen Kooi 92e3f684d1 gphoto2: fix gettext build error
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-29 11:03:36 +01:00
Andreas Müller 3f2736b481 lxdm: bugfixes by updating to latest git
* make keyboard layout combobox display languages properly
* systemd-support is included mainline
* autologin for timeouts < 5s works as expected

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-29 11:03:35 +01:00
Martin Jansa e1f5b6096a xf86-video-glamo: adapt to xserver-0.13 video API
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:03:34 +01:00
Paul Eggleton 3a30c56238 Replace bb.data.* with d.*
Used sed expression given here:

http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html

Plus an additional expression for .expand. Full expression is:

sed \
-e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \
-e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \
-e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \
-e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \
-e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \
-e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \
-e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \
-i `grep -ril bb.data *`

Some minor correction in systemd.bbclass was needed for some expressions
that didn't quite match the regex in the desired way; additionally a few
instances were manually changed.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-28 14:32:06 +00:00