openembedded.git
14 years agonetbase: add bluepro specific /etc/network/interfaces
Vitus Jensen [Fri, 16 Apr 2010 07:08:23 +0000 (07:08 +0000)]
netbase: add bluepro specific /etc/network/interfaces

* eth0, usb for host connectivity
* can0, can1 to control CAN devices

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agobluepro: add machine configuration for TQ BluePro
Vitus Jensen [Fri, 16 Apr 2010 07:10:33 +0000 (07:10 +0000)]
bluepro: add machine configuration for TQ BluePro

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agolinux_2.6.32: add tb5200l support
Vitus Jensen [Fri, 16 Apr 2010 06:54:28 +0000 (06:54 +0000)]
linux_2.6.32: add tb5200l support

[PATCH 4/5] linux_2.6.32: add tb5200l support

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agonetbase: add tb5200l specific /etc/network/interfaces
Vitus Jensen [Fri, 16 Apr 2010 06:53:23 +0000 (06:53 +0000)]
netbase: add tb5200l specific /etc/network/interfaces

* eth0, usb for host connectivity
* can0, can1 to control CAN devices

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agobase-files: tb5200l specific changes
Vitus Jensen [Fri, 16 Apr 2010 06:52:29 +0000 (06:52 +0000)]
base-files: tb5200l specific changes

* create /opt directory
* fstab which mounts / and /opt from jffs2 filesystem on mtd
* link /tmp to /var/tmp
* issue and issue.net

EB: removed /opt in base files following NAK concerning this point.

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agotb5200l: add machine configuration for TQ TB5200L 'tinyBox'
Vitus Jensen [Fri, 16 Apr 2010 06:51:37 +0000 (06:51 +0000)]
tb5200l: add machine configuration for TQ TB5200L 'tinyBox'

[PATCH 1/5] tb5200l: add machine configuration for TQ TB5200L 'tinyBox'

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agopython-xdg: prevent infinite recursion in xdg.DesktopEntry.__cmp__().
Yann Dirson [Tue, 3 Aug 2010 13:01:20 +0000 (13:01 +0000)]
python-xdg: prevent infinite recursion in xdg.DesktopEntry.__cmp__().

Delete cmp method which has been dropped from later releases.

Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agoliterki: initial packaging.
Yann Dirson [Tue, 3 Aug 2010 12:59:43 +0000 (12:59 +0000)]
literki: initial packaging.

No formal release yet, although upstreams ships an ipk with a version and
a packaging revision, so we pull from git.

Patches:
- Makefile was completely broken and had no install target,
  rewrites most of it.
- author has put a "switcher" feature in it, which is non-functional,
  disable it in conffile
- in the area in which the "slide" to bringup the keyboard starts, drags
  are not propagated to window below; make the area smaller so we can
  unlock the screen

Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agomped: add new recipe
Yann Dirson [Wed, 4 Aug 2010 16:37:20 +0000 (16:37 +0000)]
mped: add new recipe

"Minimum Profit" is a lightweight developer text editor.

Forged a desktop file, and stole the icon from leafpad.

EB : fixed GNU HASH + mped.png location + mped.desktop

Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agojlime-extras-1.0: Change RDEPENDS to RRECOMMENDS.
Alex Ferguson [Sat, 6 Nov 2010 16:53:22 +0000 (18:53 +0200)]
jlime-extras-1.0: Change RDEPENDS to RRECOMMENDS.

Changed RDEPENDS = "jlime-extras-${MACHINE}" to RRECOMMENDS
because some machines don't have (or need) extras recipes of
their own. It's a more graceful solution.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agotofrodos-native: created
Jason Kridner [Thu, 19 Aug 2010 05:22:31 +0000 (05:22 +0000)]
tofrodos-native: created

Created from the same version used for non-native.

Had to replace S, since PN doesn't reflect the tar directory (tofrodos).

Updated patch to include creation of new directories.  This needed to be
done in the Makefile to cover both do_install and do_populate_sysroot.

Added patch to use environment variables, rather than passed in paths.

This could probably be done by enabling native builds in the main
recipe, but I couldn't figure out how to do that with some of the extra
stuff in it.  I'd suggest accepting this patch until there is one to
replace it.

Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agofix for older glib-2.0 versions to build with recent autotools
Alexander Stohr [Tue, 26 Oct 2010 02:55:49 +0000 (02:55 +0000)]
fix for older glib-2.0 versions to build with recent autotools

