aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2010-03-22libnfnetlink: add version 1.0.0Roman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22libnfnetlink: don't libtoolize version 0.0.30Roman I Khimov
Broken with newer libtool, builds fine without relibtoolizing. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22libnfnetlink: unify versions with .inc fileRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Stefan Schmidt
into org.openembedded.dev
2010-03-22u-boot_git.bb: add xilinx ml507 supportAdrian Alonso
* Based on xilinx official repos * If a hardware project dir is set in local.conf XILINX_BSP_PATH * it will over write xparameters header and append some canonical * definitions. It also install u-boot elf executable for bare metal * execution, early development stages. Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-03-22xserver-xorg-conf_0.1.bb : add omapzoom36x config files.Graeme Gregory
2010-03-22vim: add diffutils to RSUGGESTS, as vimdiff doesn't like busybox version of diffMartin Jansa
2010-03-22gdb*: Add flex-native (and make sure we have relevant zlib) in DEPENDS.Tom Rini
2010-03-22u-boot: update LICENSE to more specific GPLv2Denys Dmytriyenko
There are parts of U-Boot that are GPLv2 and GPLv2+ (version 2 or later) Also, U-Boot's author Wolfgang Denk is planning to switch to GPLv3+ Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-03-22ettercap-ng: Pass location of ncursesMartyn Welch
Ensure that ettercap uses the ncurses libs from the staging include directory during configuration Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2010-03-22grip: Upgrade to 3.3.1Scott Garman
* Latest development version (should be stable, same version is in Debian Stable) Signed-off-by: Scott Garman <sgarman@zenlinux.com> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2010-03-22pulseaudio: Plug flaw with pulseaudio restarting itself..Holger Hans Peter Freyther
Address CVE-2009-1894..
2010-03-22linux-2.6.28.10-at91-mh.patch: removed trailing whitespaces, please apologizeMarco Cavallini
2010-03-22linux-2.6.28/mh355/linux-2.6.28.10-at91-mh.patch: added patches for machine ↵Marco Cavallini
Microhard mh355 * added recipes/linux/linux-2.6.28/mh355/defconfig
2010-03-22linux_2.6.28.bb: added patches for machine Microhard mh355Marco Cavallini
2010-03-22sysvinit: bump PR for license changeKoen Kooi
2010-03-22libunwind: unneeded empty DEPENDS var removedSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-03-21inetutils: Copy in config.rpath prior to running configure taskMike Westerhof
(fixes configure failure due to missing file so that inetutils builds again)
2010-03-21openldap: update version 2.4.17 to 2.4.21Roman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20apex-nslu2: replace endianness tests to not require CONFIG_SITE.Mike Westerhof
Required since CONFIG_SITE is no longer automatically defined by siteinfo.bbclass (now part of autotools.bbclass).
2010-03-21php: 5.2.13 and 5.3.2 both have flaws in the handling of xmlrpcHolger Hans Peter Freyther
This is addressing CVE-2010-0397.patch.
2010-03-21pango-1.24.4: Address flaw in handling Opentype fontsHolger Hans Peter Freyther
Addresses CVE-2010-0421. This CVE applies to all versions of pango < 1.27.1 so when someone upgrades pango to 1.26.x he needs to apply the same patch.
2010-03-20squid: build with LDAP authentication supportRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: enable null store for non-caching proxiesRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: enable ssl supportRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: revamp initRoman I Khimov
Configure squid to create PID file by default, use SQUID_ARGS variable, wait for it to actually stop when stopping (takes some time for squid to do it). Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: add volatiles for log directoryRoman I Khimov
Should be owned by the same user squid runs. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: introduce version 2.7.STABLE8Roman I Khimov
Enable epoll for this version, it's available on all 2.6 kernels, so disabling it is a bit strange for 2010. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: move config files to /etc/squidRoman I Khimov
Squid installs 5 files into /etc so it deserves a separate dir for it. Similar setup is used by other distros. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: move potentially reusable in other versions parts to .inc filesRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20abiword: bump PR for wv changeKoen Kooi
2010-03-20perl: remove versions 5.8.4 and 5.8.7Roman I Khimov
Obsolete, not used. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-03-19x-load_git.bb : fix minor mistake in omapzoom36x versionGraeme Gregory
This also needs the u-boot snapshot to exist. Signed-off-by: Graeme Gregory <dp@xora.org.uk>
2010-03-19linux-omap-zoomsync : make logo more generic now recipe has 2 machinesGraeme Gregory
2010-03-19x-load_git: Added support for OMAPZoom36xGeetha T
2010-03-19u-boot_git: Added support for OMAPZoom36xGeetha T
2010-03-19linux-omap-zoomsync_2.6.32: Added support for OMAPZoom36xGeetha T
2010-03-19vala-dbus-binding-tool: 0.1.3 -> 0.1.4Michael 'Mickey' Lauer
2010-03-20dnsmasq: add status check to init fileRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20dnsmasq: add version 2.52Roman I Khimov
Fixes CVE-2009-2957 and CVE-2009-2958 among other things. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-19shr-image: use install_linguasMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19ecore: convert BBCLASSEXTENDMartin Jansa
* different EXTRA_OECONF weren't used for -native as the diff seems rather unintentional when OECONF was updated only in non-native version, feel free to add it if really needed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19ewl: doesn't depend on epsilon now, but still on Ecore_data/Ecore_txtMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19edje-viewer: configure.ac shows that it depends on elementary instead etk nowMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19tasks: remove etk/epsilon from task recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19esmart: update SRC_URI as it was moved to OLDMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19epdf: disable deprecated etkMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19esmart: drop epsilon dependency, then we won't get thumbMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19efl: move epsilon/etk to obsolete, because they're not supported with newer ↵Martin Jansa
ecore anymore Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19Don't inherit siteinfo in base.bbclassChris Larson
Acked-by: Richard Purdie <rpurdie@linux.intel.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Signed-off-by: Chris Larson <chris_larson@mentor.com>