Commit Graph

820 Commits

Author SHA1 Message Date
Otavio Salvador
6ae89951a7 udisks: disable manpage building
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-01-09 10:31:00 +01:00
Otavio Salvador
c48a6a605c busybox: add systemd support for syslog service
This uses a busybox-syslog default file to pass options to
syslogd. For it, the 'OPTIONS' variable needs to be set.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-01-09 10:31:00 +01:00
Otavio Salvador
458db1ad63 task-x11: use xserver-nodm-init-systemd
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-01-09 10:31:00 +01:00
Otavio Salvador
0265a98f71 xserver-nodm-init: move systemd service to xserver-nodm-init-systemd
Move systemd service to xserver-nodm-init-systemd to be consistent
with other packages.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-01-09 10:31:00 +01:00
Koen Kooi
2292ac565c kmod: add recipe for version 3, no compatibility symlinks yet
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-09 10:31:00 +01:00
Koen Kooi
18266de7fc nodejs-native: clarify dependencies to match updated oe-core parser
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-06 09:33:42 +01:00
Zhenhua Luo
9cc211194f xfsprogs: add version 3.1.7
xfsprogs provides XFS filesystem utilities.

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-05 10:17:02 +01:00
Peter A. Bigot
42d6f4f366 ntp: correct systemd EnvironmentFile, add ntpdate service
Eliminate EnvironmentFile from systemd unit descriptions.  /etc/ntp.conf
can't be sourced to set environment variables like NTPD_ARG.  Following the
rationale at http://0pointer.de/blog/projects/on-etc-sysinit.html it isn't
needed anyway; if you don't buy that, it should be:

  EnvironmentFile=-/etc/default/ntpd

Add one-shot ntpdate service which synchronizes local clock prior to
starting ntpd (which aborts if the local time is more than 1000 seconds off
of the server).  "systemctl enable ntpdate.service" not done by default
because this would be a behavior change.

Correct comment describing how to replace ntpdate (ntpdc doesn't take those
arguments).

Add comment to ntp.conf pointing out need to remove local hardware clock as
a reference when simulating ntpdate.

Signed-off-by: Peter A. Bigot <bigotp@acm.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-05 10:15:55 +01:00
Andreas Müller
dc32361d19 udisks: add native systemd support
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-05 10:15:54 +01:00
Peter A. Bigot
62332b8522 python-pyusb: add recipe to support usb development in Python
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-05 10:14:21 +01:00
Koen Kooi
c65139cd01 lighttpd: move bbappend to new version to match OE-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-03 16:11:06 +01:00
Otavio Salvador
2642db3615 dialog: add 1.1-20111020 recipe (dynamic and static)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-24 19:07:53 +01:00
Koen Kooi
bb76fbcfc3 xbmc: bump SRCREV to latest eden branch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-23 12:59:59 +01:00
Eric BENARD
d3c1760a8f gdb-cross-canadian: build gdb with python support
* python support is needed for providing finer scripting control
in gdb, and for remote controling gdb for example from qtcreator
* gdb/configure tries to autodetect python using python executable
with --includes --ldflags --exec-prefix to get the right flags
As it's difficult to achieve in OE's context, we generate a
script which will return the right values and make gdb's build
system happy. This idea was taken from the following article :
http://www.mentby.com/doug-evans-2/python-enabled-gdb-on-windows-and-relocation.html
* tested using angstrom & armv7/armv5 targets & qtcreator 201005 & 2.4.0

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-23 09:08:15 +01:00
Koen Kooi
041f97a598 task-basic: adjust rsyslog dependency
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-23 08:54:31 +01:00
Otavio Salvador
5f2ac92eed systemd: depends on intltool-native
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-23 08:53:02 +01:00
Otavio Salvador
cb372a589a rsyslog: move systemd support to rsyslog-systemd
This makes the package consistent with others supporting systemd and
also cleans up the recipe using the systemd.bbclass.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-23 08:53:02 +01:00
Otavio Salvador
9c517424df pcsc-lite: ccid downgraded to a runtime recommendation
ccid adds more smart-card readers support but it is not a requirement
for pcsc-lite to work thus we change it to a recommendation instead of
a hard dependency.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-23 08:53:02 +01:00
Zhenhua Luo
ca8183238a ptpd: add version 1.0.0
Precision Time Protocol (PTP) as defined by the IEEE 1588 standard.

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-22 08:49:16 +01:00
Zhenhua Luo
713b8ac8aa libnfnetlink: add version 1.0.0
libnfnetlink is the low-level library for netfilter related kernel/userspace
    communication. It provides a generic messaging infrastructure for in-kernel
    netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack)
    and their respective users and/or management tools in userspace.

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-22 08:49:16 +01:00
Zhenhua Luo
16da7fbd7b ipsec-tools: add version 0.7.2
IPsec-Tools is a port of KAME's IPsec utilities to the Linux IPsec
    implementation.

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-22 08:49:16 +01:00
Zhenhua Luo
8b08e15164 ietutils: add version 1.0
The GNU inetutils are a collection of common networking utilities
    and servers including ftp, ftpd, rcp, rexec, rlogin, rlogind, rsh,
    rshd, syslog, syslogd, talk, talkd, telnet, telnetd, tftp, tftpd,
    and uucpd.

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-22 08:49:16 +01:00
Zhenhua Luo
7fa09da36c libxaw: fix build error due to missing xmlto
libxaw build failed due to missing native xmlto, add xmlto-native in
    DEPENDS of libxaw

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-22 08:49:15 +01:00
Zhenhua Luo
ab8f876ca8 xmlto: add version 0.0.25
xmlto converts an XML file (DocBook or XSL-FO) into a specified format
    (PS, PDF, HTML, man, ASCII, XSL-FO, etc.)

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-22 08:49:15 +01:00
Khem Raj
ac52f114fb gcc-4.5: Update gxx headers patch
This patch now expects gxx-include-dir
to be specified under sysroot which we
already do through gcc-cross4.inc from
oe-core