the attached patch bundles a single fix for glib-2.0
for recipes built upon glib tarballs 2.6.4 to 2.20.4.
later versions have the problem fixed in tarball (e.g. 2.22.1 and newer).

the problem happens when you need to update autotools
for some other reason (e.g. building some newer package)
whilst not wanting to update glib at the very same time.
it manifests by a badly clobbered "fi" in configure step
and thus a still open nesting level when the script ends.
the auto tools generated script exposes "fiAC_..." that
originates from a too extensive use of the "dnl" statemnt.
that construct is only critical with newer auto tools.

the fix removes those problematic extra keyword.

regards, Alex.

see for reference:
http://bugs.gentoo.org/show_bug.cgi?id=307775
http://git.gnome.org/browse/glib/commit/?id=c24f6e55276fac68b08df34b0d350f65afe994d9

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogst-rtsp: added recipe for v0.10.7
Maksym Parkachov [Thu, 4 Nov 2010 10:32:51 +0000 (10:32 +0000)]
gst-rtsp: added recipe for v0.10.7

* reworked old versions with common .inc file
* added version of 0.10.7

Signed-off-by: Maksym Parkachov <lazy.gopher@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopostgresql-8.1.8 : fix configure on x86
Bob Foerster [Fri, 5 Nov 2010 06:06:21 +0000 (06:06 +0000)]
postgresql-8.1.8 : fix configure on x86

Without this patch, postgres fails on configure:
| checking alignment of int... configure: error: cannot compute alignment of int, 77
NOTE: package postgresql-8.1.8-r4: task do_configure: Failed

Similar fix for arm was in 5fa3d153.

Signed-off-by: Bob Foerster <robert@erafx.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agovlc_1.1.4.1: Why is `lua5.1-native` not added to `DEPENDS` automatically?
Petr Štetiar [Sat, 6 Nov 2010 00:36:53 +0000 (00:36 +0000)]
vlc_1.1.4.1: Why is `lua5.1-native` not added to `DEPENDS` automatically?

Paul Menzel <paulepanter@users.sourceforge.net> [2010-11-06 10:31:25]:

> Or is is inevitable to add `lua5.1-native` to `DEPENDS`?

You have to. As an example I've attached for you my recipe for lua-lanes,
which uses luac also.

-- ynezz

>From 865463173cbb5d70282ea69c2c84084e435578e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0tetiar?= <ynezz@true.cz>
Date: Sun, 10 Oct 2010 10:24:39 +0200
Subject: [PATCH] lua-lanes: add new recipe
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agovlc_1.1.4.1: Really add `lua5.1` to `DEPENDS` (instead of just `lua`).
Paul Menzel [Thu, 4 Nov 2010 22:04:35 +0000 (23:04 +0100)]
vlc_1.1.4.1: Really add `lua5.1` to `DEPENDS` (instead of just `lua`).

This fixes commit 93dca1 [1]. Thanks to Dallas for reporting this issue [2].

