Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-03-22 | libunwind: unneeded empty DEPENDS var removed | Steffen Sledz | 1 | |
Signed-off-by: Steffen Sledz <sledz@dresearch.de> | ||||
2010-03-22 | oeaudit: Add the FreeBSD revision to the package version. | Holger Hans Peter Freyther | 1 | |
2010-03-22 | oeaudit: Do the PR thin inside the freebsd config. | Holger Hans Peter Freyther | 2 | |
2010-03-22 | oeaudit: Use optparse to specify the parameters | Holger Hans Peter Freyther | 1 | |
2010-03-22 | oeaudit: Print a friendly message when the bitbake module can not be found | Holger Hans Peter Freyther | 1 | |
2010-03-22 | oeaudit: Move the oeaudit into a new subdirectory and split it up | Holger Hans Peter Freyther | 3 | |
* OE should contain OE related handling * FreeBSD should contain the handling of FreeBSD specific things like the auditfile format, mapping BSD names to OE.. | ||||
2010-03-22 | oe_audit.py: Properly handle used version.. | Holger Hans Peter Freyther | 1 | |
There might be a third column for -s and we want to use that one. It seems bitbake is a bit confused about latest vs. current... and it is helping. | ||||
2010-03-21 | src_distribute: simplify do_distribute_sources | Chris Larson | 2 | |
Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-03-21 | base.bbclass: add popen/system convenience functions | Christopher Larson | 2 | |
Provides oe_popen, which is a subprocess.Popen wrapper that automatically provides our exported variables in the environment, including the PATH, and oe_system, which is just a wrapper that acts like system. Signed-off-by: Chris Larson <clarson@mvista.com> Acked-by: Tom Rini <tom_rini@mentor.com> | ||||
2010-03-21 | angstrom: bump version | Koen Kooi | 1 | |
2010-03-21 | inetutils: Copy in config.rpath prior to running configure task | Mike Westerhof | 1 | |
(fixes configure failure due to missing file so that inetutils builds again) | ||||
2010-03-21 | openldap: update version 2.4.17 to 2.4.21 | Roman I Khimov | 2 | |
Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
2010-03-21 | cmake.bbclass: force CMAKE_INSTALL_SO_NO_EXE to be 0 | Roman I Khimov | 1 | |
By default cmake guesses whether install shared libaries with exec permissions or not based on host distribution, so this behaviour changes from host to host. OpenEmbedded assumes shared libraries to be with exec permissions (reverse way brakes stripping, for example), so let's force this in cmake configure invocation. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Ash Charles <ashcharles@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> | ||||
2010-03-20 | apex-nslu2: replace endianness tests to not require CONFIG_SITE. | Mike Westerhof | 2 | |
Required since CONFIG_SITE is no longer automatically defined by siteinfo.bbclass (now part of autotools.bbclass). | ||||
2010-03-20 | preferred-slugos-versions.inc: bump up autotools-native, and lock down autotools | Mike Westerhof | 1 | |
This will avoid build problems when newer autotools become available. | ||||
2010-03-21 | php: 5.2.13 and 5.3.2 both have flaws in the handling of xmlrpc | Holger Hans Peter Freyther | 4 | |
This is addressing CVE-2010-0397.patch. | ||||
2010-03-21 | pango-1.24.4: Address flaw in handling Opentype fonts | Holger Hans Peter Freyther | 3 | |
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-20 | sane-srcrevs-fso.inc: bump rev for libframeworkd-glib | Klaus Kurzmann | 1 | |
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> | ||||
2010-03-20 | squid: build with LDAP authentication support | Roman I Khimov | 1 | |
Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
2010-03-20 | squid: enable null store for non-caching proxies | Roman I Khimov | 1 | |
Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
2010-03-20 | squid: enable ssl support | Roman I Khimov | 1 | |
Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
2010-03-20 | squid: revamp init | Roman I Khimov | 2 | |
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-20 | squid: add volatiles for log directory | Roman I Khimov | 2 | |
Should be owned by the same user squid runs. Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
2010-03-20 | squid: introduce version 2.7.STABLE8 | Roman I Khimov | 4 | |
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-20 | squid: move config files to /etc/squid | Roman I Khimov | 1 | |
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-20 | squid: move potentially reusable in other versions parts to .inc files | Roman I Khimov | 4 | |
Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
2010-03-20 | abiword: bump PR for wv change | Koen Kooi | 1 | |
2010-03-20 | perl: remove versions 5.8.4 and 5.8.7 | Roman I Khimov | 33 | |
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-19 | slugos: add siteinfo to INHERIT, since it's used for the distro and image names | Chris Larson | 1 | |
Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-03-19 | utility-tasks: unbork do_{clean,rebuild,mrproper,distclean} | Chris Larson | 1 | |
Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-03-19 | contrib/angstrom/sort.sh : add the new omapzoom36x machine | Graeme Gregory | 1 | |
Signed-off-by: Graeme Gregory <dp@xora.org.uk> | ||||
2010-03-19 | x-load_git.bb : fix minor mistake in omapzoom36x version | Graeme Gregory | 1 | |
This also needs the u-boot snapshot to exist. Signed-off-by: Graeme Gregory <dp@xora.org.uk> | ||||
2010-03-19 | linux-omap-zoomsync : make logo more generic now recipe has 2 machines | Graeme Gregory | 1 | |
2010-03-19 | x-load_git: Added support for OMAPZoom36x | Geetha T | 1 | |
2010-03-19 | u-boot_git: Added support for OMAPZoom36x | Geetha T | 1 | |
2010-03-19 | linux-omap-zoomsync_2.6.32: Added support for OMAPZoom36x | Geetha T | 2 | |
2010-03-19 | omapzoom36x.conf: Machine config for OMAP Zoom36x | Geetha T | 1 | |
2010-03-19 | base: erk, don't remove do_setscene from EXPORT_FUNCTIONS, silly | Chris Larson | 1 | |
Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-03-19 | vala-dbus-binding-tool: 0.1.3 -> 0.1.4 | Michael 'Mickey' Lauer | 2 | |
2010-03-20 | dnsmasq: add status check to init file | Roman I Khimov | 2 | |
Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
2010-03-20 | dnsmasq: add version 2.52 | Roman I Khimov | 3 | |
Fixes CVE-2009-2957 and CVE-2009-2958 among other things. Signed-off-by: Roman I Khimov <khimov@altell.ru> | ||||
2010-03-19 | shr-image: use install_linguas | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-03-19 | preferred-shr-version: update automake to 1.11.1 | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-03-19 | ecore: convert BBCLASSEXTEND | Martin Jansa | 3 | |
* 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-19 | fsogsmd: bump SRCREV | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-03-19 | ewl: doesn't depend on epsilon now, but still on Ecore_data/Ecore_txt | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-03-19 | edje-viewer: configure.ac shows that it depends on elementary instead etk now | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-03-19 | tasks: remove etk/epsilon from task recipes | Martin Jansa | 5 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-03-19 | esmart: update SRC_URI as it was moved to OLD | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-03-19 | epdf: disable deprecated etk | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |