Martin Jansa [Mon, 12 Apr 2010 12:33:38 +0000 (14:33 +0200)]
nonworking: add more .inc files to make packages at least parse-able
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 12:12:54 +0000 (14:12 +0200)]
opie-help-en: TAG wasn't defined, use PV instead
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 12:09:14 +0000 (14:09 +0200)]
opie: add OPIE_CVS_PV definition to cvs recipes using it for PV without including/inheriting opie.bbclass where it's defined
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 11:52:51 +0000 (13:52 +0200)]
lockstat: update SRC_URI, now in old subdir and add checksum
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 11:35:27 +0000 (13:35 +0200)]
uclibc_0.9.30: fix checksum, accidentally pushed checksum for it's locale instead
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 10:40:56 +0000 (12:40 +0200)]
zhone2: add checksum for splash file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 10:39:18 +0000 (12:39 +0200)]
zhone2: add SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 10:38:21 +0000 (12:38 +0200)]
exml: update SRC_URI -> BROKEN
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 10:38:07 +0000 (12:38 +0200)]
enhance: update SRC_URI -> OLD
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 10:36:11 +0000 (12:36 +0200)]
engrave: update SRC_URI -> OLD
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 10:33:28 +0000 (12:33 +0200)]
libeweather: fix SRC_URI s/eweather/libeweather/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 09:28:28 +0000 (11:28 +0200)]
dtc: add missing SRCREV, set PV, negative D_P
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 09:13:19 +0000 (11:13 +0200)]
comic-reader: fix SRCREV to existent one
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 09:03:56 +0000 (11:03 +0200)]
bluez-gnome: git repo is now in git., add missing SRCREV, old .patch does not apply anymore, please check
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Marcin Juszkiewicz [Mon, 12 Apr 2010 09:14:34 +0000 (11:14 +0200)]
linux-libc-headers 2.6.23: fix syntax error
Marcin Juszkiewicz [Mon, 12 Apr 2010 09:01:24 +0000 (11:01 +0200)]
linux-libc-headers 2.6.23: backport arm/asm/hwcap.h from recent kernels
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Marcin Juszkiewicz [Mon, 12 Apr 2010 08:07:05 +0000 (10:07 +0200)]
udev 124: disable devcache on BUG 2.0
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Martin Jansa [Mon, 12 Apr 2010 00:41:09 +0000 (02:41 +0200)]
recipes: move SRCDATEs to recipes (as done with SRCREVs)
* unused (recipes probably already gone):
SRCDATE_fltk ?= "
20060814"
SRCDATE_ipkg-link-1 ?= "
20050930"
SRCDATE_mpd ?= "
20070210"
SRCDATE_portaudio ?= "
20060814"
SRCDATE_python-cairo ?= "
20060814"
SRCDATE_qemu-native ?= "
20070613"
SRCDATE_squashfs ?= "
20091110"
SRCDATE_tslib ?= "
20051101"
SRCDATE_poppler0.6 = "
20070708"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 12 Apr 2010 00:55:18 +0000 (02:55 +0200)]
barebox: add missing SRCREV and bump PV accordingly
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 11 Apr 2010 21:07:19 +0000 (23:07 +0200)]
edje_editor: update SRC_URI, now it's in OLD instead trunk
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 11 Apr 2010 20:56:58 +0000 (22:56 +0200)]
evolve: update SRC_URI, now it's in OLD instead trunk
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 11 Apr 2010 19:33:35 +0000 (21:33 +0200)]
obsolete: add python-efl.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Roman Khimov [Fri, 9 Apr 2010 01:19:53 +0000 (01:19 +0000)]
rootfs_ipk.bbclass: run preinst/postinst scripts with "-e"
There are scripts that can and should work when being ran on build
host (for example, simple update-rc.d), but there are also many which
can't and won't ever (for example, anything adding users/groups).
The second group sometimes doesn't get "unpacked" flag because
scripts throw errors in the middle and return something nice from
the last command.
It can be considered as a bug in pre/postinst script (as it should
either explicitly check for "${D}" or just do "set -e" at start),
but it is common enough.
There is also another aspect to this as in general we can't be sure
that everything is OK wrt preinst/postinst if script commands throw
errors.
Running preinst/postinst scripts on host with "-e" should solve
that.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Chris Larson <clarson@kergoth.com>
Mike Westerhof [Mon, 12 Apr 2010 04:47:55 +0000 (23:47 -0500)]
SlugOS: preferred-slugos-versions.inc - fix to accomodate version numbering change for atkY
(Another fix required only because of completely gratuitious changes made in OE)
Michael 'Mickey' Lauer [Mon, 12 Apr 2010 00:15:29 +0000 (02:15 +0200)]
zhone2: install init script
Martin Jansa [Fri, 9 Apr 2010 22:47:24 +0000 (00:47 +0200)]
uclibc: add checksums to recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 10 Apr 2010 10:08:36 +0000 (12:08 +0200)]
liberf_0.8.6: use same name SRC_URI param as those 2 URLs provide the same file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 10 Apr 2010 09:20:03 +0000 (11:20 +0200)]
openh323_1.13.5.4: add missing checksum
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 9 Apr 2010 22:48:20 +0000 (00:48 +0200)]
obsolete: add include files to make recipes parse-able
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 9 Apr 2010 19:06:27 +0000 (21:06 +0200)]
linux-openmoko-2.6.32: add patches from qtmoko, move defconfig to kernel tree
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 11 Apr 2010 07:52:19 +0000 (09:52 +0200)]
intone: bump SRCREV for segmentation fault fix after latest EFL bump
Klaus Kurzmann [Sat, 10 Apr 2010 21:32:08 +0000 (23:32 +0200)]
shr-e-gadgets_git.bb: bump SRCREV
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 10 Apr 2010 21:31:40 +0000 (23:31 +0200)]
e-wm-config-illume2-shr_git.bb: bump SRCREV
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Michael Lippautz [Sat, 10 Apr 2010 19:51:02 +0000 (21:51 +0200)]
smpeg: Installing smpeg.m4 inoto staging aclocal
* Fixes bug #4989
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Michael Lippautz [Sat, 10 Apr 2010 19:15:55 +0000 (21:15 +0200)]
zbar: Convert to new staging
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Michael Lippautz [Sat, 10 Apr 2010 15:42:17 +0000 (17:42 +0200)]
libxslt: Inherit from binconfig to add support for xslt-config
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Thomas Zimmermann [Sat, 10 Apr 2010 14:59:55 +0000 (16:59 +0200)]
omnewrotate: make recipe valid
*it's an svn recipe that had rev=HEAD in SRCURI
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Michael Lippautz [Sat, 10 Apr 2010 14:35:56 +0000 (16:35 +0200)]
libxslt: Convert old version to new staging
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Mike Westerhof [Sat, 10 Apr 2010 13:55:52 +0000 (08:55 -0500)]
SlugOS: preferred-slugos-versions.inc - older atk required due to autoconf
Roman I Khimov [Fri, 9 Apr 2010 09:46:30 +0000 (13:46 +0400)]
perl 5.10.1: update perl-rdepends
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Martin Jansa [Sat, 10 Apr 2010 00:53:49 +0000 (02:53 +0200)]
e-wm-theme-illume-gry: bump SRCREV
Martin Jansa [Sat, 10 Apr 2010 00:17:02 +0000 (02:17 +0200)]
pyphonelog: bump SRCREV
Andrea Adami [Sat, 10 Apr 2010 00:07:47 +0000 (02:07 +0200)]
zaurus-installer: remove trailing tabs
Andrea Adami [Sat, 10 Apr 2010 00:00:00 +0000 (02:00 +0200)]
linux-kexecboot: fix/refine defconfigs of collie and tosa for 2.6.34
Michael 'Mickey' Lauer [Fri, 9 Apr 2010 23:52:12 +0000 (01:52 +0200)]
vala[-native]: add 0.8.0.69
Michael 'Mickey' Lauer [Fri, 9 Apr 2010 23:51:30 +0000 (01:51 +0200)]
Revert "vala[-native]: add 0.8.0.69"
This reverts commit
f57931fe482a45d8fe0a82cb0f92ffc65c6ac8c8.
Michael 'Mickey' Lauer [Fri, 9 Apr 2010 23:37:26 +0000 (01:37 +0200)]
vala[-native]: add 0.8.0.69
Koen Kooi [Fri, 9 Apr 2010 22:46:56 +0000 (00:46 +0200)]
gnome-packagekit: polkit->policykit
Koen Kooi [Fri, 9 Apr 2010 22:11:52 +0000 (00:11 +0200)]
gnome-packagekit: add 2.8.2 from poky
Martin Jansa [Fri, 9 Apr 2010 21:57:51 +0000 (23:57 +0200)]
packagekit: respect IPKG_VARIANT in all versions
Koen Kooi [Fri, 9 Apr 2010 21:53:31 +0000 (23:53 +0200)]
packagekit 0.5.6: use IPKG_VARIANT
Martin Jansa [Fri, 9 Apr 2010 21:46:02 +0000 (23:46 +0200)]
packagekit_0.5.6: add PE, include stdio.h before opkg.h to make newer gcc happy
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Michael 'Mickey' Lauer [Fri, 9 Apr 2010 21:03:47 +0000 (23:03 +0200)]
vala-dbus-binding-tool: bump and promote git version until we're stabilizing a bit more
Michael 'Mickey' Lauer [Fri, 9 Apr 2010 21:03:38 +0000 (23:03 +0200)]
fso-specs: bump
Michael 'Mickey' Lauer [Fri, 9 Apr 2010 21:03:11 +0000 (23:03 +0200)]
libfso-glib: bump as per spec bump
Martin Jansa [Fri, 9 Apr 2010 19:49:21 +0000 (21:49 +0200)]
illume-keyboards-shr: SRCREV bump, more fixes to persian keyboard
Martin Jansa [Fri, 9 Apr 2010 19:41:10 +0000 (21:41 +0200)]
libxml2_2.7.3: move checksum from checksums.ini
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 9 Apr 2010 19:33:39 +0000 (21:33 +0200)]
msmcommd: bump SRCREV, needed for pushed FSO_CORNUCOPIA_SRCREV (fsogsmd)
Roman I Khimov [Fri, 9 Apr 2010 07:20:20 +0000 (11:20 +0400)]
preferred-om-2008-versions.inc: use latest tzcode-native/tzdata
Is there any reason not to use latest tzdata?
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 9 Apr 2010 07:17:14 +0000 (11:17 +0400)]
tzdata/tzcode: leave only latest version
I don't see any value in old tzdata/tzcode-native recipes as tzcode is only
used to compile tzdata and compiled tzdata should be compatible with any
version of glibc and it's good to have it latest. So I think we should only
leave latest tzdata version and move that forward whenever someone discovers
that elsie.nci.nih.gov dropped that version. Same for tzcode.
Add comments to unconditionally move that versions forward whenever there is
a new release.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Mike Westerhof [Fri, 9 Apr 2010 19:03:42 +0000 (14:03 -0500)]
SlugOS: preferred-slugos-versions.inc - fix missing closing quote
Mike Westerhof [Fri, 9 Apr 2010 17:23:23 +0000 (12:23 -0500)]
SlugOS: preferred-slugos-versions.inc - lock down older version of gtk+
Avoids build failures because newer versions require a newer automake, which cannot
be used at this time because other packages fail to build with the newer automake
and its dependencies.
Mike Westerhof [Fri, 9 Apr 2010 17:00:49 +0000 (12:00 -0500)]
SlugOS: preferred-slugos-versions.inc - add autoconf-2.61
This fixes build failures with m4, maiu, and inetutils, which fail with autoconf 2.65
Marco Cavallini [Fri, 9 Apr 2010 15:07:27 +0000 (17:07 +0200)]
recipes/linux/linux_2.6.28.bb: bumped DEFAULT_PREFERENCE_mh355
Marco Cavallini [Fri, 9 Apr 2010 15:06:53 +0000 (17:06 +0200)]
mh355/linux-2.6.28.10-at91-mh.patch: updated touchscreen options
Martin Jansa [Fri, 9 Apr 2010 13:34:22 +0000 (15:34 +0200)]
illume-keyboards-shr: bump SRCREV for fixed persian layout
Martin Jansa [Fri, 9 Apr 2010 13:32:50 +0000 (15:32 +0200)]
connman_0.51: add missing checksums
Koen Kooi [Fri, 9 Apr 2010 12:01:55 +0000 (14:01 +0200)]
xf86-input-tslib: install udev rule to create multiple /dev/input/touchscreenX devices if needed and set ENV{x11_driver} to 'tslib'
Koen Kooi [Fri, 9 Apr 2010 11:05:43 +0000 (13:05 +0200)]
packagekit 0.5.6: add recipe from poky
Koen Kooi [Fri, 9 Apr 2010 09:26:25 +0000 (11:26 +0200)]
totem: add 2.30.0
Koen Kooi [Fri, 9 Apr 2010 09:02:02 +0000 (11:02 +0200)]
totem-pl-parser: add 2.30.0, convert to new style staging
Paul Menzel [Thu, 8 Apr 2010 21:51:04 +0000 (23:51 +0200)]
Ångström feed builder: Add Enna media center application.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Sebastian Spaeth [Fri, 9 Apr 2010 07:20:12 +0000 (09:20 +0200)]
sane-sercrevs: bump fso-cornucopia to newer
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Sebastian Spaeth [Fri, 9 Apr 2010 07:15:31 +0000 (09:15 +0200)]
Merge branch 'org.openembedded.dev' of ssh+git://git@git.openembedded.net/openembedded into org.openembedded.dev
Andrea Adami [Fri, 9 Apr 2010 00:44:23 +0000 (02:44 +0200)]
linux-kexecboot: add forgotten loglevel=3 to collie and poodle cmdline.
Andrea Adami [Fri, 9 Apr 2010 00:37:40 +0000 (02:37 +0200)]
linux-kexecboot: try to standardize Zaurus defconfigs for 2.6.34. WIP.
Chris Larson [Fri, 9 Apr 2010 00:24:49 +0000 (17:24 -0700)]
task-base: change the 'set' logic to work a bit better
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Fri, 9 Apr 2010 00:05:55 +0000 (17:05 -0700)]
Using NotHandled/Handled in event handlers is deprecated
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Roman I Khimov [Wed, 7 Apr 2010 15:44:50 +0000 (19:44 +0400)]
pacemaker: fix headers define extraction and uclibc build
Header define extraction routine tries to execute test binary which
may or may not work depending on target architecture. Redo it using
preprocessor only.
Fix uclibc build also, doesn't link properly without fstack-protector.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Wed, 7 Apr 2010 08:39:37 +0000 (12:39 +0400)]
cluster-resource-agents: fix headers define extraction
Header define extraction routine tries to execute test binary which
may or may not work depending on target architecture. Redo it using
preprocessor only.
Fixes wrong OCF_ROOT_DIR.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Wed, 7 Apr 2010 12:37:41 +0000 (16:37 +0400)]
beep: fix building and packaging
GNU_HASH was missing and beep and beep-doc packages were listed
in PACKAGES twice.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Koen Kooi [Thu, 8 Apr 2010 19:48:02 +0000 (21:48 +0200)]
abiword 2.8.3: fix regression that caused the collab plugin being dropped from the list
Koen Kooi [Thu, 8 Apr 2010 18:13:16 +0000 (20:13 +0200)]
gnuplot: add 4.4.0
Koen Kooi [Thu, 8 Apr 2010 17:17:35 +0000 (19:17 +0200)]
elementary-icon-theme: update to 2.3
Antonio Ospite [Wed, 7 Apr 2010 23:30:03 +0000 (23:30 +0000)]
tzdata: move tzdata_2010g.bb to tzdata_2010h.bb
tzdata_2010g is no longer available; change the checksums in the new
recipe
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Roman I Khimov <khimov@altell.ru>
Antonio Ospite [Wed, 7 Apr 2010 23:30:02 +0000 (23:30 +0000)]
tzcode-native_2010f: Update tzdata SRC_URI and checksum
tzdata2010g is no longer available, use tzdata2010h
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Roman I Khimov <khimov@altell.ru>
Vladimir Sorokin [Tue, 2 Mar 2010 16:44:47 +0000 (19:44 +0300)]
insane.bbclass: add x86_64 architecture for linux-uclibc
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Vladimir Sorokin [Wed, 24 Mar 2010 11:37:02 +0000 (14:37 +0300)]
binutils: Add x86_64_i386_biarch patch for 2.20 & 2.20.1
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Thu, 1 Apr 2010 13:06:04 +0000 (17:06 +0400)]
sarg: new recipe
Squid Analysis Report Generator is a tool that allow you to
view "where" your users are going to on the Internet.
Sarg provides many informations about Squid users
activities: times, bytes, sites, etc...
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Mon, 5 Apr 2010 19:28:15 +0000 (23:28 +0400)]
gd: build with freetype support
Support for freetype in gd is required for some packages and it looks
like it was disabled previosly just because of build failures. Version
2.0.35+2.0.36rc1 builds fine with it, so enable freetype for it.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Martin Jansa [Thu, 8 Apr 2010 15:14:43 +0000 (17:14 +0200)]
linux-openmoko-2.6.32: enable MMC_S3C in defconfig
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Mike Westerhof [Thu, 8 Apr 2010 14:13:54 +0000 (09:13 -0500)]
SlugOS: preferred-slugos-versions.inc - fix kernel SRCREV selection
This makes the PREFERRED_VERSION selection for the SlugOS kernel work
again after a recent "pretty-ification" change for SRCREV handling.
Note that this is a sub-optimal solution, but it is required to correct
build failures for SlugOS. A long-term solution needs to either put
the SRCREV back to where it was (a semi-global config file), or it needs
to change the way the ixp4xx kernels are selected. More specifically,
the problems this fixes for SlugOS still exist in the ixp4xx machine
definition file.
Stefan Schmidt [Thu, 8 Apr 2010 13:59:37 +0000 (15:59 +0200)]
linux_2.6.33.bb: Add iMote2 as supported board.
Also add a defconfig for this board.
Stefan Schmidt [Thu, 8 Apr 2010 11:31:29 +0000 (13:31 +0200)]
angstrom-2008-preferred-versions.inc: Bump python version to 2.6.4
This is done to match the python-native version. Without this we seem to get
trouble with some header mismatch or similar:
./libpython2.6.so: undefined reference to `_PyParser_Grammar'
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Stefan Schmidt [Thu, 8 Apr 2010 11:41:38 +0000 (13:41 +0200)]
lowpan-tools_git.bb: Bump SRCREV
Gain some fixes and monitor device support.
Stefan Schmidt [Thu, 8 Apr 2010 11:34:52 +0000 (13:34 +0200)]
imote2.conf: Change flash size to 30 Mbyte
We have a32 Mbyte flash chip but better leave some space for jffs2.
Michael Lippautz [Thu, 8 Apr 2010 12:44:15 +0000 (14:44 +0200)]
omap3-mkcard.sh: Adding sleep and umounts to fix race cond.
* Adds sleep to wait for blocknodes in /dev
* Adds unmounts to fix possible automounts
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Koen Kooi [Thu, 8 Apr 2010 13:17:12 +0000 (15:17 +0200)]
elementary-gtk-theme: also depend on aurora
Koen Kooi [Thu, 8 Apr 2010 13:16:52 +0000 (15:16 +0200)]
gtk-engine-aurora: add 1.5.1
Koen Kooi [Thu, 8 Apr 2010 12:53:25 +0000 (14:53 +0200)]
murrine: add git version