[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=93dca1c604d420ed4db44a71a375182933658886
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-November/026475.html

Reported-by: Dallas Foley <dfoley@telus.net>
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoeglibc: fix build issue with make-3.82
Vasily Khoruzhick [Fri, 5 Nov 2010 12:25:32 +0000 (12:25 +0000)]
eglibc: fix build issue with make-3.82

Add patch to fix this error when building eglibc-2.11, eglibc-2.12
with make-3.82:

make[2]: Entering directory `eglibc-2_12/libc/manual'
Makefile:246: *** mixed implicit and normal rules.  Stop.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoechinus-0.4.3.2: Enable xrandr support for rotation, bump PR.
Alex Ferguson [Sat, 6 Nov 2010 11:22:10 +0000 (13:22 +0200)]
echinus-0.4.3.2: Enable xrandr support for rotation, bump PR.

Enabled xrandr support for rotation in config.mk, added
libxrandr to DEPENDS, bumped PR.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agolibpfring: update SVN revision to 4384
Roman Khimov [Wed, 3 Nov 2010 00:47:01 +0000 (00:47 +0000)]
libpfring: update SVN revision to 4384

I guess it should be in sync with pf-ring kernel module as using module revision
4384 with lib revision 4326 results in "mmap() failed" message on tcpdump (using
patched libpcap to support pf_ring) exit.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agopf-ring: update to r4384 to fix `pf_ring.c:329:3: error: implicit declaration of...
Paul Menzel [Sun, 31 Oct 2010 21:06:56 +0000 (22:06 +0100)]
pf-ring: update to r4384 to fix `pf_ring.c:329:3: error: implicit declaration of function 'vmalloc_32'`

Task `compile` failed with the following error.

[…]
| /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c: In function 'rvmalloc':
| /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c:329:3: error: implicit declaration of function 'vmalloc_32'
| /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c:329:7: warning: assignment makes pointer from integer without a cast
| /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c: In function 'rvfree':
| /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c:377:3: error: implicit declaration of function 'vfree'
[…]

Build Configuration:
BB_VERSION        = "1.10.0"
METADATA_BRANCH   = "org.openembedded.dev"
METADATA_REVISION = "8fc09c071a6fba0766c3b002209c758572298d26"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "beagleboard"
DISTRO            = "minimal"
DISTRO_VERSION    = "dev-snapshot-20101103"
TARGET_FPU        = "hard"

Updating to revision 4384 fixes the problem. It was build tested with `minimal`, `minimal-uclibc`, `angstrom-2008.1` and `angstrom-2010.x` for `MACHINE = "beagleboard"`.

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agosquid: upgrade 3.1.8 to 3.1.9
Roman I Khimov [Tue, 2 Nov 2010 09:47:26 +0000 (12:47 +0300)]
squid: upgrade 3.1.8 to 3.1.9

This version fixes several crashes, memory leaks and improves
(or better say fixes bugs in) HTTP 1.1 support. Considered as safe
upgrade.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agoopenldap: fix ltmain.sh location
Roman I Khimov [Fri, 5 Nov 2010 19:59:12 +0000 (22:59 +0300)]
openldap: fix ltmain.sh location

Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agolibqtaux2: fix staging of opie headers.
Andrea Adami [Fri, 5 Nov 2010 23:51:16 +0000 (00:51 +0100)]
libqtaux2: fix staging of opie headers.

* staging code in do_compile has been converted and moved in do_install
* fix breakage introduced with febcae3b7b0b58c2668892ad1798eb1368bd4bc4
* (liquidset.cpp:38:32: error: opie2/ocolorbutton.h: No such file or dir...)
* tested rebuilding opie-image armv5te from scratch
* bump PR

14 years agomupdf-0.6: Fix SRC_URI for source url change.
Alex Ferguson [Fri, 5 Nov 2010 19:30:35 +0000 (21:30 +0200)]
mupdf-0.6: Fix SRC_URI for source url change.

Older mupdf releases are moved from mupdf.com/download/ to
mupdf.com/download/archive/. mupdf 0.6 is an older release
and its SRC_URI is no longer valid.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agobin/wrapper.sh: fix sed self exec
Chris Larson [Fri, 5 Nov 2010 20:15:51 +0000 (13:15 -0700)]
bin/wrapper.sh: fix sed self exec

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agogcc-4.5.inc: Fix code generation for armv4 with EABI
Khem Raj [Fri, 5 Nov 2010 19:58:20 +0000 (12:58 -0700)]
gcc-4.5.inc: Fix code generation for armv4 with EABI

Also bump to latest SVN REV

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobin/sed: Fix arg saving thinko
Chris Larson [Fri, 5 Nov 2010 17:17:22 +0000 (13:17 -0400)]
bin/sed: Fix arg saving thinko

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agotermcap: add 2.0.8 with gentoo patchset
Chris Larson [Fri, 5 Nov 2010 14:45:06 +0000 (10:45 -0400)]
termcap: add 2.0.8 with gentoo patchset

No one should really be using this, but what the heck.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoglibc 2.9: add experimental, angstrom only memcpy patch
Koen Kooi [Fri, 5 Nov 2010 12:07:08 +0000 (13:07 +0100)]
glibc 2.9: add experimental, angstrom only memcpy patch

* Angstrom only till it receives further testing
* Apart from the PR bump, this has no impact at all on non-angstrom distros

Signed-off-by: Koen Kooi <koen@openembedded.org>
Acked-by: Philip Balister <philip@balister.org>
14 years agomatchbox-desktop: Modify layout.patch for highlight colors.
Alex Ferguson [Thu, 4 Nov 2010 17:25:14 +0000 (19:25 +0200)]
matchbox-desktop: Modify layout.patch for highlight colors.

Modified layout.patch with a modified highlight color, which
is by default white. White highlight does not go well with
white text, so the highlight is now (nearly) black.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agogtk+-1.2: Patch gtkfilesel for smaller screens.
Alex Ferguson [Thu, 4 Nov 2010 17:25:13 +0000 (19:25 +0200)]
gtk+-1.2: Patch gtkfilesel for smaller screens.

* Added small-filesel.patch, which is only for jlime, but is
  possibly useful for other devices as well, and which modifies
  gtkfilesel to fit in screens of 320x240 and larger resolutions.

* Modified gtk+-1.2-1.2.10 recipe for above patch.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agojlime-extras: Split machine-specific files, update recipes.
Alex Ferguson [Thu, 4 Nov 2010 17:25:12 +0000 (19:25 +0200)]
jlime-extras: Split machine-specific files, update recipes.

jlime-extras is now split into two recipes, jlime-extras and
jlime-extras-${MACHINE}, which contains machine-specific files
and on which jlime-extras depends upon.

jlime-extras-ben-nanonote was created, recipes for other machines
are coming up.

jlime-extras was also updated to reflect changes in the source
archive.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agomatchbox-common: Add jlime-specific modifications.
Alex Ferguson [Thu, 4 Nov 2010 17:25:11 +0000 (19:25 +0200)]
matchbox-common: Add jlime-specific modifications.

* Added jlime-vfolders.patch, which modifies the default
  folders for matchbox-desktop.

* Modified matchbox-common-0.9.1 recipe for the above patch
  and for matchbox-icons.tar.gz, which is a collection of
  icons which replace the default matchbox icons.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agomupdf: Add DEFAULT_PREFERENCE = "-1" to mupdf-git.
Alex Ferguson [Thu, 4 Nov 2010 17:25:10 +0000 (19:25 +0200)]
mupdf: Add DEFAULT_PREFERENCE = "-1" to mupdf-git.

mupdf-git does not build, and stable version recipes should
always be preferred over git versions where available.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agojlime-2010.1.conf: Remove parted from DISTRO_EXTRA_RDEPENDS.
Alex Ferguson [Thu, 4 Nov 2010 17:25:09 +0000 (19:25 +0200)]
jlime-2010.1.conf: Remove parted from DISTRO_EXTRA_RDEPENDS.

parted is obsolete and takes up space, so we remove it.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agotune-mips32.inc: Add missing definitions.
Alex Ferguson [Thu, 4 Nov 2010 17:25:08 +0000 (19:25 +0200)]
tune-mips32.inc: Add missing definitions.

I added the FEED_ARCH and BASE_PACKAGE_ARCH definitions which
are assigned the value of TARGET_ARCH (which is defined in
the individual machine files). I used the TARGET_ARCH variable
and not a static value since the value can be either "mipsel"
(as in ben-nanonote) or "mips" (as in qemumips).

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agocontrib/testing/testscript.sh: created
Frans Meulenbroeks [Fri, 5 Nov 2010 08:26:00 +0000 (09:26 +0100)]
contrib/testing/testscript.sh: created

This is an example script to run tests for the testing branch.
See also http://wiki.openembedded.net/index.php/TestingScript
Feel free to improve!

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoshr-version don't export METADATA_BRANCH and METADATA_REVISION
Martin Jansa [Fri, 5 Nov 2010 07:47:23 +0000 (08:47 +0100)]
shr-version don't export METADATA_BRANCH and METADATA_REVISION

* otherwise you'll get
  NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded
  while calling a Python object while evaluating: ${@base_get_scm_branch(d)}

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agotask-arago-toolchain: Exclude from World build
Khem Raj [Fri, 5 Nov 2010 00:17:06 +0000 (17:17 -0700)]
task-arago-toolchain: Exclude from World build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agometa.bbclass: Exclude meta recipes from world builds
Khem Raj [Thu, 4 Nov 2010 19:14:08 +0000 (12:14 -0700)]
meta.bbclass: Exclude meta recipes from world builds

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
14 years agoxorg: upgrade libxi 1.3.2->1.4.0, xproto 7.0.18->7.0.19
Martin Jansa [Thu, 4 Nov 2010 07:36:47 +0000 (08:36 +0100)]
xorg: upgrade libxi 1.3.2->1.4.0, xproto 7.0.18->7.0.19

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoangstrom-version: drop unnecessary exports
Chris Larson [Fri, 5 Nov 2010 04:04:04 +0000 (21:04 -0700)]
angstrom-version: drop unnecessary exports

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agometacity: depend on gnome-doc-utils to fix build
Michael Smith [Thu, 4 Nov 2010 19:37:22 +0000 (15:37 -0400)]
metacity: depend on gnome-doc-utils to fix build

Otherwise autocruft complains about missing HAVE_GNOME_DOC_UTILS
conditional in gnome-doc-utils.make.

Signed-off-by: Michael Smith <msmith@cbnco.com>
14 years agoMAINTAINERS: add myself for termcap
Chris Larson [Thu, 4 Nov 2010 18:27:22 +0000 (14:27 -0400)]
MAINTAINERS: add myself for termcap

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agotermcap, termcapfile: add GNU termcap 1.3.1
Chris Larson [Thu, 4 Nov 2010 18:25:17 +0000 (14:25 -0400)]
termcap, termcapfile: add GNU termcap 1.3.1

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agometadata_scm: use rev-parse rather than show-ref
Chris Larson [Thu, 4 Nov 2010 04:18:02 +0000 (04:18 +0000)]
metadata_scm: use rev-parse rather than show-ref

show-ref will show all matching refs, so a "show-ref HEAD" will show not just
the local HEAD, but the fetched remote ones as well.  This isn't what we want
for this function, so change it to use rev-parse with --verify, and also
change it to use --short, to shorten the hash to a more palatable length.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Tim Harvey <harvey.tim@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agobin/{cp,sed}: simplify, consolidate
Chris Larson [Thu, 4 Nov 2010 18:21:38 +0000 (11:21 -0700)]
bin/{cp,sed}: simplify, consolidate

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agosrctree: don't merge tasks if using B
Chris Larson [Thu, 28 Oct 2010 03:22:34 +0000 (20:22 -0700)]
srctree: don't merge tasks if using B

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agodb 5.0.21: fix cp argument portability
Chris Larson [Wed, 3 Nov 2010 17:19:32 +0000 (10:19 -0700)]
db 5.0.21: fix cp argument portability

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agobase.bbclass: rename base_eventhandler to build_summary
Chris Larson [Wed, 3 Nov 2010 01:24:57 +0000 (18:24 -0700)]
base.bbclass: rename base_eventhandler to build_summary

This better reflects what the event handler is doing -- it's no longer a pile
of random base event handling bits, it now just displays a build summary at
build start.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoxf86-video-openchrome: DEPEND on libxvmc
Michael Smith [Thu, 4 Nov 2010 16:05:44 +0000 (12:05 -0400)]
xf86-video-openchrome: DEPEND on libxvmc

configure fails without it.

Signed-off-by: Michael Smith <msmith@cbnco.com>
14 years agolibxcb: DEPEND on xcb-proto-native
Michael Smith [Wed, 3 Nov 2010 04:53:03 +0000 (04:53 +0000)]
libxcb: DEPEND on xcb-proto-native

libxcb needs the xcbgen Python modules staged by xcb-proto-native.

Signed-off-by: Michael Smith <msmith@cbnco.com>
14 years agoliboil 0.3.17: fix cross-compile on x86_64
Michael Smith [Wed, 3 Nov 2010 06:39:10 +0000 (06:39 +0000)]
liboil 0.3.17: fix cross-compile on x86_64

Fix typo in whitelist of hosts allowing unaligned memory access.

Signed-off-by: Michael Smith <msmith@cbnco.com>
14 years agoown-mirrors.bbclass: allow mirroring of scm fetched packages
Eric BENARD [Wed, 3 Nov 2010 13:28:54 +0000 (13:28 +0000)]
own-mirrors.bbclass: allow mirroring of scm fetched packages

this way, it's possible to setup a local webserver (for example
using busybox httpd -p "8081" -h backuped_download_dir) serving
a presiously fetched download directory and to build wihout the
need for an internet access

