openembedded.git
14 years agoqt-4.7.0: Remove patches that cover up errors.
Holger Hans Peter Freyther [Sat, 25 Sep 2010 17:04:17 +0000 (01:04 +0800)]
qt-4.7.0: Remove patches that cover up errors.

* These patches lack a proper commit message, e.g. no explanation
  why they need to be applied
* They remove libraries that were previously prevent
* They remove binaries that were previously installed
* The root cause appears that the -L for the qt lib directory is
  evaluated too late indicating an issue with the qmake spec.

14 years agoqt-4.7.0.inc: Unpack the qte.sh to fix the qt4-embedded do_install
Holger Hans Peter Freyther [Mon, 27 Sep 2010 17:38:43 +0000 (01:38 +0800)]
qt-4.7.0.inc: Unpack the qte.sh to fix the qt4-embedded do_install

Fix the qt4-embedded_4.7.0 do_install by unpacking the qte.sh like
it is done in the other recipes.

14 years agoqt4: Package the declarative debug packages into qt4-examples-dbg
Holger Hans Peter Freyther [Sun, 26 Sep 2010 17:02:28 +0000 (01:02 +0800)]
qt4: Package the declarative debug packages into qt4-examples-dbg

14 years agoqt-4.7.0.inc: Pick the linux.conf/g++.conf from the right directory
Holger Hans Peter Freyther [Sat, 25 Sep 2010 20:12:34 +0000 (04:12 +0800)]
qt-4.7.0.inc: Pick the linux.conf/g++.conf from the right directory

14 years agoqt4-tools-native_4.7.0.bb: Use the mkspec files from qt-4.7.0
Holger Hans Peter Freyther [Sat, 25 Sep 2010 19:37:44 +0000 (03:37 +0800)]
qt4-tools-native_4.7.0.bb: Use the mkspec files from qt-4.7.0

This needs to be streamlined that every Qt 4.x mkspec file
is found in this directory. At least this is a start into
the right direction.

14 years agoqt-4.7.0: Use qmake feature to link with -rpath-link.
Holger Hans Peter Freyther [Sun, 26 Sep 2010 16:43:53 +0000 (00:43 +0800)]
qt-4.7.0: Use qmake feature to link with -rpath-link.

This is instructing qmake to use the QMAKE_LFLAGS_RPATH for the
lib directory in the build tree. It should be safe to use even
for software using the resulting qmake.

14 years agoqt-4.7.0: Update the spec files for Qt 4.7
Holger Hans Peter Freyther [Sat, 25 Sep 2010 19:12:18 +0000 (03:12 +0800)]
qt-4.7.0: Update the spec files for Qt 4.7

The biggest change is the QMAKE_RPATH to QMAKE_LFLAGS_RPATH
rename that broke linking for us.

14 years agoqt-4.7.0: Fork the mkspec used in previous Qt versions
Holger Hans Peter Freyther [Sat, 25 Sep 2010 19:11:38 +0000 (03:11 +0800)]
qt-4.7.0: Fork the mkspec used in previous Qt versions

Some variables were renamed and we require an update.

14 years agoubifs-v2.6.24: avoid kernel error if ubifs superblock read fails
Steffen Sledz [Tue, 28 Sep 2010 08:11:33 +0000 (10:11 +0200)]
ubifs-v2.6.24: avoid kernel error if ubifs superblock read fails

original commit comment from ubifs-2.6.git:

.get_sb is called on mounts with automatic fs detection too, so this
function should print an error if it cannot read the superblock in
debug mode only (new behaviour conforms the other fs types)

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
14 years agolibsdl-native: Convert to new style staging, remove do_stage
Noor Ahsan [Mon, 6 Sep 2010 02:19:00 +0000 (02:19 +0000)]
libsdl-native: Convert to new style staging, remove do_stage

* Remove do_stage ()
* Replace tabs with 8 spaces in do_configure
* Bump INC_PR = "r3"

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agosip-native: Convert to new style staging, remove do_stage()
Noor Ahsan [Sun, 5 Sep 2010 21:28:32 +0000 (21:28 +0000)]
sip-native: Convert to new style staging, remove do_stage()

