Commit Graph

1335 Commits

Author SHA1 Message Date
Martin Jansa
46ea6113c6 picocom: import from meta-smartphone/meta-shr
* meta-smartphone/7f797c8e54dd4ec28d75269e80573f45069eebb4
* PR and PRIORITY fields dropped

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-23 16:23:12 +01:00
Martin Jansa
987222181d gpsd: add systemd support
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-23 16:23:12 +01:00
Martin Jansa
dfdc35f7b6 libsoup-2.4: add unstable version 2.37.2 which is needed for newer webkit-efl
* otherwise random runtime crashes can happen, see:
  https://lists.webkit.org/pipermail/webkit-efl/2011-December/000091.html
* this recipe should be removed as soon as there is 2.38 or newer
  version in oe-core
* newer libsoup-2.4 wasn't used because those depend also on unstable
  glib

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-23 16:23:12 +01:00
Martin Jansa
c0f4fff835 gtk+3: add gtk+-native dependency
* it's needed to provide gtk-update-icon-cache
  --enable-gtk2-dependency implies external gtk-update-icon-cache
  AM_CONDITIONAL(USE_EXTERNAL_ICON_CACHE, [test x = xyes || test x = xyes])
  unfortunately result of AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache, no)
  is not checked for no value before being used resulting in
  no --quiet --force --ignore-theme-index               \
          --source builtin_icons stock-icons > gtkbuiltincache.h.tmp &&        \
       mv gtkbuiltincache.h.tmp gtkbuiltincache.h
  /bin/sh: no: command not found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-23 16:23:12 +01:00
Martin Jansa
a4155ac38d gtk+: add native BBCLASSEXTEND
* it's needed to provide gtk-update-icon-cache for gtk+3 build
* RRECOMMENDS needs to be empty as we don't want liberation-fonts-native etc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-23 16:23:12 +01:00
Martin Jansa
a0f4926c55 eve: bump SRCREV for compatibility with newer webkit-efl and deprecated elm APIs
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-23 16:23:12 +01:00
Martin Jansa
28bf1cf54a webkit-efl: upgrade to 1.7.3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-23 16:23:11 +01:00
Martin Jansa
8fdf226eab libxaw: bump PR to disable xmlto
* meta-oe now provides xmlto-native
  http://git.openembedded.org/meta-openembedded/commit/?id=ab8f876ca8fa223c183e3db2029cce88f3435a27
  but not the stylesheets for buildhosts without them it's unusable and fails, because xorg macros
  autodetecting xmlto available, see:
  http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-December/037066.html
  after adding xmlto-native and stylesheets-native to DEPENDS we can enable it again

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-23 16:23:11 +01:00
Andreas Müller
0ade2c82e2 gegl: initial add 0.1.8
based on oe-classic [1]

[1] http://cgit.openembedded.org/openembedded/tree/recipes/gimp/gegl_git.bb

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-23 15:53:12 +01:00
Andreas Müller
012483e315 babl: initial add 0.1.6
inspired by classic-oe [1]

[1] http://cgit.openembedded.org/openembedded/tree/recipes/gimp/babl_git.bb

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-23 15:53:12 +01:00
Peter Tworek
9734514de3 Add missing librsvg dependency to abiword recipe.
Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-23 15:53:12 +01:00
Peter Tworek
240d7dd490 Add missing gobject-introspection-native dependency for upower.
Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-23 15:53:12 +01:00
Koen Kooi
3b42734676 node 0.6: update to 0.6.8
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-23 15:53:12 +01:00
Koen Kooi
8ff89fe0db xbmc: update to Eden beta 2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-23 15:53:12 +01:00
Koen Kooi
bd9ec602b9 samba: blacklist another python entry that leads to host contamination
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-23 15:53:12 +01:00
Koen Kooi
103b4174d1 systemd: move kbd RECOMMENDS to vconsole-setup where they belong
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20 12:29:32 +01:00
Koen Kooi
3b80f538d9 python-imaging: fix #!/usr/local/bin/python problem
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20 12:22:19 +01:00
Koen Kooi
1ec5fa073f vim: workaround a dependency problem with RPM
One of the examples has a #!/bin/csh which tells RPM to add that as a dep, which we don't want

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20 12:21:23 +01:00
Samuel Stirtzel
8e2ccbd8ec Gtk+3: Fix cups related error in configure
This patch will disable cups for gtk+3.
The issue could be resolved by adding cups to the DEPENDS,
however in gtk+2 cups is also disabled, so fixing it here in the same way seems appropriate.