this can also be used when connected to know to know which packages
are missing from the local mirror's directory (and thus are fetched
from internet as a fallback), it's possible to run the server this way :
busybox httpd -p "8081" -h backuped_download_dir -vv -f | grep -B 1  response:404
to get the name of the missing packages.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agousb-modeswitch-data: Fix deps and add udev rules to package
Michael Lippautz [Thu, 4 Nov 2010 13:59:52 +0000 (14:59 +0100)]
usb-modeswitch-data: Fix deps and add udev rules to package

14 years agousb-modeswitch: Add sbin dir to package
Michael Lippautz [Thu, 4 Nov 2010 13:58:54 +0000 (14:58 +0100)]
usb-modeswitch: Add sbin dir to package

14 years agoddclient: cosmetics
Michael Lippautz [Thu, 4 Nov 2010 13:50:46 +0000 (14:50 +0100)]
ddclient: cosmetics

14 years agoddclient: Unbreak recipe
Michael Lippautz [Thu, 4 Nov 2010 13:48:20 +0000 (14:48 +0100)]
ddclient: Unbreak recipe

* ddclient expects its default config at /etc/ddclient/ddclient.conf instead
  of /etc/ddclient.conf

Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
14 years agoxextproto-70-includes: remove obsolete commented do_stage code.
Andrea Adami [Thu, 4 Nov 2010 00:33:06 +0000 (01:33 +0100)]
xextproto-70-includes: remove obsolete commented do_stage code.

