summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-04-12udev 124: disable devcache on BUG 2.0Marcin Juszkiewicz2
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-04-12recipes: move SRCDATEs to recipes (as done with SRCREVs)Martin Jansa38
* 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>
2010-04-12barebox: add missing SRCREV and bump PV accordinglyMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12edje_editor: update SRC_URI, now it's in OLD instead trunkMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12evolve: update SRC_URI, now it's in OLD instead trunkMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12obsolete: add python-efl.incMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12rootfs_ipk.bbclass: run preinst/postinst scripts with "-e"Roman Khimov1
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>
2010-04-11SlugOS: preferred-slugos-versions.inc - fix to accomodate version numbering ↵Mike Westerhof1
change for atkY (Another fix required only because of completely gratuitious changes made in OE)
2010-04-12zhone2: install init scriptMichael 'Mickey' Lauer2
2010-04-11uclibc: add checksums to recipesMartin Jansa6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-11liberf_0.8.6: use same name SRC_URI param as those 2 URLs provide the same fileMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-11openh323_1.13.5.4: add missing checksumMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-11obsolete: add include files to make recipes parse-ableMartin Jansa7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-11linux-openmoko-2.6.32: add patches from qtmoko, move defconfig to kernel treeMartin Jansa8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-11intone: bump SRCREV for segmentation fault fix after latest EFL bumpMartin Jansa1
2010-04-10shr-e-gadgets_git.bb: bump SRCREVKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-10e-wm-config-illume2-shr_git.bb: bump SRCREVKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-10smpeg: Installing smpeg.m4 inoto staging aclocalMichael Lippautz1
* Fixes bug #4989 Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-04-10zbar: Convert to new stagingMichael Lippautz1
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-04-10libxslt: Inherit from binconfig to add support for xslt-configMichael Lippautz1
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-04-10omnewrotate: make recipe validThomas Zimmermann1
*it's an svn recipe that had rev=HEAD in SRCURI Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-04-10libxslt: Convert old version to new stagingMichael Lippautz1
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-04-10SlugOS: preferred-slugos-versions.inc - older atk required due to autoconfMike Westerhof1
2010-04-10perl 5.10.1: update perl-rdependsRoman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-10e-wm-theme-illume-gry: bump SRCREVMartin Jansa1
2010-04-10pyphonelog: bump SRCREVMartin Jansa1
2010-04-10zaurus-installer: remove trailing tabsAndrea Adami1
2010-04-10linux-kexecboot: fix/refine defconfigs of collie and tosa for 2.6.34Andrea Adami2
2010-04-10vala[-native]: add 0.8.0.69Michael 'Mickey' Lauer2
2010-04-10Revert "vala[-native]: add 0.8.0.69"Michael 'Mickey' Lauer4
This reverts commit f57931fe482a45d8fe0a82cb0f92ffc65c6ac8c8.
2010-04-10vala[-native]: add 0.8.0.69Michael 'Mickey' Lauer4
2010-04-10gnome-packagekit: polkit->policykitKoen Kooi1
2010-04-10gnome-packagekit: add 2.8.2 from pokyKoen Kooi1
2010-04-09packagekit: respect IPKG_VARIANT in all versionsMartin Jansa5
2010-04-09packagekit 0.5.6: use IPKG_VARIANTKoen Kooi1
2010-04-09packagekit_0.5.6: add PE, include stdio.h before opkg.h to make newer gcc happyMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-09vala-dbus-binding-tool: bump and promote git version until we're stabilizing ↵Michael 'Mickey' Lauer1
a bit more
2010-04-09fso-specs: bumpMichael 'Mickey' Lauer1
2010-04-09libfso-glib: bump as per spec bumpMichael 'Mickey' Lauer1
2010-04-09illume-keyboards-shr: SRCREV bump, more fixes to persian keyboardMartin Jansa1
2010-04-09libxml2_2.7.3: move checksum from checksums.iniMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-09msmcommd: bump SRCREV, needed for pushed FSO_CORNUCOPIA_SRCREV (fsogsmd)Martin Jansa1
2010-04-09preferred-om-2008-versions.inc: use latest tzcode-native/tzdataRoman I Khimov1
Is there any reason not to use latest tzdata? Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-09tzdata/tzcode: leave only latest versionRoman I Khimov13
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>
2010-04-09SlugOS: preferred-slugos-versions.inc - fix missing closing quoteMike Westerhof1
2010-04-09SlugOS: preferred-slugos-versions.inc - lock down older version of gtk+Mike Westerhof1
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.
2010-04-09SlugOS: preferred-slugos-versions.inc - add autoconf-2.61Mike Westerhof1
This fixes build failures with m4, maiu, and inetutils, which fail with autoconf 2.65
2010-04-09recipes/linux/linux_2.6.28.bb: bumped DEFAULT_PREFERENCE_mh355Marco Cavallini1
2010-04-09mh355/linux-2.6.28.10-at91-mh.patch: updated touchscreen optionsMarco Cavallini1
2010-04-09illume-keyboards-shr: bump SRCREV for fixed persian layoutMartin Jansa1