* Convert do_stage to do_install
* Inherit recipe with python-dir for PYTHON_SITEPACKAGES_DIR variable
* Replace ${STAGING_BINDIR_NATIVE} with ${D}${bindir}
* Replace ${STAGING_PYDIR}/site-packages with ${D}${PYTHON_SITEPACKAGES_DIR}
* Set NATIVE_INSTALL_WORKS = "1"
* Bump PR from "ml0" to "ml1"

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agosip-native: Run oe-stylize.py script on the recipe and modified the the recipe accord...
Noor Ahsan [Sun, 5 Sep 2010 21:12:06 +0000 (21:12 +0000)]
sip-native: Run oe-stylize.py script on the recipe and modified the the recipe accordingly

* Run the oe-stylize.py script on the recipe and modified the recipe according to the output of the script.

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agorecode: Fix configure step.
Alex Bennee [Thu, 12 Aug 2010 05:35:36 +0000 (05:35 +0000)]
recode: Fix configure step.

Use += instead of _append to  CC/CXX otherwise configure fails

Signed-off-by: Alex Bennee <ajb@cbnl.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
xxxxxxxxxxxxx

14 years agopython-epydoc_3.0.1.bb: merged native and non-native recipes
Fahad Usman [Fri, 24 Sep 2010 05:24:25 +0000 (05:24 +0000)]
python-epydoc_3.0.1.bb: merged native and non-native recipes

* removed the python-epydoc-native_3.0.1.bb file
* added DEPENDS_pn-python-epydoc-native = "python-native" and added DEPENDS_pn-python-epydoc = "python"
* added BBCLASSEXTEND = "native"
* added NATIVE_INSTALL_WORKS = "1"
* bunped PR

Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopython-pyrex_0.9.8.5.bb: merged native and non-native recipes
Fahad Usman [Thu, 23 Sep 2010 21:51:26 +0000 (21:51 +0000)]
python-pyrex_0.9.8.5.bb: merged native and non-native recipes

* removed the python-pyrex-native_0.9.8.5.bb file
* added DEPENDS_pn-python-pyrex-native = "python-native"
* added BBCLASSEXTEND = "native"
* added NATIVE_INSTALL_WORKS = "1"
* bunped PR

Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agooe.path: added 'recurse' argument to remove()
Enrico Scholz [Mon, 16 Aug 2010 00:52:42 +0000 (00:52 +0000)]
oe.path: added 'recurse' argument to remove()

This makes it possible to specify whether the equivalent of 'rm -rf' or
only this of 'rm -f' is wanted.  Due to backward compatibility it
defaults to the recursive variant.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agognugo_3.8: Add new recipe.
Yann Dirson [Wed, 15 Sep 2010 09:40:26 +0000 (09:40 +0000)]
gnugo_3.8: Add new recipe.

Cross-compiling patches included.

Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agofirefox_3.6.8.bb: Add mipsel support.
Graham Gower [Sun, 26 Sep 2010 13:09:45 +0000 (13:09 +0000)]
firefox_3.6.8.bb: Add mipsel support.

Patches taken from Gentoo and Debian.

Runs almost acceptably on my 350mhz/128mb mipsel, after a lengthy
startup delay. Should work for big endian mips without much more
work, but I can't test.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomachine/sh7785lcr: Add new machine for Renesas SH7785 reference board
Nobuhiro Iwamatsu [Sun, 26 Sep 2010 14:21:10 +0000 (14:21 +0000)]
machine/sh7785lcr: Add new machine for Renesas SH7785 reference board

* Machine config for Renesas SH7785 reference board.
* Add kernel config for 2.6.32 and 35.
* Add tune file for sh4a.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agotzcode-native: bump version to 2010m
Tom Rini [Mon, 27 Sep 2010 23:17:02 +0000 (16:17 -0700)]
tzcode-native: bump version to 2010m

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agotzdata: bump version to 2010m
Tom Rini [Mon, 27 Sep 2010 23:16:28 +0000 (16:16 -0700)]
tzdata: bump version to 2010m

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoSHR: drop preferred version for eglibc and gcc
Martin Jansa [Mon, 27 Sep 2010 22:11:29 +0000 (00:11 +0200)]
SHR: drop preferred version for eglibc and gcc