14 years agolibqtaux: clean do_compile task. Add INC_PR and bump it to "r1".
Andrea Adami [Thu, 4 Nov 2010 00:28:15 +0000 (01:28 +0100)]
libqtaux: clean do_compile task. Add INC_PR and bump it to "r1".

14 years agoxextproto-70-includes: remove superfluous do_stage. Bump PR.
Andrea Adami [Thu, 4 Nov 2010 00:08:20 +0000 (01:08 +0100)]
xextproto-70-includes: remove superfluous do_stage. Bump PR.

14 years agoshr-image: remove /boot from jffs2/ubi/ubifs images only on om-gta01
Martin Jansa [Wed, 3 Nov 2010 21:08:41 +0000 (22:08 +0100)]
shr-image: remove /boot from jffs2/ubi/ubifs images only on om-gta01

* om-gta02 has usually enough space on NAND
* qi-bootmenu can use those kernels and supports only om-gta02 now
* also make sure -boot is empty before moving /boot there
* move /boot back even when last command mkfs.ubifs/ubinize/mkfs.jffs2 fails (no && here)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agostat: merge target and native recipe, remov elegacy staging. Bump PR.
Andrea Adami [Wed, 3 Nov 2010 23:48:01 +0000 (00:48 +0100)]
stat: merge target and native recipe, remov elegacy staging. Bump PR.

14 years agoe-wm: temporary bump SRCREV here, fix big icons, labels without ellipsis
Martin Jansa [Wed, 3 Nov 2010 23:40:22 +0000 (00:40 +0100)]
e-wm: temporary bump SRCREV here, fix big icons, labels without ellipsis

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agometa-toolchain-qte: fill OE_QMAKE_AR
Eric Bénard [Wed, 3 Nov 2010 18:30:14 +0000 (19:30 +0100)]
meta-toolchain-qte: fill OE_QMAKE_AR

this allows the sdk to be used to compile libraries, else, we get :
make[1]: cqs : command not found

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
14 years agoqt4e: add 2 images
Eric Bénard [Tue, 2 Nov 2010 16:51:59 +0000 (17:51 +0100)]
qt4e: add 2 images

- qt4e-base-image : contains qt4 embedded libraries and can be used
as a base rootfs when developping using the sdk
- qt4e-demo-image : contains qt-base-image + qt-demo + a script to
launch qt-demo at boot, this image can be used to quickly setup
a demonstration of qt capabilities on a machine using qtdemo
- qt-demo-init : recipe creating the package which provides the
init script to lauch qtdemo.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agotzcode-native: bump version to 2010n
Antonio Ospite [Wed, 3 Nov 2010 11:50:15 +0000 (12:50 +0100)]
tzcode-native: bump version to 2010n

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agotzdata: bump version to 2010o
Antonio Ospite [Wed, 3 Nov 2010 11:49:16 +0000 (12:49 +0100)]
tzdata: bump version to 2010o

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agouhd-firmware: Add checksums.
Philip Balister [Wed, 3 Nov 2010 20:18:31 +0000 (16:18 -0400)]
uhd-firmware: Add checksums.

