summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2009-05-07initramfs-kexecboot-image: simplify EXTRA_IMAGEDEPENDS = ""Andrea Adami1
- KEXECBOOT_IMAGEDEPENDS was introduced just for Zaurus (fixed now)
2009-05-07zaurus-installer: add new package for installkit creationAndrea Adami1
- packs together updater.sh + kexecboot-kernel
2009-05-06m4: 1.4.11 and 1.4.12 are GPLv3Tom Rini2
2009-05-06samba: 3.2.8 and newer is GPLv3Tom Rini4
2009-05-06mpfr: Both GPL and LGPL componentsTom Rini1
2009-05-06libiconv: 1.12 has GPLv3 binaries LGPLv2.1 librariesTom Rini2
2009-05-06gnutls: The 'extra' lib (and package) is GPLv3Tom Rini1
2009-05-06gdb: 6.8 is GPLv3Tom Rini1
2009-05-06gmp: 4.2.4 is GPLv3 LGPLv3Tom Rini1
2009-05-06gettext: 0.17 is GPLv3Tom Rini1
2009-05-06binutils: 2.18 and newer is GPLv3, add GPL to 2.14.90.[67]Tom Rini7
2009-05-06alsa-lib: This is LGPL not GPLTom Rini6
2009-05-06gcc: For 4.2.2 and newer, set LICENSE = GPLv3Tom Rini8
Drop LICENSE/SECTION from mingw-gcc as it was redundant
2009-05-06gpe-conf: bump RV in svn recipeFlorian Boor1
2009-05-06cmake-native 2.6.4: New recipe.Robert Schuster1
2009-05-05at91sam9g20ek: use the dataflash configDmitry Eremin-Solenikov1
The default config for at91sam9g20ek is for booting from dataflashcard. Use instead the config for booting from dataflash (at91sam9g20df). Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-05-05u-boot-bug: Added U-Boot for BUG (from BUG Labs SVN)Marcin Juszkiewicz1
2009-05-05linux-bug: switch to proper SVN branchMarcin Juszkiewicz1
2009-05-05gpe-su: remove unused versionsAndrea Adami3
/oe/org.openembedded.dev $ andrea@mizar /oe/org.openembedded.dev/conf $ grep -R gpe-su . ./checksums.ini:[http://gpe.linuxtogo.org/download/source/gpe-su-0.11.tar.gz] ./checksums.ini:[http://gpe.linuxtogo.org/download/source/gpe-su-0.14.tar.gz] ./checksums.ini:[http://gpe.linuxtogo.org/download/source/gpe-su-0.15.tar.gz] ./checksums.ini:[http://gpe.linuxtogo.org/download/source/gpe-su-0.18.tar.gz] ./checksums.ini:[http://gpe.linuxtogo.org/download/source/gpe-su-0.19.tar.gz] ./checksums.ini:[http://gpe.linuxtogo.org/download/source/gpe-su-0.20.tar.gz] ./distro/include/preferred-gpe-versions-2.8.inc:PREFERRED_VERSION_gpe-su ?= "0.19" ./distro/include/preferred-om-2008-versions.inc:PREFERRED_VERSION_gpe-su ?= "0.19" ./distro/include/preferred-gpe-versions-2.6.inc:PREFERRED_VERSION_gpe-su ?= "0.18" ./distro/include/preferred-gpe-versions-2.7.inc:PREFERRED_VERSION_gpe-su ?= "0.19" ./distro/include/preferred-gpe-versions.inc:#PREFERRED_VERSION_gpe-su ?= "0.18"
2009-05-05teleport: remove unused 0.33 version (broken atm - may 2009)Andrea Adami5
/oe/org.openembedded.dev/conf $ grep -R teleport . ./checksums.ini:[http://gpe.linuxtogo.org/download/source/teleport-0.33.tar.gz] ./checksums.ini:[http://gpe.linuxtogo.org/download/source/teleport-0.34.tar.gz] ./distro/include/preferred-gpe-versions-2.8.inc:PREFERRED_VERSION_teleport ?= "0.34" ./distro/include/preferred-om-2008-versions.inc:PREFERRED_VERSION_teleport ?= "0.34"
2009-05-04qemu: add version 0.10.3, initialRoman I Khimov7
Finally not requiring GCC3. Added with masked preference, need to carefully sort out and apply OE's patches. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-04udev 124: disable dev cache on akita, c7x0, spitz and tosaDenys Dmytriyenko5
above platforms have /tmp and /etc on read-only rootfs during udev start
2009-05-04glibc: In various old recipes add RPROVIDES virtual-libc-dev, bump PR.Tom Rini11
In some cases we also add in 'libc-dev' if nothing was being provided and add RDEPENDS += linux-libc-headers-dev if that was missing. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-03teleport_0.33: refactor SRC_URI - package breaks on do_compileAndrea Adami2
2009-05-03minilite: fix whitespacesAndrea Adami7
2009-05-03Merge branch 'master' of git://dev.doredevelopment.dk/oe-micro into ↵Leon Woestenberg1
org.openembedded.dev
2009-05-03SlugOS: make some of the image dependencies machine-specific.Mike Westerhof1
2009-05-03SlugOS: remove any kernel images from boot, not just zImages.Mike Westerhof1
2009-05-02SlugOS: make sym-links to the images image-specific.Mike Westerhof2
2009-05-02SlugOS: images - create nas100d and dsmg600 .bin firmware files with ↵Mike Westerhof1
slugos-extd image.
2009-05-02uclibc_0.9.30.bb : add fix for unifdef for modern gcc/glibc combos.Graeme Gregory2
This is probably suitable for all uclibc when someone tests them.
2009-05-02bridge-utils: add version 1.4Roman I Khimov3
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-02bridge-utils: remove old versionsRoman I Khimov3
Version 1.0.4 FTBFS and both with 0.9.7 are very old. No distro sets any version as preferred, so it's safe to assume that everyone is on 1.2 now. Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-02gpe-autostarter_svn: remove 'no strip patch' and hope they fix upstreamAndrea Adami1
2009-05-02teleport: reorder patches for old version 0.33 (still breaks compiling)Andrea Adami5
2009-05-01Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stanislav Brabec6
into org.openembedded.dev
2009-05-01bluez-gnome: Update to version 1.8.Stanislav Brabec1
2009-05-01gpe-aerial: fix Makefiles - don't strip on installAndrea Adami4
2009-05-01gpe-soundserver: Makefile fix - don't strip on installAndrea Adami2
2009-05-01gpe-autostarter: Makefile fix - don't strip on installAndrea Adami6
2009-05-01teleport: Makefile fix - don't strip on installAndrea Adami3
2009-05-01gpe-taskmanager: Makefile fix - don't strip on installAndrea Adami5
2009-05-01keylaunch: Makefile fix - don't strip on installAndrea Adami1
2009-05-01Merge branch 'org.openembedded.dev' of ↵Graeme Gregory138
git+ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
2009-05-01fennec_hg.bb : add sqlite3 dependency that is needed by fennecGraeme Gregory1
2009-05-01minilite: Makefile fix - don't strip on installAndrea Adami8
2009-05-01gpe-su: Makefile fix - don't strip on installAndrea Adami2
2009-05-01xst: Makefile fix - don't strip on installAndrea Adami2
2009-05-01gpe-confd: Makefile fix - don't strip on installAndrea Adami2
2009-05-01libdisplaymigration: Makefile fix - don't strip on installAndrea Adami3