* same versions are now in sane-toolchain.inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agosane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions
Khem Raj [Sat, 25 Sep 2010 23:14:15 +0000 (16:14 -0700)]
sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions

GCC 4.5 has been tested quite a bit and so is eglibc 2.12 in SHR
and developers.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agonetbase: Add interface information for qemumips64 and qemumips64el
Khem Raj [Sat, 25 Sep 2010 23:05:13 +0000 (16:05 -0700)]
netbase: Add interface information for qemumips64 and qemumips64el

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
14 years agorun-qemu.sh: Add new target mips64 and mips64el
Khem Raj [Sat, 25 Sep 2010 23:04:10 +0000 (16:04 -0700)]
run-qemu.sh: Add new target mips64 and mips64el

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolinux_2.6.35.bb: Add config for qemumips64
Khem Raj [Sat, 25 Sep 2010 23:03:19 +0000 (16:03 -0700)]
linux_2.6.35.bb: Add config for qemumips64

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoeglibc-2.12: Configure for 64-bit mips
Khem Raj [Sat, 25 Sep 2010 23:01:33 +0000 (16:01 -0700)]
eglibc-2.12: Configure for 64-bit mips

* Make it to install into /lib and /usr/lib instead of
  /lib64 and /usr/lib64

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-4.5: Add support to build for mips64
Khem Raj [Sat, 25 Sep 2010 22:59:43 +0000 (15:59 -0700)]
gcc-4.5: Add support to build for mips64

* Defaults to mabi=64 which means N64 is the default supported ABI
* Tweak multilib directories to emit mips64 into /lib instead of /lib64

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobinutils-cross.inc: Enable 64-bit bfd when configured for mips64/mips64el
Khem Raj [Sat, 25 Sep 2010 22:58:19 +0000 (15:58 -0700)]
binutils-cross.inc: Enable 64-bit bfd when configured for mips64/mips64el

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoconf/machine: Add qemumips64 machine configuration and tune file.
Khem Raj [Sat, 25 Sep 2010 22:57:15 +0000 (15:57 -0700)]
conf/machine: Add qemumips64 machine configuration and tune file.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agokernel-arch.bbclass: Add logic to account for mips64/mips64el in map_kernel_arch
Khem Raj [Sat, 25 Sep 2010 22:55:54 +0000 (15:55 -0700)]
kernel-arch.bbclass: Add logic to account for mips64/mips64el in map_kernel_arch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agodistros: Disable gnu-style hash for mips64/mips64el
Khem Raj [Sat, 25 Sep 2010 22:54:05 +0000 (15:54 -0700)]
distros: Disable gnu-style hash for mips64/mips64el

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agositeinfo.bbclass, site/: Add mips64/mips64el to siteinfo data
Khem Raj [Sat, 25 Sep 2010 22:52:20 +0000 (15:52 -0700)]
siteinfo.bbclass, site/: Add mips64/mips64el to siteinfo data

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoinsane.bbclass: Recognise mips64 and mips64el
Khem Raj [Sat, 25 Sep 2010 22:50:56 +0000 (15:50 -0700)]
insane.bbclass: Recognise mips64 and mips64el

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agonative.bbclass,package.bbclass,bitbake.conf: Make provisions for system libdir to...
Khem Raj [Sat, 25 Sep 2010 22:46:39 +0000 (15:46 -0700)]
native.bbclass,package.bbclass,bitbake.conf: Make provisions for system libdir to be something else than '/lib'

* Add base_libdir_native as target libdir could be different e.g. lib32
  lib64

* Dont assume lib to be system libdir during packaging.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
14 years agozhone: bump SRCREV
Martin Jansa [Mon, 27 Sep 2010 21:28:05 +0000 (23:28 +0200)]
zhone: bump SRCREV

