summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-03-29pkgconfig.inc: add missing ${D} when creating ${libdir}/pkgconfig in ↵Klaus Kurzmann1
do_install_append Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Philip Balister <philip@balister.org>
2010-03-29geoclue: add 0.12.0 releaseKoen Kooi1
2010-03-29ecore-native: disable curl againKoen Kooi1
* this avoids an error with curl internal checks that get triggered for some reason on 64 bit buildhosts
2010-03-29linux-leviathan: defconfig: enable earlysuspend for console to fix ↵Denis 'GNUtoo' Carikli2
suspend/resume w/ console on a VT
2010-03-29quagga: add version 0.99.16Roman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29quagga: fix access rights, add more postinstRoman I Khimov2
Add null conf files for protocols (allows tighter permissions setting and sets some starting point for configuration in general), fix permissions for log directory. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29quagga: switch to INC_PRRoman I Khimov5
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29util-linux-ng-native: add dependency on lzo-nativeDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-03-29Merge branch 'pacemaker' into org.openembedded.devRoman I Khimov17
2010-03-29task-shr-feed: add libyaml-perl and libnet-dbus-perl as requested in SHR ↵Thomas Zimmermann1
Bug: #998 Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-29findutils: fix path of sort in updatedbThomas Zimmermann1
* sort pointed to staging in updatedb script Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-29libpcap.inc : fix staging of libpcap.m4Denis 'GNUtoo' Carikli1
Without that fix it fails like this: | oe_libinstall: cd ${WORKDIR}/armv6-angstrom-linux-gnueabi/libpcap-1.0.0-r6/libpcap-1.0.0 | install: cannot create regular file `${WORKDIR}/armv6-angstrom-linux-gnueabi/libpcap-1.0.0-r6/image/usr/share/aclocal/libpcap.m4': No such file or directory NOTE: Task failed: ${WORKDIR}/armv6-angstrom-linux-gnueabi/libpcap-1.0.0-r6/temp/log.do_install.32266
2010-03-29openssl-native 0.9.8m: fix stagingKoen Kooi1
2010-03-29alsa-oss: fix aoss and convert to new stagingThomas Zimmermann1
* as libaoss.so is in -dev it has to be renamed in aoss Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-29glib-2.0_2.23.6: add gatomic-proper-pointer-get-cast.patchRoman I Khimov2
Fixes "cast discards qualifiers from pointer target type" warning on gthread.h:348 which is especially annoying when package is being built with -Werror. 2.22 glib branch is not affected. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29pacemaker: new recipeRoman I Khimov4
Pacemaker achieves maximum availability for your cluster services by detecting and recovering from node and service-level failures. It achieves this by utilizing the messaging and membership capabilities provided by your preferred cluster infrastructure (OE version is built for OpenAIS). If the startup and shutdown of your service can scripted, Pacemaker can improve its availability. Pacemaker can manage clusters of practically any size and comes with a powerful dependency model for accurately modeling your environment. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29openais: add new recipeRoman I Khimov2
The OpenAIS Standards Based Cluster Framework is an OSI Certified implementation of the Service Availability Forum Application Interface Specification (AIS). The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. Restarting and failover of applications is also provided for those deploying applications which may not be modified. The OpenAIS software is built to operate as plugins to the Corosync Cluster Engine. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29corosync: add new recipeRoman I Khimov5
The Corosync Cluster Engine is an OSI Certified implementation of a complete cluster engine. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29cluster-resource-agents: add new recipeRoman I Khimov1
A resource agent is a standardized interface for a cluster resource. In translates a standard set of operations into steps specific to the resource or application, and interprets their results as success or failure. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29cluster-glue: add new recipeRoman I Khimov3
Cluster Glue is a set of libraries, tools and utilities suitable for the Heartbeat/Pacemaker cluster stack. In essence, Glue is everything that is not the cluster messaging layer (Heartbeat), nor the cluster resource manager (Pacemaker), nor a Resource Agent. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29util-linux-ng: disable building fallocate and chgrp-ing wall for -nativeDenys Dmytriyenko1
Fixes following build/install errors on Ubuntu 8.04: 1. Cannot find linux/falloc.h header 2. Cannot chgrp tty wall on install Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-03-29alsa-utils: add gettext-native dependencyDenys Dmytriyenko1
Fixes following error on Ubuntu 8.04: mv: cannot stat `t-ja.gmo': No such file or directory Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-03-28linux-leviathan: bump to 48afbaf19428893b7aec0a385970f300c38300c3 and enable ↵Michael 'Mickey' Lauer2
netfilter / iptables
2010-03-28libfso-glib: catch up with upstream changesMichael 'Mickey' Lauer1
2010-03-28fso-specs: catch up with upstream changes and set proper packaging ARCHMichael 'Mickey' Lauer1
2010-03-28vala-dbus-binding-tool: 0.1.4 -> 0.1.5Michael 'Mickey' Lauer2
2010-03-28vala[-native]: 0.7.10.5 -> 0.7.10.281Michael 'Mickey' Lauer3
2010-03-28glib-2.0 2.23.6: depend on zlib(configure failed because of it missing)Denis 'GNUtoo' Carikli1
If we don't depend on zlib we have: | checking for inflate in -lz... no | configure: error: *** Working zlib library and headers not found *** | FATAL: oe_runconf failed
2010-03-28xserver-kdrive-common : Xserver: add support xorg for buglabs's bug 1.x an ↵Denis 'GNUtoo' Carikli2
bump PR Handle the case where we have Xorg on a bug device (kdrive support was not present and not added): The bug device has 3 framebuffer devices nodes: /dev/fb0 : 160x105 monochrome lcd screen, on bugbase /dev/fb1 : 320x240 first color lcd screen (bug module) /dev/fb2 : 320x240 second color lcd screen (bug module) if we don't add this commit,Xserver would be running the following command at the end: xinit /etc/X11/Xsession -- /usr/bin/Xorg :0 -pn -screen 160x105x1 which will produce the following result for xorg: (EE) No Screen section called "160x105x1" (EE) Unable to determine the screen layout (EE) Error parsing the config file Fatal server error: no screens found Note that here "bug" is the machine defined in conf/machine/bug.conf
2010-03-28Revert "Added wl1251 firmware" (license issues)Denis 'GNUtoo' Carikli1
This reverts commit d3780146af6fdc0f2de1b9485e9baf3f0f57ea97. Because we do not have the permission to ship this firmware The firmware came with no license,having no license doesn't give us the right to ship it,in fact it's the contrary: Current copyright law prevent redistribution by default if no permission is specified.
2010-03-28gs 8.64 : fixed GNU_HASH and added checksumsDenis 'GNUtoo' Carikli1
I used TARGET_CC_ARCH += "${LDFLAGS}" because the following didn't work: *EXTRA_OEMAKE = "XLDFLAGS='${LDFLAGS}'" (xldflags was present in some Makefile) *EXTRA_OEMAKE = "LDFLAGS='${LDFLAGS}'"
2010-03-28linux-2.6.33: added eee701 defconfigDenis 'GNUtoo' Carikli1
I took the linux-2.6.32 config,made menuconfig, saved changes and commited the resulting defconfig
2010-03-28fbreader 0.12.1: fix QA issues and bump PRDenis 'GNUtoo' Carikli1
There were 2 QA issues: * GNU_HASH (fixed with LDFLAGS='${LDFLAGS}' in EXTRA_OEMAKE ) * .debug included in the main package (fixed by FILES_${PN}-dbg += "${libdir}/zlibrary/ui/.debug/") Both were fixed and PR was bumped. Note that buildsys(fbreader-0.8.2a_buildsys_oe.patch is an example of them) patches were not ported because it built correctly without. OE_CFLAGS='${CXXFLAGS}' was removed because without the buildsys patches, it doesn't have any effect.
2010-03-28mp3blaster: added version 3.2.5Denis 'GNUtoo' Carikli2
According to their website(for version 3.2.4) "This version fixes skips and hickups when using SDL audio output. Also, when changing back directories in the file browser, it will jump back to the subdirectory the user came from." With my setup(eee701),it didn't solved the problem completely, but still,the audio was better. And(for version 3.2.5) : "This version only contains some minor compliation fixes" The path was rebased. Maybe it should be submited upstream.
2010-03-28ppp: Prepend ${D} to INCDIRKhem Raj2
* Right now it tries to install into /usr/include on build where it should be in the staged areas. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-28sqlite: convert to new style stagingKoen Kooi1
2010-03-28qt4: fix pkgconfig logic to avoid: NOTE: <type ↵Koen Kooi1
'exceptions.Exception'>:variable includedir references itself! while evaluating: ${includedir}
2010-03-28libpcap: also conver 1.0.0 to new style stagingKoen Kooi1
2010-03-28arora: add 0.10.2, needed to build against qt 4.6.xKoen Kooi3
2010-03-28wireless-tools: convert to new style stagingKoen Kooi2
* now only -cross and kernel packages use legacy staging for 'MACHINE=smartq5 bitbake console-image'
2010-03-28libpcap: convert to new style stagingKoen Kooi1
2010-03-28openssl: convert to new style stagingKoen Kooi1
2010-03-28ppp: convert to new style stagingKoen Kooi2
2010-03-28webkit: bump SRCREVKoen Kooi3
2010-03-28openscenegraph: add 2.9.6, no HW accel yetKoen Kooi2
2010-03-28piccontrol_0.4.bb: Fix linking against lua.Stefan Schmidt1
Lua is staged as liblua.a instead of liblua5.1.a correct LDFLAGS accordingly. Courtesy Guo Hongruan <camelguo@gmail.com> for finding out about the porblem and preparing the initial fix. While being there I also commented out COMPATIBLE_MACHINE as it builds fine for other machines even it may be only usefull on the specific one.
2010-03-28libmikmod: convert to new style stagingKoen Kooi1
2010-03-28libid3tag: remove stray }Koen Kooi1
2010-03-28dbus-glib: ad 0.86Koen Kooi3
2010-03-28dbus-glib: convert to new style stagingKoen Kooi1