14 years agouhd : Add dependency on uhd-firmware so the USRP1 and USRP2 firmware is
Philip Balister [Wed, 3 Nov 2010 16:16:30 +0000 (12:16 -0400)]
uhd : Add dependency on uhd-firmware so the USRP1 and USRP2 firmware is
      installed in an image.

14 years agouhd-firmware : Add recipe to install USRP firmware into images.
Philip Balister [Wed, 3 Nov 2010 15:55:22 +0000 (11:55 -0400)]
uhd-firmware : Add recipe to install USRP firmware into images.

14 years agostppc2x: Change icon for stppc2x
Alex Ferguson [Sat, 30 Oct 2010 18:42:41 +0000 (21:42 +0300)]
stppc2x: Change icon for stppc2x

I changed the icon for stppc2x to something more modern-looking
from the Faenza iconset.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agostppc2x: Added recipe for stppc2x, a port of puzzles to SDL.
Alex Ferguson [Wed, 3 Nov 2010 16:31:43 +0000 (18:31 +0200)]
stppc2x: Added recipe for stppc2x, a port of puzzles to SDL.

* Added dirs-fix.patch, which changes the default directories
  for the game data to a systemwide /usr/share/games/stppc2x
  setting and changes the default font to DejaVuSans-Condensed.

* Added enable-fullscreen.patch, which, um, makes the game
  fullscreen.

* Added generic-keys.patch, which changes the game keys to more
  generic ones (for devices with QWERTY keyboards) and changes
  the default control system from mouse-emulation to keyboard
  controlled.

* Added a modified Makefile, compatible to how OE handles
  CFLAGS and LDFLAGS by moving additional defines to INCS
  and LIBS, respectively.

* Added no-music.patch, which disables music. Remember to
  add libsdl-mixer to DEPENDS if you decide not to apply this.

* Added no-upper-mem.patch, which disables the OPTION_USE_UPPER_MEMORY
  hack, which makes stppc2x segfault on the Ben Nanonote and is useless
  outside of the GP2X.

* Added stppc2x-extras.tar.gz, which contains modified versions of the
  stppc2x splash screen and help messages (respective to the generic-keys
  patch above).

* Added stppc2x.desktop and accompanying stppc2x.png files.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agobase-files: Add 'profile' for ben-nanonote.
Alex Ferguson [Tue, 2 Nov 2010 14:26:57 +0000 (16:26 +0200)]
base-files: Add 'profile' for ben-nanonote.

Added profile for ben-nanonote, in which I modified TERM from
vt100 (the default) to linux. I also added an alias for ls to
ls --colors=always.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agojlime-2010.1.conf: Remove reduntant defs, add provider for psplash.
Alex Ferguson [Tue, 2 Nov 2010 14:26:56 +0000 (16:26 +0200)]
jlime-2010.1.conf: Remove reduntant defs, add provider for psplash.

I removed the PREFERRED_VERSION definitions for eglibc since they
are useless (they are derived from sane-toolchain.inc) and added
PREFERRED_PROVIDER_virtual/psplash = "psplash" since bitbake
complains.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agojlime-extras: Fix md5sum and sha256sum.
Alex Ferguson [Sat, 30 Oct 2010 18:42:43 +0000 (21:42 +0300)]
jlime-extras: Fix md5sum and sha256sum.

The jlime-extras source archive was updated and this patch reflects
that update in the md5sum and sha256sum.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agomupdf: Add custom desktop file for Jlime.
Alex Ferguson [Sat, 30 Oct 2010 18:42:42 +0000 (21:42 +0300)]
mupdf: Add custom desktop file for Jlime.

* Added mupdf.desktop

* Modified mupdf-0.6 recipe for mupdf.desktop.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agoimages: Remove redundant PACKAGE_FORCE_INSTALL variable from muffinman-image.
Alex Ferguson [Sat, 30 Oct 2010 18:42:40 +0000 (21:42 +0300)]
images: Remove redundant PACKAGE_FORCE_INSTALL variable from muffinman-image.

PACKAGE_FORCE_INSTALL was a custom option that is no longer required, as
all custom files that required such an option have been moved to their
respective recipes.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agomupdf: Add keybindings.patch, disable ccache which breaks compilation.
Alex Ferguson [Sat, 30 Oct 2010 18:42:39 +0000 (21:42 +0300)]
mupdf: Add keybindings.patch, disable ccache which breaks compilation.