14 years agolinux-openmoko-2.6.32: upgrade to 2.6.32.23 and add 3 patches from qtmoko
Martin Jansa [Mon, 27 Sep 2010 07:57:51 +0000 (09:57 +0200)]
linux-openmoko-2.6.32: upgrade to 2.6.32.23 and add 3 patches from qtmoko

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoomap3-sgx-modules: update SRC_URI with public link
Denys Dmytriyenko [Mon, 27 Sep 2010 19:59:36 +0000 (15:59 -0400)]
omap3-sgx-modules: update SRC_URI with public link

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agobase.bbclass: not use bb.fetch.urldata in do_unpack() for traversing SRC_URIs
Denys Dmytriyenko [Mon, 27 Sep 2010 08:21:04 +0000 (08:21 +0000)]
base.bbclass: not use bb.fetch.urldata in do_unpack() for traversing SRC_URIs

bb.fetch.urldata contains cached SRC_URIs, but in case SRC_URI is altered by
amend.inc or machine override, the original SRC_URI is not removed from the
cache, leading to calling do_unpack() multiple times on original and modified
versions of the file. Don't rely on bb.fetch.urldata and traverse SRC_URIs
directly.

Some background and details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/36703

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoestardict: add new version 0.4
Vaudano Luca [Mon, 27 Sep 2010 17:46:31 +0000 (17:46 +0000)]
estardict: add new version 0.4

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoiw: fix build
Roman I Khimov [Tue, 14 Sep 2010 09:54:47 +0000 (13:54 +0400)]
iw: fix build

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agopulseaudio : moved unused files to obsolete dir
Frans Meulenbroeks [Mon, 27 Sep 2010 17:52:31 +0000 (19:52 +0200)]
pulseaudio : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopthsem : moved unused files to obsolete dir
Frans Meulenbroeks [Mon, 27 Sep 2010 17:45:36 +0000 (19:45 +0200)]
pthsem : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoprocps : moved unused files to obsolete dir
Frans Meulenbroeks [Mon, 27 Sep 2010 17:42:32 +0000 (19:42 +0200)]
procps : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopimlico : moved unused files to obsolete dir
Frans Meulenbroeks [Mon, 27 Sep 2010 17:41:46 +0000 (19:41 +0200)]
pimlico : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopidgin : moved unused files to obsolete dir
Frans Meulenbroeks [Mon, 27 Sep 2010 17:41:37 +0000 (19:41 +0200)]
pidgin : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopython: moved unused files to obsolete dir
Frans Meulenbroeks [Mon, 27 Sep 2010 17:28:36 +0000 (19:28 +0200)]
python: moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoamend.bbclass: kill override specific
Chris Larson [Mon, 27 Sep 2010 17:01:49 +0000 (10:01 -0700)]
amend.bbclass: kill override specific

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agomatrix-gui: updating to use latest source revision
Jeff Lance [Thu, 23 Sep 2010 09:41:37 +0000 (09:41 +0000)]
matrix-gui: updating to use latest source revision

* Use latest source revision 131
* Add platform support for multiple platforms
* Remove un-used files from SRC_URI and repository.
    * init files are now part of the matrix repository
    * matrix-gui.desktop is now part of the matrix repository
    * the cursor override patch is now in the matrix sources
* Bumped SRCREV to 136 in version 3 of this patch

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Jeff Lance <j-lance1@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agomatrix-gui-e: updating to latest source revision
Jeff Lance [Thu, 23 Sep 2010 09:41:36 +0000 (09:41 +0000)]
matrix-gui-e: updating to latest source revision

* Updated recipe to use the latest source revision 131
* Included platform support
* Removed init files from OE repository since they are now part
  of the matrix repository.
* Bumped SRCREV to 136 in version 2 of this patch

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Jeff Lance <j-lance1@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agomatrix-gui-common: update to latest sources
Jeff Lance [Thu, 23 Sep 2010 09:41:35 +0000 (09:41 +0000)]
matrix-gui-common: update to latest sources

* Updated to use repository revision 131
    * This includes platform support
* Removed the browser binary
* Copy files based on PLATFORM
* Bumped SRCREV to 136 in version 2 of this patch

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Jeff Lance <j-lance1@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agofbset_2.1: add dependency on bison-native
Chase Maupin [Fri, 24 Sep 2010 06:09:35 +0000 (06:09 +0000)]
fbset_2.1: add dependency on bison-native

