summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
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
2010-03-28libid3tag: convert to new style stagingKoen Kooi1
2010-03-28orbit2: convert to new style stagingKoen Kooi1
2010-03-28gnome-common: convert to new style stagingKoen Kooi1
2010-03-28qemu: curl isn't in DEPENDS, so disable itKoen Kooi1
2010-03-28ncurses: convert to new-style stagingKoen Kooi1
2010-03-28libgpg-error: convert to new style stagingKoen Kooi1
2010-03-28jpeg: convert to new-style staging and use BBCLASSEXTEND for -nativeKoen Kooi2
2010-03-28lzo: convert to new style staging and use BBCLASSEXTEND for -nativeKoen Kooi2
2010-03-28gtk-doc: convert to new style staging and use BBCLASSEXTENDKoen Kooi2
2010-03-28curl: add 7.20.0 to fix http://curl.haxx.se/docs/adv_20100209.html and ↵Koen Kooi3
convert to new style staging
2010-03-28cmake 2.6.4: convert native to new style staging and add (currenly non ↵Koen Kooi2
working) 2.6.4 for target * does anyone know how pass only 3 vars to cmakecache instead everything?
2010-03-28libvalhalla: Add libvalhalla hg.Paul Menzel1
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-28 mktemp_1.6.bb: use update-alternativesMartyn Welch1
* As suggested in the original version, this patch makes mktemp use update-alternatives. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-28readline: Use BBCLASSEXTEND for native recipe.Khem Raj4
* Get rid of do_stage. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-28lua: Adopt new staging and BBCLASSEXTENDMichael Stanger4
* Removed do_stage from recipes * Set NATIVE_INSTALL_WORKS=1 * lua5.1-native now stages lua executable * Removed -native recipe, use BBCLASSEXTENDS instead Signed-off-by: Michael Stanger <michael.stanger@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-27groff-1.19.2: avoid running install-info when installing the packageRicardo Salveti de Araujo1
Otherwise the package will add the usr/share/info/dir file and can conflict with other problematically packages. Solution based on debian rules provided by the debian package. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-27mrtg: new recipeRoman I Khimov2
The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic load on network links. MRTG generates HTML pages containing PNG images which provide a LIVE visual representation of this traffic. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-27Merge branch 'tzdata' into org.openembedded.devRoman I Khimov5
2010-03-27ppp: make if-up/-down scripts compatible to resolvconf (thx to Wonka)Thomas Zimmermann3
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-27xinput-calibrator: add 0.6.1Koen Kooi1
2010-03-27qt4-embedded-gles 4.6.2: try harder to disable openvg and build linuxfb ↵Koen Kooi2
support statically
2010-03-27freeimage: convert to new style stagingKoen Kooi1
2010-03-27wgois: add missing dep and convert to new-style stagingKoen Kooi1
2010-03-27chrony: time synchronization recipe (chronyc and chronyd)Jonathan Cameron6
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-03-27gnutls: fix do_configure by depending on gtk-docAntonio Ospite1
building gnutls_2.8.5.bb fails in do_configure with these messages: [..] | automake: unknown warning category `cross' | doc/Makefile.am:27: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL | gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL | doc/reference/Makefile.am:135: `gtk-doc.make' included from here | gtk-doc.make:50: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL | doc/reference/Makefile.am:135: `gtk-doc.make' included from here | gtk-doc.make:173: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL | doc/reference/Makefile.am:135: `gtk-doc.make' included from here | doc/reference/Makefile.am:147: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL | autoreconf: automake failed with exit status: 1 | FATAL: autoreconf execution failed. NOTE: Task failed: /home/chris/oe/micro-dev/work/i686-oe-linux/gnutls-2.8.5-r0/temp/log.do_configure.14113 ERROR: TaskFailed event exception, aborting ERROR: Build of /home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb do_configure failed ERROR: Task 652 (/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb, do_configure) failed NOTE: Tasks Summary: Attempted 865 tasks of which 0 didn't need to be rerun and 1 failed. ERROR: '/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb' failed Depending on gtk-doc fixes this. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Holger Hans Peter Freyther <zecke@selfish.org> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-03-27fontconfig: add 2.8.0 and make it default for angstromKoen Kooi1
* 2.8.0 has he bugfix we need and is better that the 'random' git version 2.6.99 is using
2010-03-27faac: fix packaging and convert to new style stagingKoen Kooi1
2010-03-27freetype: convert to new style stagingKoen Kooi9
2010-03-27fontconfig: convert to new style stagingKoen Kooi2
2010-03-27cups: convert to new style stagingKoen Kooi1
2010-03-27expat: convert to new style stagingKoen Kooi3