Alex Ferguson [Sat, 30 Oct 2010 18:42:28 +0000 (21:42 +0300)]
gmu: Add recipe for gmu-0.7.1, a music player based on SDL.
* 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>
Alex Ferguson [Sat, 30 Oct 2010 18:42:27 +0000 (21:42 +0300)]
rxvt-unicode: Add rxvt-unicode 9.07 recipe.
* 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>
Alex Ferguson [Sat, 30 Oct 2010 18:42:26 +0000 (21:42 +0300)]
gtkedit: Add gtkedit-1.0.0 recipe, a small gtk-1.2 based text editor.
* 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>
Alex Ferguson [Sat, 30 Oct 2010 18:42:25 +0000 (21:42 +0300)]
gcalc: Added GCalc, a gtk-1.2 based calculator.
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>
Alex Ferguson [Sat, 30 Oct 2010 18:42:24 +0000 (21:42 +0300)]
xdialog: Add recipe for Xdialog, gtk-1.2 equivalent to dialog.
* 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>
Alex Ferguson [Sat, 30 Oct 2010 18:42:23 +0000 (21:42 +0300)]
ttf-inconsolata: Added recipe for the monospaced Inconsolata font.
* 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>
Alex Ferguson [Sat, 30 Oct 2010 18:42:22 +0000 (21:42 +0300)]
dzen2: Add recipe for dzen2, a small messaging/menu program.
* 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>
Alex Ferguson [Sat, 30 Oct 2010 18:42:20 +0000 (21:42 +0300)]
echinus: Add recipes for echinus (a wm) and ourico (a panel for echinus).
* 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>
Alex Ferguson [Sat, 30 Oct 2010 18:42:19 +0000 (21:42 +0300)]
linux-jlime-ben-nanonote: Remove linux-jlime-ben-nanonote-2.6.36, remove 2.6.32
* 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>
Martin Jansa [Wed, 3 Nov 2010 08:38:58 +0000 (09:38 +0100)]
linux-2.6.34: remove unused patch, removed from SRC_URI in
5786f08ba6066e9af60104c5d5606c106e8df7d2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Paul Menzel [Wed, 3 Nov 2010 08:52:36 +0000 (09:52 +0100)]
vlc_1.1.4.1: add `lua5.1` to `DEPENDS`
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>
Koen Kooi [Wed, 3 Nov 2010 09:53:57 +0000 (10:53 +0100)]
xterm: add 266
Signed-off-by: Koen Kooi <koen@openembedded.org>
Graham Gower [Tue, 2 Nov 2010 13:33:05 +0000 (13:33 +0000)]
python-cython_0.13.bb: Add python to DEPENDS.
/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>
Anders Darander [Tue, 2 Nov 2010 01:20:32 +0000 (01:20 +0000)]
Resolvconf: update to 1.46
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>
Graham Gower [Mon, 1 Nov 2010 15:34:19 +0000 (15:34 +0000)]
site/mips{,64}-common: Add apache vars.
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>
Graham Gower [Mon, 1 Nov 2010 15:08:49 +0000 (15:08 +0000)]
telepathy-gabble_0.7.27.bb: Add libsoup-2.4 to DEPENDS.
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>
Eric Bénard [Mon, 1 Nov 2010 21:22:14 +0000 (22:22 +0100)]
gdb-cross-sdk: reconfigure before running oe_runmake configure-host
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>
Dmitry Eremin-Solenikov [Tue, 2 Nov 2010 13:33:16 +0000 (16:33 +0300)]
base.bbclass: fix build error if building with bitbake 1.8.x
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Mon, 1 Nov 2010 14:34:32 +0000 (17:34 +0300)]
tasks: fix compilation due to missing config.h include
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Thu, 7 Oct 2010 09:35:45 +0000 (13:35 +0400)]
mysql5-native: drop obsolete do_rm_work replacement
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Eric Bénard [Mon, 1 Nov 2010 13:57:46 +0000 (14:57 +0100)]
busybox: remove unused version
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>
Eric Bénard [Mon, 1 Nov 2010 13:53:52 +0000 (14:53 +0100)]
busybox: 1.17.3 is stable and can be the default fallback version
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Eric Bénard [Mon, 1 Nov 2010 13:51:20 +0000 (14:51 +0100)]
busybox-static: add the latest version
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>
Koen Kooi [Tue, 2 Nov 2010 08:30:44 +0000 (09:30 +0100)]
vlc: update to 1.1.4.1
Signed-off-by: Koen Kooi <koen@openembedded.org>
Angelo S. Mavridis Bartolome [Tue, 2 Nov 2010 00:48:41 +0000 (00:48 +0000)]
add metano linux distribution
Signed-off-by: Angelo S. Mavridis Bartolome <angelo@pynell.com>
Tom Rini [Mon, 1 Nov 2010 23:09:26 +0000 (16:09 -0700)]
gzip: Fix update-alternatives
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>
Tom Rini [Mon, 1 Nov 2010 19:27:24 +0000 (12:27 -0700)]
stage-manager: Fix removal of installed packages
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>
Andrea Adami [Mon, 1 Nov 2010 15:56:37 +0000 (16:56 +0100)]
linux-kexecboot.inc: define explicitely the custom defconfig for this kernel
* 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)
Andrea Adami [Mon, 1 Nov 2010 15:52:12 +0000 (16:52 +0100)]
linux-kexecboot_2.6.36: add initial untested collie, poodle and tosa defconfigs
Andrea Adami [Mon, 1 Nov 2010 15:47:13 +0000 (16:47 +0100)]
linux-kexecboot_2.6.36: update defconfigs for c7x0, spitz, akita
* add forgotten CONFIG_LEDS_TRIGGER_IDE_DISK=y
Koen Kooi [Mon, 1 Nov 2010 13:42:38 +0000 (14:42 +0100)]
angstrom: fix licensing for angstrom recipes
tasks and hacks are all MIT, mkcard is GPLv2
Eric Bénard [Sun, 31 Oct 2010 18:28:36 +0000 (19:28 +0100)]
qwt: add examples and fix -dev RPROVIDES
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Koen Kooi [Mon, 25 Oct 2010 11:16:37 +0000 (13:16 +0200)]
qwt 5.2.1: add recipes for /e and /x11 versions
* QT/e apps using this lib will need some s/qwt/qwt$QTLIBINFIX/g love
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Martin Jansa [Mon, 1 Nov 2010 09:36:52 +0000 (10:36 +0100)]
xorg: new versions for
20101101
* tested on SHR/gta-02, SHR/spitz, SHR/nokia900
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Eric Bénard [Mon, 1 Nov 2010 09:43:45 +0000 (10:43 +0100)]
busybox: usb detection script
remove git version which accidently leaked in the file.
increase busybox PR.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Martin Jansa [Sun, 31 Oct 2010 17:23:40 +0000 (18:23 +0100)]
xboard: add version 4.4.4
* move files to PN-PV for faster lookup
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Paul Menzel [Sun, 31 Oct 2010 12:49:59 +0000 (13:49 +0100)]
accelges_svn: add `libglade` to `DEPENDS`
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>
Paul Menzel [Sun, 31 Oct 2010 12:49:32 +0000 (13:49 +0100)]
accelges_svn: sort `DEPENDS` alphabetically
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 31 Oct 2010 14:59:10 +0000 (15:59 +0100)]
mokomaze: don't set RDEPENDS_${PN}_shr as it overwrites RDEPENDS from .so providers
* as work around use RRECOMMENDS instead
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Sebastian Krzyszkowiak [Sun, 31 Oct 2010 13:32:39 +0000 (13:32 +0000)]
mokomaze: fix vibration on gta02 with 2.6.34 kernel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Sun, 31 Oct 2010 12:58:21 +0000 (13:58 +0100)]
libvpx: add 0.9.5
Martin Jansa [Sun, 31 Oct 2010 14:15:26 +0000 (15:15 +0100)]
task-shr-feed: add setxkbmap
Martin Jansa [Sun, 31 Oct 2010 13:13:35 +0000 (14:13 +0100)]
linux-openmoko-2.6.34: enable 3D engine and update jitterless patch
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Eric Bénard [Sat, 30 Oct 2010 00:40:38 +0000 (02:40 +0200)]
usb detection script
remove echo which should not be there
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Fri, 29 Oct 2010 15:48:48 +0000 (17:48 +0200)]
qt-4.7: rename qtdemo to qtdemoE for qt4-embedded
in order to stay consistant with 4.6.x releases.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Martin Jansa [Sun, 31 Oct 2010 12:37:20 +0000 (13:37 +0100)]
frameworkd: bump SRCREV again
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Roman I Khimov [Sat, 30 Oct 2010 07:11:36 +0000 (11:11 +0400)]
valgrind: remove versions prior to 3.6.0
If you're using valgrind, you probably want latest and versions removed with
this patch are 2+ years old.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
Denis 'GNUtoo' Carikli [Sun, 31 Oct 2010 10:46:13 +0000 (11:46 +0100)]
base-files: add fstab for nokia900 and bump PR
The standard fstab lacked an entry for the 32GB one NAND
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Martin Jansa [Sat, 30 Oct 2010 23:15:49 +0000 (01:15 +0200)]
accelges: don't put libraries to RDEPENDS
* they are automatically added by .so providers
* in this case libcurl was pulling curl-nativesdk to DEPENDS which is really wrong
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Sat, 30 Oct 2010 22:49:11 +0000 (15:49 -0700)]
gcc-package-cross, gcc-package-target: Stage libgcc_s.so linker stub
* This stub is not staged in <sysroot>/usr/lib which is
a problem for many python recipes as it looks for libgcc in
that directory and fail to find it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 21:12:08 +0000 (23:12 +0200)]
busybox: use INC_PR in consistent way
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 21:09:36 +0000 (23:09 +0200)]
busybox: don't require busybox.inc twice
* busybox_1.1x.inc includes it too resulting in
ERROR: busybox-linuxrc is listed in PACKAGES multiple times, this leads to packaging errors.
ERROR: Please fix the metadata/report this as bug to OE bugtracker.
for every subpackage (6).
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 20:03:19 +0000 (22:03 +0200)]
task-shr-feed: add efm recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 11:45:02 +0000 (13:45 +0200)]
xorg: new versions for
20101030
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Sebastian Krzyszkowiak [Sun, 10 Oct 2010 12:18:19 +0000 (12:18 +0000)]
xserver-nodm-init: update INITSCRIPT_PARAM to stop it in runlevel 0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Sebastian Krzyszkowiak [Sat, 30 Oct 2010 15:55:44 +0000 (15:55 +0000)]
mokomaze: fix accelerometers on gta02 with 2.6.34 kernel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 08:49:27 +0000 (10:49 +0200)]
SHR: prefer latest busybox
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 14:53:23 +0000 (16:53 +0200)]
wget: enable gnutls support for SHR and fix gnutls in wget-1.12
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 13:38:31 +0000 (15:38 +0200)]
shadow: use u-a for groups (conflicts with groups from coreutils-8.5)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 13:14:54 +0000 (15:14 +0200)]
coreutils: use INC_PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 13:44:42 +0000 (15:44 +0200)]
coreutils: install df and nice to /bin as busybox does
* otherwise u-a will fail
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 13:11:26 +0000 (15:11 +0200)]
coreutils: use u-a for sha256sum, sha512sum, timeout (conflict with busybox-1.17.3)
* surround "u-a --install" and "mv" calls with "if" to be sure it won't fail for old coreutils version without some ${bindir}/$i
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 12:58:08 +0000 (14:58 +0200)]
util-linux-ng: Make cal, script, flock use u-a, drop D_P = -1
* cal and script were added to usrbinprogs_a in
af3f52db17181108a45a0484a57e84495e865393,
but u-a calls weren't added to postinst/prerm
* drop D_P = -1, doesn't make much sense in .inc file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 29 Oct 2010 06:22:49 +0000 (08:22 +0200)]
xorg: new versions for
20101029
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 08:44:03 +0000 (10:44 +0200)]
supertux(-qvga): include supertux recipe to supertux-qvga
* if do_configure in supertux-qvga fails for you, then it's because gp2x.patch adds libmikmod to configure.ac and
libmikmod-config returns -L/usr/lib, libmikmod should be fixed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 30 Oct 2010 12:01:51 +0000 (14:01 +0200)]
frameworkd: bump SRCREV
Vladimir Sorokin [Wed, 27 Oct 2010 13:04:20 +0000 (17:04 +0400)]
sshpass: initial commit. Version 1.04.
Sshpass is a tool for non-interactivly performing password authentication with
SSH's so called "interactive keyboard password authentication".
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Tue, 26 Oct 2010 08:15:24 +0000 (12:15 +0400)]
suricata: update 1.0.1 to 1.0.2
Important bugfixes and small features, considered as safe upgrade.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Vladimir Sorokin [Mon, 25 Oct 2010 13:20:25 +0000 (17:20 +0400)]
valgrind: new version 3.6.0
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Mon, 25 Oct 2010 12:26:41 +0000 (16:26 +0400)]
paxtest: new recipe, version 0.9.9
PaX is a Linux kernel patch which adds much stricter control on how memory is
being used by applications. A normal Linux kernel leaves the control to the
application and does not implement any enforcement. Especially buffer overflow
attacks benefit from the absence of kernel enforced memory control. PaX tries
to do its best to enforce this control of memory used by applications, thereby
making it harder to successfully exploit buffer overflows.
Paxtest provides a regression test suite that covers most (but not all) of PaX
functionality. It can also be used to test other memory protection patches.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 22 Oct 2010 12:15:16 +0000 (16:15 +0400)]
httperf: new recipe, version 0.9.0
Httperf is a tool for measuring web server performance. It provides a
flexible facility for generating various HTTP workloads and for
measuring server performance.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Eric Bénard [Sat, 30 Oct 2010 00:35:50 +0000 (02:35 +0200)]
add missing script for usb detection
this script is missing in commit
cd7c9542bad478df9df733a6639ab3b6ef41ef72
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Fri, 29 Oct 2010 15:44:52 +0000 (17:44 +0200)]
busybox/find-touchscreen: handle input/device case
On a new configuration using 2.6.36 kernel + busybox 1.17.1 ,
find-toucscreen.sh fails because $MDEV is input/event0 and not event0.
This patch fixes this problem by removing input/ if present in $MDEV.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Fri, 29 Oct 2010 20:27:35 +0000 (22:27 +0200)]
busybox's mdev: add script to populate /dev/bus/usb
this patch allows libusb to work on kernel configured without
CONFIG_USB_DEVICEFS
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Fri, 29 Oct 2010 15:55:38 +0000 (17:55 +0200)]
busybox: add 1.17.3
this patch adds the 1.17.3 release of busybox and its up to date
patches.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Fri, 29 Oct 2010 19:19:37 +0000 (21:19 +0200)]
busybox-1.17.1: add fixes from upstream
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Fri, 29 Oct 2010 19:15:47 +0000 (21:15 +0200)]
busybox: factorize recipes
Signed-off-by: Eric Bénard <eric@eukrea.com>
Klaus Kurzmann [Fri, 29 Oct 2010 16:20:14 +0000 (18:20 +0200)]
udev_151: path fix in udev-rules-nokia-n900-hacks.rules and bump PR
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Stefan Schmidt [Fri, 29 Oct 2010 14:27:33 +0000 (15:27 +0100)]
cacaoh-*native: Don't rely on host libtool
Reported-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Khem Raj [Fri, 29 Oct 2010 05:12:53 +0000 (22:12 -0700)]
xerces-c_2.8.0.bb: Call gnu-configize in do_configure
* This gets correct config.guess and config.sub generated
which have OE changes ro note uclibc based OS
* Remove redundant do_stage
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 29 Oct 2010 01:34:35 +0000 (18:34 -0700)]
linux.inc: Add space before ending ']' of shell conditional.
* Thanks to Scott Anderson for spotting it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Klaus Kurzmann [Thu, 28 Oct 2010 20:27:20 +0000 (22:27 +0200)]
base-files: bump PR to get /etc/profile.d built
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Denis 'GNUtoo' Carikli [Thu, 28 Oct 2010 15:51:09 +0000 (17:51 +0200)]
eet: depend on gnutls(else it fails to compile)
If we don't depend on gnutls we have:
| CC libeet_la-eet_connection.lo
| eet_lib.c:50:28: fatal error: gnutls/gnutls.h: No such file or directory
Stefan Schmidt [Thu, 28 Oct 2010 13:55:12 +0000 (15:55 +0200)]
cacaoh-openjdk-native: Cleanup double inherit of autotools.
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Stefan Schmidt [Thu, 28 Oct 2010 13:50:55 +0000 (15:50 +0200)]
cacaoh-*native: Try to be libtool version agnostic.
Based on a suggestion from Enrico Scholz we should use libtool --mode=install
for install libtool stuff. This fixes a regresion for me that came in with
commit
93c4d9d84096c817e74abf3f4c02f82af4c95178
It is working fine again now with libtool 2.2.6b (angstrom-2008), testing with
libtool 2.4 would be appreciated.
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Denis 'GNUtoo' Carikli [Sun, 19 Sep 2010 17:28:25 +0000 (19:28 +0200)]
xserver-xorg-conf: nokia900's xorg.conf mark keyboard as CoreKeyboard
* add CoreKeyboard option for nokia900
This seems to be needed to make it actually load it...
Otherwise a pc105 model will be there instead of the
needed nokiarx51 one... needs researching.
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 28 Oct 2010 08:51:03 +0000 (10:51 +0200)]
edbus: fix upgradable path
* FILES_edbus is empty now all libs packaged in lib*.ipk
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Pau Espin Pedrol [Wed, 27 Oct 2010 22:07:40 +0000 (00:07 +0200)]
e-wm: add subpackage with optional EFM desktop icon
* you have to enable efm module in e-wm settings
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 27 Oct 2010 23:07:16 +0000 (01:07 +0200)]
cairo_1.10.0: bump PR to rebuild with gcc fix
Stefan Schmidt [Thu, 28 Oct 2010 08:34:13 +0000 (10:34 +0200)]
task-shr-feed: Remove obsoleted and commented out recipes
Stefan Schmidt [Thu, 28 Oct 2010 08:32:33 +0000 (10:32 +0200)]
illume-image: Remove obsoleted and commented out recipes
Stefan Schmidt [Thu, 28 Oct 2010 08:31:17 +0000 (10:31 +0200)]
elementary-sms: Move to obsolete.
* Depends on libefso which moved to obsolete
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Michael Smith [Thu, 28 Oct 2010 12:35:54 +0000 (08:35 -0400)]
xdelta 3.0z: fix GNU_HASH QA errors
Signed-off-by: Michael Smith <msmith@cbnco.com>
Graham Gower [Wed, 27 Oct 2010 15:05:01 +0000 (15:05 +0000)]
gs: Clean up and break into two recipes.
* Break the native compilation steps into a separate native recipe.
* Fix license
* Convert to new style staging
* Fix build on mipsel due to missing -fPIC for objects linked into so files.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Thu, 28 Oct 2010 02:08:54 +0000 (19:08 -0700)]
scim_1.4.9.bb: Fix infinite loop when compiling po/ subdir
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Chris Larson [Thu, 28 Oct 2010 01:14:38 +0000 (18:14 -0700)]
base: drop rebuild, fix eventhandler
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Thu, 28 Oct 2010 00:22:38 +0000 (17:22 -0700)]
gitver: add GITSHA variable
There's a case where git describe produces output which is not pleasant, to
put it mildly, and it's better to just set PV to "0.0+${GITSHA}" or similar,
including the short form of the commit hash for HEAD.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Thu, 28 Oct 2010 00:21:58 +0000 (17:21 -0700)]
clean: rename clean_workdir to remove_workdir
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Wed, 27 Oct 2010 21:54:20 +0000 (14:54 -0700)]
gitver: fix non-symbolic HEAD ref
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Khem Raj [Wed, 27 Oct 2010 22:02:21 +0000 (15:02 -0700)]
gcc-4.5.inc: Disable Optimize load 0.0 for NEON patch
* fixes the cairo regression and has been reported to malfunction
see https://bugs.launchpad.net/gcc-linaro/+bug/667490
Signed-off-by: Khem Raj <raj.khem@gmail.com>