* fbset requires bison in order to build.  This patch adds
  bison-native to the DEPENDS.

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agofreetype: update LICENSE field
Chase Maupin [Thu, 23 Sep 2010 04:18:48 +0000 (04:18 +0000)]
freetype: update LICENSE field

* The LICENSE.TXT file says that freetype may be licensed under
  either the FreeType license or the GPLv2 license.  This patch
  updates the LICENSE field to reflect that this software can
  use either license.

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agoqte: only export touchscreen setting if ts exists
Chase Maupin [Fri, 10 Sep 2010 06:27:24 +0000 (06:27 +0000)]
qte: only export touchscreen setting if ts exists

* Changed the qte.sh script to check for whether or not the
  touchscreen exists before exporting QWS_MOUSE_PROTO to use
  the touchscreen.  This is so that devices that don't have
  a touchscreen can use the regular mouse support.
* Bumped the PR

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agogcc: added 2010.09 Linaro release of gcc-4.5
Marcin Juszkiewicz [Mon, 27 Sep 2010 14:32:18 +0000 (16:32 +0200)]
gcc: added 2010.09 Linaro release of gcc-4.5

more about release: https://wiki.linaro.org/WorkingGroups/ToolChain

This version does not have any OE patches applied (other then
zecke-no-host-includes.patch in gcc-cross).

There are build problems with this release in OE. But as it is not default
version I am pushing it like it is.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
14 years agogcc 4.4-2010.09: moved FILESDIR to inc file
Marcin Juszkiewicz [Mon, 27 Sep 2010 14:31:29 +0000 (16:31 +0200)]
gcc 4.4-2010.09: moved FILESDIR to inc file

14 years agousb-modeswitch: fix recipe and packaging
Koen Kooi [Mon, 27 Sep 2010 13:46:03 +0000 (15:46 +0200)]
usb-modeswitch: fix recipe and packaging

14 years agousb-modeswitch-data: add 20100826
Koen Kooi [Mon, 27 Sep 2010 13:19:14 +0000 (15:19 +0200)]
usb-modeswitch-data: add 20100826
usb-modeswitch: recommend the above

14 years agousb-modewitch: add 1.1.4
Koen Kooi [Mon, 27 Sep 2010 13:02:07 +0000 (15:02 +0200)]
usb-modewitch: add 1.1.4

14 years agogst-plugins.inc: fix path to orcc when prefix != /usr
Michael Smith [Thu, 23 Sep 2010 20:49:18 +0000 (16:49 -0400)]
gst-plugins.inc: fix path to orcc when prefix != /usr

Signed-off-by: Michael Smith <msmith@cbnco.com>
14 years agogst-plugins-base 0.10.30: depend on gtk+
Michael Smith [Thu, 23 Sep 2010 20:32:30 +0000 (16:32 -0400)]
gst-plugins-base 0.10.30: depend on gtk+

Some of the tests and examples require gtk.

Signed-off-by: Michael Smith <msmith@cbnco.com>
14 years agolibvpx: fix 0.9.1 build when prefix=""
Michael Smith [Thu, 23 Sep 2010 18:47:32 +0000 (14:47 -0400)]
libvpx: fix 0.9.1 build when prefix=""

The configure script was changed in 0.9.1 and introduced some logic that
breaks when prefix is an empty string.

Also switch to INC_PR for 0.9.0 and 0.9.1.

Signed-off-by: Michael Smith <msmith@cbnco.com>
14 years agoopenvpn: change kernel-module-tun to RRECOMMEND
Michael Smith [Fri, 24 Sep 2010 18:46:20 +0000 (14:46 -0400)]
openvpn: change kernel-module-tun to RRECOMMEND

RRECOMMEND, not RDEPEND, in case a particular platform doesn't have
a separate kernel-module-tun package. Matches behaviour of other
packages, like bridge-utils.

Also switch to INC_PR.

Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
14 years agoshr-e-gadgets: remove edje_convert calls (should be converted already in source)
Martin Jansa [Mon, 27 Sep 2010 11:08:12 +0000 (13:08 +0200)]
shr-e-gadgets: remove edje_convert calls (should be converted already in source)