* Added keybindings.patch which is jlime-specific, and changes some
  keys to better fit our keyboard layouts.

* Added CCACHE = "", disabling ccache because compilation is broken
  with ccache installed.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agoben-nanonote.conf: Update ben-nanonote.conf
Alex Ferguson [Sat, 30 Oct 2010 18:42:38 +0000 (21:42 +0300)]
ben-nanonote.conf: Update ben-nanonote.conf

I changed PREFERED_PROVIDER_virtual/kernel to reflect a
change in the linux-jlime-ben recipe name. I also added
some definitions to better select our prefered xserver.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agojlime-2010.1.conf: Cleaned up, fixed XSERVER line.
Alex Ferguson [Sat, 30 Oct 2010 18:42:37 +0000 (21:42 +0300)]
jlime-2010.1.conf: Cleaned up, fixed XSERVER line.

XSERVER was defined as SERVER, which is incorrect, and the file
contained several redundant newlines. I also fixed the headers
to make the file look more consistent.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agoimages: Add muffinman-image and accompanying task-muffinman.
Alex Ferguson [Sat, 30 Oct 2010 18:42:36 +0000 (21:42 +0300)]
images: Add muffinman-image and accompanying task-muffinman.

These were derived from xfce-image and task-xfce. Mostly for
use with ben-nanonote, but should work for any MACHINE.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agobase-files: Add issue and issue.net for ben-nanonote.
Alex Ferguson [Sat, 30 Oct 2010 18:42:35 +0000 (21:42 +0300)]
base-files: Add issue and issue.net for ben-nanonote.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agojlime: Add several small jlime-specific recipes.
Alex Ferguson [Sat, 30 Oct 2010 18:42:34 +0000 (21:42 +0300)]
jlime: Add several small jlime-specific recipes.

* 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>
14 years agofeh: Bumped feh version from 1.7 to 1.10.
Alex Ferguson [Sat, 30 Oct 2010 18:42:33 +0000 (21:42 +0300)]
feh: Bumped feh version from 1.7 to 1.10.

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>
14 years agompg123: Removed mpg123-0.66, added mpg123-1.12.5.
Alex Ferguson [Sat, 30 Oct 2010 18:42:32 +0000 (21:42 +0300)]
mpg123: Removed mpg123-0.66, added mpg123-1.12.5.

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>
14 years agomplayer: Added support for mipsel processors for version 1.0rc2.
Alex Ferguson [Sat, 30 Oct 2010 18:42:31 +0000 (21:42 +0300)]
mplayer: Added support for mipsel processors for version 1.0rc2.

* 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>
14 years agomatchbox-desktop: Added layout.patch and modified recipe for jlime.
Alex Ferguson [Sat, 30 Oct 2010 18:42:30 +0000 (21:42 +0300)]
matchbox-desktop: Added layout.patch and modified recipe for jlime.

* 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>
14 years agopsplash: Added patches, splash and bar for jlime, modified recipe.
Alex Ferguson [Sat, 30 Oct 2010 18:42:29 +0000 (21:42 +0300)]
psplash: Added patches, splash and bar for jlime, modified recipe.

* 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>
14 years agogmu: Add recipe for gmu-0.7.1, a music player based on SDL.
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>
14 years agorxvt-unicode: Add rxvt-unicode 9.07 recipe.
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>
14 years agogtkedit: Add gtkedit-1.0.0 recipe, a small gtk-1.2 based text editor.
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>
14 years agogcalc: Added GCalc, a gtk-1.2 based calculator.
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>
14 years agoxdialog: Add recipe for Xdialog, gtk-1.2 equivalent to dialog.
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>
14 years agottf-inconsolata: Added recipe for the monospaced Inconsolata font.
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>
14 years agodzen2: Add recipe for dzen2, a small messaging/menu program.
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>
14 years agoechinus: Add recipes for echinus (a wm) and ourico (a panel for echinus).
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>
14 years agolinux-jlime-ben-nanonote: Remove linux-jlime-ben-nanonote-2.6.36, remove 2.6.32
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>
14 years agolinux-2.6.34: remove unused patch, removed from SRC_URI in 5786f08ba6066e9af60104c5d5...
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>
14 years agovlc_1.1.4.1: add `lua5.1` to `DEPENDS`
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>