Error message is:
| checking for cups/cups.h... no
| configure: error: *** Sorry, cups-config present but cups/cups.h missing.

Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20 08:26:35 +01:00
Andreas Müller
9c926e88fc evince: add cross-compile-fix.patch from classic oe to fix build error
error message was

| warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl"
| cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl
| warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl"
| cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl
| make[2]: *** [evince-C.omf] Error 1

[1] http://cgit.openembedded.org/openembedded/tree/recipes/evince/evince/cross-compile-fix.patch

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20 08:26:34 +01:00
Koen Kooi
0ce5ec32b8 systemd: add upstream status to patch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20 08:25:45 +01:00
Anders Darander
acfe5820fe systemd: split out systemd-analyze
Split systemd-analyze to a separate package, to remove the implicit
dependency on python. (At least the rpm-packaging backend created a
run-time dependency on python).

Add an RDEPENDS_${PN}-analyze on python-dbus, as this is required for
systemd-analyze to work.

Add an RRECOMMENDS_${PN}-analyze on python-pycairo, as the plot command
in systemd-analyze requires this package.

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20 08:24:37 +01:00
Koen Kooi
6cb51af0e1 systemd: update to v38+git
* This introduces the 'journal' feature.
* Upstream is following the fedora /usr move so EXTRA_OECONF needs to get updated to keep the paths the same for the OE usecase

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20 08:24:37 +01:00
Andrei Gherzan
3767262f9e In LICENSE "&&" should be replaced with "&"
In this way meta-oe recipes will be parsed correctly in yocto.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 22:29:22 +01:00
Martin Jansa
2df5dcf528 cairo: replace cairo_1.10.2.bb and .inc files with .bbappend, change cairomm to use .inc from oe-core
* cairo-native is needed for pango-native
  and PRINC is for slight packaging changes in oe-core version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 18:19:54 +01:00
Koen Kooi
cac1ca451a task-boot: leave packagemanagement decisions to image recipes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 11:53:39 +01:00
Koen Kooi
a5eae966b9 owfs: import 2.8p4 from OE-classic, update to 2.8p14
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-15 12:31:08 +01:00
Andreas Müller
b20bf09d87 ristretto: update to 0.3.2
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-15 10:09:42 +01:00
Andreas Müller
c4e7f781f9 xfce4-netload-plugin: update to 1.1.0
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-15 10:09:41 +01:00
Eric BENARD
8741e35957 libjpeg-turbo: native depends on nasm-native
else I get the following error during configure :
| configure: error: no nasm (Netwide Assembler) found

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-15 10:09:41 +01:00
Koen Kooi
b026074a8d libjpeg-turbo: initial add
If you're on x86 or ARM this will be a lot faster due to SIMD optimizations

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-13 11:45:31 +01:00
Koen Kooi
253b1d7bc3 xterm: update to 277
License checksum changed due to date changes

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-13 09:41:51 +01:00
Martin Jansa
3aa79887e2 gpsd: disable xmlto
* xmlto is used if xsltproc test fails
  xstlproc is found in sysroot right, but then it's tested like this:
  sysroots/x86_64-linux/usr/bin/xsltproc --nonet --noout http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl conftest.xml
  and that fails if there isn't right docbook.xsl on host
  /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl
* xmlto then fails with:
  xmlto  man './gps.xml'
  | xmlto: /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml does not validate (status 3)
  | xmlto: Fix document syntax or use --skip-validation option
  | I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
  | /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml:8: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
  |    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
  |                                                               ^
  | /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml:133: parser error : Entity 'mdash' not defined
  | should default to using for display &mdash; imperial, nautical, or
  |                                            ^
  | I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
  | warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
  | validity error : Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
  | Document /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml does not validate
* without xstlproc and xmlto it disables man pages building
  configure:18182: WARNING: Neither xsltproc nor xmlto works: I will not build man pages.
  configure:18184: WARNING: To build man pages, install xsltproc/xsltlib or xmlto and run autogen.sh again.
* this can be reverted as soon as there is working xmlto using OE
  provided DTDs in DEPENDS

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-13 08:49:47 +01:00
Koen Kooi
cbf65f7f0d gnome-backgrounds 2.32.0: import from OE-classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-12 18:17:09 +01:00
Koen Kooi
0c6ae144a9 gnome-desktop: fix gnome-about
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-12 18:07:58 +01:00
Steve Sakoman
c1444331e9 gnome-panel: fix leakage of build machine python path into gnome-panel-add
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-12 18:02:59 +01:00
Koen Kooi
f5a589a8f0 upower: add pm-utils to RRECOMMENDS
This fixes:

dbus-daemon[207]: (upowerd:401): UPower-Linux-WARNING **: failed to run script: Failed to execute child process "/usr/bin/pm-is-supported" (No such file or directory)
dbus-daemon[207]: (upowerd:401): UPower-Linux-WARNING **: failed to run script: Failed to execute child process "/usr/bin/pm-is-supported" (No such file or directory)
dbus-daemon[207]: (upowerd:401): UPower-WARNING **: failed to run script: Failed to execute child process "/usr/sbin/pm-powersave" (No such file or directory)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-12 14:26:07 +01:00
Martin Jansa
d792afdefc libav, libvpx, mplayer2: drop work around for gcc-4.6 ICE, no need to pass -fno-tree-vectorize now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-12 10:41:09 +01:00
Norman Schleicher
3b111fefe1 ca-certificates: upgrade to 20111211, old version not available anymore
Signed-off-by: Norman Schleicher <NormanSchleicher@gmx.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-12 10:41:09 +01:00
Martin Jansa
85c57edbd2 edje: fix packaging of multisense module.so
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-12 10:40:41 +01:00
Martin Jansa
8ff502a3db elementary: package examples to PN-tests
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-11 13:03:59 +01:00
Martin Jansa
76bea3d19a emotion: update LIC_FILES_CHKSUM, COPYING file was cleaned to match rest of EFL
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-11 13:03:58 +01:00
Martin Jansa
275bcc54a7 edje: add eina to DEPENDS, it depends on eina since r36623
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-11 13:03:58 +01:00
Martin Jansa
0796505f34 e-base: bump EFL_SRCREV a bit more
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-11 13:03:51 +01:00
Andrea Adami
a3d91317a3 kexec-tools_2.0.2.bbappend: remove, packages are now split in oe-core
* packaging split from meta-openembedded has been accepted in oe-core
* as per commit id 1f40a5486f703684c5d1d7360ef3cbdf75577495

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-11 09:28:26 +01:00
Koen Kooi
c40a4cd3a3 avahi-ui: drop, it's in OE-core nowadays
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-11 09:26:33 +01:00
Khem Raj
8413bf3c5d gcc-4.6: Update linaro patches past 2012.12 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-10 21:43:59 +01:00
Khem Raj
f2179dabaa gcc-4.6: Fix ICE on x86_64 seen during vectorization
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-10 21:43:57 +01:00
Anders Darander
d3a451bbd0 systemd: git repo moved
Freedesktop have reorganized the git repository structure.

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-10 08:25:55 +01:00
Andrea Adami
9c855444d0 xf86-video-fbdev: remove, driver is now in oe-core
* as per commit id 4997e01cb051cc05348468707898798f9228613a

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-09 10:31:00 +01:00