14 years agopixman_0.19.4: increase D_P for SHR
Martin Jansa [Wed, 22 Sep 2010 08:32:01 +0000 (10:32 +0200)]
pixman_0.19.4: increase D_P for SHR

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-kexecboot-2.6.35: enable CONFIG_BLK_DEV_SD
Martin Jansa [Sun, 26 Sep 2010 16:07:59 +0000 (18:07 +0200)]
linux-kexecboot-2.6.35: enable CONFIG_BLK_DEV_SD

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agokexecboot: bump SRCREV for devicescan fix
Martin Jansa [Mon, 27 Sep 2010 07:57:15 +0000 (09:57 +0200)]
kexecboot: bump SRCREV for devicescan fix

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-openmoko-2.6.34: add 3 patches from qtmoko
Martin Jansa [Mon, 27 Sep 2010 07:58:16 +0000 (09:58 +0200)]
linux-openmoko-2.6.34: add 3 patches from qtmoko

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoshr-e-gadgets: bump SRCREV
Martin Jansa [Mon, 27 Sep 2010 09:42:08 +0000 (11:42 +0200)]
shr-e-gadgets: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoiw: Updated to version 0.9.20. Removed old versions.
Stanislav Brabec [Sun, 26 Sep 2010 23:19:37 +0000 (23:19 +0000)]
iw: Updated to version 0.9.20. Removed old versions.

14 years agowpa-supplicant: Added version 0.6.10. Refreshed defconfig: Added nl80211 and ralink...
Stanislav Brabec [Sun, 26 Sep 2010 23:12:57 +0000 (23:12 +0000)]
wpa-supplicant: Added version 0.6.10. Refreshed defconfig: Added nl80211 and ralink support.

14 years agort3070: Added version 2.3.0.4.
Stanislav Brabec [Sun, 26 Sep 2010 23:06:42 +0000 (23:06 +0000)]
rt3070: Added version 2.3.0.4.

14 years agoangstrom-next: switch to QT 4.7.0
Koen Kooi [Sun, 26 Sep 2010 20:12:55 +0000 (22:12 +0200)]
angstrom-next: switch to QT 4.7.0

14 years agoshr: bump SRCREVs of recipes from shr-autorev for versions compatible with current...
Martin Jansa [Sun, 26 Sep 2010 14:15:04 +0000 (16:15 +0200)]
shr: bump SRCREVs of recipes from shr-autorev for versions compatible with current EFL_SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoinitscripts-shr: prepare /var/volatile/appshadow for shr-wizard
Martin Jansa [Sun, 26 Sep 2010 13:29:19 +0000 (15:29 +0200)]
initscripts-shr: prepare /var/volatile/appshadow for shr-wizard

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopdm : moved unused files to obsolete dir
Frans Meulenbroeks [Sun, 26 Sep 2010 11:15:19 +0000 (13:15 +0200)]
pdm : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agophalanx : moved unused files to obsolete dir
Frans Meulenbroeks [Sun, 26 Sep 2010 11:10:33 +0000 (13:10 +0200)]
phalanx : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopackagekit : moved unused files to obsolete dir
Frans Meulenbroeks [Sun, 26 Sep 2010 11:06:46 +0000 (13:06 +0200)]
packagekit : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoparted : moved unused files to obsolete dir
Frans Meulenbroeks [Sun, 26 Sep 2010 11:04:36 +0000 (13:04 +0200)]
parted : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agopango : moved unused files to obsolete dir
Frans Meulenbroeks [Sun, 26 Sep 2010 11:02:48 +0000 (13:02 +0200)]
pango : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoperl: moved a few unused patches to obsolete
Frans Meulenbroeks [Sun, 26 Sep 2010 11:00:43 +0000 (13:00 +0200)]
perl: moved a few unused patches to obsolete

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoffalarms: bump git revision, fixes simultaneous alarms
Łukasz Pankowski [Fri, 24 Sep 2010 19:00:00 +0000 (21:00 +0200)]
ffalarms: bump git revision, fixes simultaneous alarms

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoutil-linux-ng: reset rdepends on ncurses-tools
Eric Bénard [Mon, 13 Sep 2010 10:57:21 +0000 (12:57 +0200)]
util-linux-ng: reset rdepends on ncurses-tools