Please test

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-21 20:34:38 +01:00
Martin Jansa
89fc3c7f28 midori: upgrade from 0.4.2 to 0.4.3
* only build tested, it does segfault in runtime but it's the same with
  previous 0.4.2 version and probably not caused by midori itself

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-20 14:54:11 +01:00
Martin Jansa
18b6e66d1d navit: bump PR after gpsd upgrade (.so name change)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-20 14:53:59 +01:00
Martin Jansa
c343bd205b gpsd: upgrade from 2.95 to 2.96, drop 2 patches applied upstream
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-20 14:53:59 +01:00
Sylvain Paré
5b1dff8b4f vlc: rework dependencies
* re-adds dropped depends as they are available now
 * adds libxpm as dependency as current vlc's config depends on it.
 * bumps PR
 * NOTE about ENTERPRISE_DISTRO : is that supposed to be still used or should this be replaced by something which respects COMMERCIAL_LICENSE setting ?

Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-20 14:15:07 +01:00
Koen Kooi
6235a37941 libav, libsdl-image, mplayer2, xbmc: bump PR for libsdl packaging change in OE-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-19 19:34:06 +01:00
Koen Kooi
781ac7ac8b python-tornada git: bump SRCREV for websocket API fix
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-19 13:37:53 +01:00
Andreas Müller
4ae696e7dd libgphoto2: Fix QA issues
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-19 10:19:34 +01:00
Koen Kooi
12caa1228a xbmc: add git version based on HEAD of eden branch
Runtime tested on beagleboard/angstrom

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-17 22:57:29 +01:00
Koen Kooi
3e9f18f7b0 libgphoto2 2.4.11: break runtime dependency loop
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-17 18:33:51 +01:00
Koen Kooi
135a8f46ab yajl: add 2.0.3
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-17 09:29:40 +01:00
Zhenhua Luo
7fd47b6900 rng-tools: add
Random number generator daemo.

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-16 15:38:14 +01:00
Zhenhua Luo
3c76c8c4a5 strongswan: add
strongSwan is an OpenSource IPsec implementation for the Linux operating system.

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-16 15:38:13 +01:00
Zhenhua Luo
1f7f7df5f3 bridge-utils: add
bridge-utils provides tools for ethernet bridging.

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-16 15:38:11 +01:00
Koen Kooi
7a20673d7a libcdio: add 0.82
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-16 15:33:29 +01:00
Koen Kooi
54cee9bcec libsdl-image: add 1.2.10
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-16 15:29:05 +01:00
Koen Kooi
8b445cca7d libmms: add 0.6.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-16 13:29:00 +01:00
Koen Kooi
80584c1a44 libmodplug: add 0.8.7
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-16 12:36:17 +01:00
Martin Jansa
11fbc9fb4e libvpx: disable tree-vectorize
* It's causing ICE with latest gcc-4.6 from meta-oe, see:
  http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/036001.html

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-16 08:43:43 +01:00
Martin Jansa
5c24a66ea7 pixman,libav,libvpx,fftwf: bump PR after arm OVERRIDES changes in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-16 08:43:43 +01:00
Martin Jansa
c59fda28b2 mplayer2: drop FULL_OPTIMIZATION_armv7a and add -fno-tree-vectorize
* we had -ftree-vectorize instead of -frename-registers here, but that's
  causing ICE with latest gcc-4.6 from meta-oe
* qemux86-64 was still failing without -fno-tree-vectorize
* similar to issue in libvpx
  http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/036001.html
  and lowering to -O3 is not enough in this case
  | libmpcodecs/ad_imaadpcm.c: In function 'qt_ima_adpcm_decode_block':
  | libmpcodecs/ad_imaadpcm.c:177:12: internal compiler error: Segmentation fault
  | Please submit a full bug report,
  | with preprocessed source if appropriate.
  | See <http://gcc.gnu.org/bugs.html> for instructions.
  | make: *** [libmpcodecs/ad_imaadpcm.o] Error 1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-16 08:43:43 +01:00
Richard Purdie
06ad2a21f2 samba: Force python disabled for now to avoid host contamination
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-16 08:43:43 +01:00
Martin Jansa
a955885a29 xf86-input-void: drop archive prefix from checksums
* .inc file from oe-core doesn't have name=archive in SRC_URI

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-16 08:43:43 +01:00
Otavio Salvador
2ba3b00677 dropbear: cleanup packaging
* the symbolic link required to disable the sysvinit init script is
  now done during the do_install task so making the recipe simple

* convert to use PRINC to bump PR on bbappend

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-15 11:15:42 +00:00
Otavio Salvador
54d71d7933 sessreg: fix checksum
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-15 11:14:16 +00:00
Otavio Salvador
ac183f4154 twm: fix checksum
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-15 11:14:15 +00:00