aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-11-03base-files: Add issue and issue.net for ben-nanonote.Alex Ferguson
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03jlime: Add several small jlime-specific recipes.Alex Ferguson
* Added fileselector-1.0, a simple file-selector in C and SDL. * Added fnkey-1.0, which is used to emulate a Mode_Shift + Shift keypress using xdotool on pressing the Fn key. This is mainly for the ben-nanonote, and is hackish, but works. * Added gtk-engine-industrial for gtk-1.2, since we still use gtk-1.2 applications in jlime, and gtk-1.2 looks ugly by default. This helps. * Added jlime-extras, a package which adds several files (initscripts, configuration files, other support files), some of which replace files found in other packages. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03feh: Bumped feh version from 1.7 to 1.10.Alex Ferguson
feh 1.10 has some nice new features. Both recipes are otherwise the same. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03mpg123: Removed mpg123-0.66, added mpg123-1.12.5.Alex Ferguson
Apart from the version bump, I have mpg123 compile with fixed point math, which resulted in a huge performance improvement on my Ben Nanonote. Compiled with floating point math (the default) anything over 192kbps would stutter, but with fixed point math, anything up to and including 320kbps MP3 files play smoothly. This should be the same for other devices lacking an FPU (all embedded devices?). Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03mplayer: Added support for mipsel processors for version 1.0rc2.Alex Ferguson
* Added mipsel-support.patch, which adds the correct hooks in configure for compiling mplayer for a mipsel processor. * Modified mplayer-0.0+1.0rc2, adding the above patch to SRC_URI. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03matchbox-desktop: Added layout.patch and modified recipe for jlime.Alex Ferguson
* Added layout.patch, which modifies the matchbox-desktop layout slightly by moving everything down by 20 pixels. * Modified matchbox-desktop-0.9.1 recipe with SRC_URI_append_jlime, pulling in the above patch for jlime only. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03psplash: Added patches, splash and bar for jlime, modified recipe.Alex Ferguson
* Modified configurability.patch so that it applies to the latest psplash SVN (revision 422). * Added jlime/psplash-poky-img.h and psplash-bar-img.h for jlime. * Added progress-color.patch, which sets the color of the progress bar to black, effectively making it invisible. * Modified psplash_svn adding SRC_URI_append_jlime for the above two patches. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03gmu: Add recipe for gmu-0.7.1, a music player based on SDL.Alex Ferguson
* Added Makefile, which adds an install hook and adds the INCS and LIBS variables, due to the way OE handles CFLAGS and LDFLAGS. * Added unknown.mk, the generic mk file, which replaces the version shipped with gmu and fixes compilation in OE. * Added gmu.desktop, which uses the generic audio-player icon. * Added two additional files, nanonote.keymap and nanonote.mk which are specific to ben-nanonote. * Added nanonote-lcd-blank.patch which fixes LCD blanking under the 2.6.36 kernel version for the ben-nanonote target. * Added set-base-dir.patch which sets proper systemwide directories for configuration files and libraries (decoders and frontends). gmu normally looks under pwd to find such files, which is extremely error-prone. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03rxvt-unicode: Add rxvt-unicode 9.07 recipe.Alex Ferguson
* Cleaned up the rxvt-unicode recipe a bit, added a do_install_append hook for installing the .desktop file. * Copied xwc.patch from rxvt-unicode-7.9 into rxvt-unicode-9.07 * Added rxvt-unicode.desktop Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03gtkedit: Add gtkedit-1.0.0 recipe, a small gtk-1.2 based text editor.Alex Ferguson
* Added gtkedit.desktop gtkedit doesn't come with a Makefile, so do_compile and do_install are called manually. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03gcalc: Added GCalc, a gtk-1.2 based calculator.Alex Ferguson
GCalc is a modified version of gtapecalc which can be found on sourceforge that removes the tape part of the program, making it more useful for devices with small screens. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03xdialog: Add recipe for Xdialog, gtk-1.2 equivalent to dialog.Alex Ferguson
* Added fix-duplicates.patch which fixes compilation due to a broken Makefile.in file. * The recipe overrides do_configure because autotools effectively reverts the patch above and breaks compilation. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03ttf-inconsolata: Added recipe for the monospaced Inconsolata font.Alex Ferguson
* Added OFL.txt, which contains the text of the SIL Open Font License as per the license terms. The text in ttf-gentium cannot be reused because it has more specific text. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03dzen2: Add recipe for dzen2, a small messaging/menu program.Alex Ferguson
* Added Makefile, which adds the INCS and LIBS variables due to the way OE handles CFLAGS and LDFLAGS. * Added dzen-extras.tar.gz which adds a launcher script containing several functions (including time display, memory usage, cpu usage and battery status) for use of dzen as a panel application, along with some other required scripts and images. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03echinus: Add recipes for echinus (a wm) and ourico (a panel for echinus).Alex Ferguson
* Added echinus-jlime.patch, which contains jlime-specific changes to the echinus window manager * Added ourico-jlime.patch, which contains jlime-specific changes to the ourico panel. * Added Makefiles for both echinus and ourico which add two additional defines, INCS and LIBS which are used for additional defines due to the way OE handles CFLAGS and LDFLAGS. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03linux-jlime-ben-nanonote: Remove linux-jlime-ben-nanonote-2.6.36, remove 2.6.32Alex Ferguson
* Included linux_logo_clut224.tar.gz which is a full-screen (320x240) logo image and which replaces drivers/video/logo/linux_logo_clut224.ppm (to avoid any source-code changes. * Included modifier-keys.patch, which adds proper support for the Ben Nanonote keyboard. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03linux-2.6.34: remove unused patch, removed from SRC_URI in ↵Martin Jansa
5786f08ba6066e9af60104c5d5606c106e8df7d2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-03vlc_1.1.4.1: add `lua5.1` to `DEPENDS`Paul Menzel
After VLC 1.0.6, being the latest version in OE until addition of 1.1.4.1 in commit 30e362 [2], some interfaces were implemented in Lua in VLC 1.1.0 [1]. Interfaces: * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet and oldhttp. * rc, telnet and http are now implemented using the lua interface system. Task `configure` fails with the following error message. […] | checking for LUA... no | configure: WARNING: lua5.1 not found, trying lua >= 5.1 instead | checking for LUA... no | checking lua.h usability... no | checking lua.h presence... no | checking for lua.h... no | checking lauxlib.h usability... no | checking lauxlib.h presence... no | checking for lauxlib.h... no | checking lualib.h usability... no | checking lualib.h presence... no | checking for lualib.h... no | checking for luaL_newstate in -llua5.1 ... no | checking for luaL_newstate in -llua51 ... no | checking for luaL_newstate in -llua ... no | configure: error: Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error. | ERROR: Function do_configure failed NOTE: package vlc-1.1.4.1-r0: task do_configure: Failed […] Adding `lua5.1` to `DEPENDS` is chosen in favor of disabling it. [1] http://git.videolan.org/?p=vlc.git;a=commitdiff;h=3c1df96cda8086f605f2eacaa5653c9e43ec45ac [2] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=30e362c22a49521ebeef9bed1f0c58902b7dc50b Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-11-03xterm: add 266Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-11-02python-cython_0.13.bb: Add python to DEPENDS.Graham Gower
/usr/bin/cython is a python script. Fix the license while here. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-02Resolvconf: update to 1.46Anders Darander
Resolvconf 1.45 is only available from the snapshot mirror. Remove the recipee for 1.45. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-02site/mips{,64}-common: Add apache vars.Graham Gower
Also, fix CORBA pointer alignment for mips64 that I missed previously. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-02telepathy-gabble_0.7.27.bb: Add libsoup-2.4 to DEPENDS.Graham Gower
checking for SOUP... configure: error: Package requirements (libsoup-2.4) were not met: No package 'libsoup-2.4' found Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-02gdb-cross-sdk: reconfigure before running oe_runmake configure-hostEric Bénard
so we have : configure then make configure-host which generates the Makefile that we modify using sed to statically link the libs Without this patch, we don't statically link libncurses, libtinfo and libz which leads to : /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gdb: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory when trying to use the toolchain. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com>
2010-11-02base.bbclass: fix build error if building with bitbake 1.8.xDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-11-02tasks: fix compilation due to missing config.h includeDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-11-02mysql5-native: drop obsolete do_rm_work replacementDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-11-02busybox: remove unused versionEric Bénard
keep the following versions : 1.2.1 (used by oplinux) 1.7.2 (used by nylon) 1.13.2 (used by angstrom, kaeilos and slugos) 1.17.1 (used by angstrom) 1.17.3 (latest one) Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-02busybox: 1.17.3 is stable and can be the default fallback versionEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-11-02busybox-static: add the latest versionEric Bénard
tested using initramfs-image Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-11-02vlc: update to 1.1.4.1Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-11-02add metano linux distributionAngelo S. Mavridis Bartolome
Signed-off-by: Angelo S. Mavridis Bartolome <angelo@pynell.com>
2010-11-01gzip: Fix update-alternativesTom Rini
The rename was being done correctly in do_install (for just pn-gzip) so remove a bad attempted rename in the postinst and suffix that and prerm with pn-gzip while we're in here. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-01stage-manager: Fix removal of installed packagesTom Rini
Currently, the status line for installed pstaging packages will ready 'Status: install user installed' but we check for 'install ok installed' so the check fails and we don't remove. Fix the check to look for user rather than ok. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-01linux-kexecboot.inc: define explicitely the custom defconfig for this kernelAndrea Adami
* set master console on serial * add the quiet/debug command line tag * (all could be just done in the defconfig, is left here as example)
2010-11-01linux-kexecboot_2.6.36: add initial untested collie, poodle and tosa defconfigsAndrea Adami
2010-11-01linux-kexecboot_2.6.36: update defconfigs for c7x0, spitz, akitaAndrea Adami
* add forgotten CONFIG_LEDS_TRIGGER_IDE_DISK=y
2010-11-01angstrom: fix licensing for angstrom recipesKoen Kooi
tasks and hacks are all MIT, mkcard is GPLv2
2010-11-01qwt: add examples and fix -dev RPROVIDESEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-11-01qwt 5.2.1: add recipes for /e and /x11 versionsKoen Kooi
* QT/e apps using this lib will need some s/qwt/qwt$QTLIBINFIX/g love Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-11-01xorg: new versions for 20101101Martin Jansa
* tested on SHR/gta-02, SHR/spitz, SHR/nokia900 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-01busybox: usb detection scriptEric Bénard
remove git version which accidently leaked in the file. increase busybox PR. Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-31xboard: add version 4.4.4Martin Jansa
* move files to PN-PV for faster lookup Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-31accelges_svn: add `libglade` to `DEPENDS`Paul Menzel
The task `configure` failed with the following error. […] | checking for NOTIFY... yes | checking for GLADE... configure: error: Package requirements (libglade-2.0) were not met: | | No package 'libglade-2.0' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables GLADE_CFLAGS | and GLADE_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | | ERROR: Function do_configure failed NOTE: package accelges-1_0.2+svnr206-r4: task do_configure: Failed Adding `libglade` to `DEPENDS` fixes the problem and the recipe was build tested with the following build configuration. Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "1218fb1420ff039012d08e4a43cf3bac70c08fdf" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "angstrom" DISTRO_VERSION = "next" TARGET_FPU = "hard" Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-31accelges_svn: sort `DEPENDS` alphabeticallyPaul Menzel
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-31mokomaze: don't set RDEPENDS_${PN}_shr as it overwrites RDEPENDS from .so ↵Martin Jansa
providers * as work around use RRECOMMENDS instead Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-31mokomaze: fix vibration on gta02 with 2.6.34 kernelSebastian Krzyszkowiak
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-31libvpx: add 0.9.5Koen Kooi
2010-10-31task-shr-feed: add setxkbmapMartin Jansa
2010-10-31linux-openmoko-2.6.34: enable 3D engine and update jitterless patchMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>