* reset is a script which is using tput provided by ncurses-tools
  (which also provides reset) so util-linux-ng's reset command fails
  if ncurses-tools is not installed on the target
* this patch creates a utils-linux-ng-reset package with
  RDEPENDS="ncurses-tools"

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agoutility-tasks.bbclass: drop mrproper task
Chris Larson [Tue, 21 Sep 2010 05:06:21 +0000 (05:06 +0000)]
utility-tasks.bbclass: drop mrproper task

This task is misleading and potentially quite harmful, as it wipes the entire
DL_DIR, yet tasks are supposed to be recipe specific.  We have the proper
distclean task to wipe sources for a recipe + run do_clean, and the user can
always wipe all of DL_DIR manually if necessary.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Holger Hans Peter Freyther <holger@moiji-mobile.com>
Acked-by: Eric Bénard <eric@eukrea.com>
14 years agolibintl-perl_1.11.bb: removed
Frans Meulenbroeks [Sat, 25 Sep 2010 17:54:23 +0000 (19:54 +0200)]
libintl-perl_1.11.bb: removed

this one does not fetch any more (it is not available on cpan any more)
also we still have 1.16 and 1.20

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibxslt : moved unused files to obsolete dir
Frans Meulenbroeks [Sat, 25 Sep 2010 17:38:59 +0000 (19:38 +0200)]
libxslt : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibtool : moved unused files to obsolete dir
Frans Meulenbroeks [Sat, 25 Sep 2010 17:37:02 +0000 (19:37 +0200)]
libtool : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibqpe : moved unused files to obsolete dir
Frans Meulenbroeks [Sat, 25 Sep 2010 17:32:46 +0000 (19:32 +0200)]
libqpe : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibopie : moved unused files to obsolete dir
Frans Meulenbroeks [Sat, 25 Sep 2010 17:31:05 +0000 (19:31 +0200)]
libopie : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibmimedir : moved unused files to obsolete dir
Frans Meulenbroeks [Sat, 25 Sep 2010 17:30:13 +0000 (19:30 +0200)]
libmimedir : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoltrace : moved unused files to obsolete dir
Frans Meulenbroeks [Sat, 25 Sep 2010 17:29:10 +0000 (19:29 +0200)]
ltrace : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolibmatchbox : moved unused files to obsolete dir
Frans Meulenbroeks [Sat, 25 Sep 2010 17:28:42 +0000 (19:28 +0200)]
libmatchbox : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolesstif : moved unused files to obsolete dir
Frans Meulenbroeks [Sat, 25 Sep 2010 17:28:17 +0000 (19:28 +0200)]
lesstif : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolemon : moved unused files to obsolete dir
Frans Meulenbroeks [Sat, 25 Sep 2010 17:26:57 +0000 (19:26 +0200)]
lemon : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoquilt-0.48: Check if file is a symlink before deleting.
Khem Raj [Sat, 25 Sep 2010 06:34:18 +0000 (23:34 -0700)]
quilt-0.48: Check if file is a symlink before deleting.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoMerge branch 'holger/qt4-4.7'
Holger Hans Peter Freyther [Sat, 25 Sep 2010 16:09:37 +0000 (00:09 +0800)]
Merge branch 'holger/qt4-4.7'

14 years agoqt4: Bump the PR after packaging changes
Holger Hans Peter Freyther [Sat, 25 Sep 2010 15:57:28 +0000 (23:57 +0800)]
qt4: Bump the PR after packaging changes

14 years agoqt4: Package the debug binaries into tools-dbg
Holger Hans Peter Freyther [Sat, 25 Sep 2010 10:15:49 +0000 (18:15 +0800)]
qt4: Package the debug binaries into tools-dbg

14 years agoqt4.inc: Package the xmlpatterns utility
Holger Hans Peter Freyther [Sat, 25 Sep 2010 10:04:03 +0000 (18:04 +0800)]
qt4.inc: Package the xmlpatterns utility

14 years agoqt4.inc: Package qmlviewer into a new package.
Holger Hans Peter Freyther [Sat, 25 Sep 2010 09:27:49 +0000 (17:27 +0800)]
qt4.inc: Package qmlviewer into a new package.