aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-12-07muffinman-image: Remove IMAGE_DEVICE_TABLES definition.Alex Ferguson
Removed IMAGE_DEVICE_TABLES definition which was used to override the default device_tables-minimal file, solving some issues while creating others. This hack is no longer needed with kernel 2.6.36. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-12-07msmcomm: bump SRCREV to compatible version with current cornucopia SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-07ohm: bump git SRCREV to 2010-02-11 masterAndrea Adami
* removes offending dpmsstr.h include * explicit packaging of .la files for -dev (installed but not shipped) * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2010-12-06libphone-ui-shr: bump SRC_REV for message-list enhancementsThomas Zimmermann
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-12-06libcdaudio: updated LICENSE to LGPLv2+Frans Meulenbroeks
COPYING file is the GPLv2 thing README file says LGPL sources say LGPLv2+ Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-06modemmanager: add 0.4 with a patch to fix build against recent glibKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-06eina: Remove `gnu_source.patch` which was applied upstream.Paul Menzel
Something similar to this patch was applied upstream r53157 [1] which closes upstream ticket 537 [2]. $ git grep EFL_SRCREV classes/e-base.bbclass:EFL_SRCREV ?= "55157" This change is build tested with the following configurations. Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "842f05d" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "minimal" DISTRO_VERSION = "dev-snapshot-20101203" TARGET_FPU = "hard" Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "842f05d" TARGET_ARCH = "arm" TARGET_OS = "linux-uclibceabi" MACHINE = "beagleboard" DISTRO = "minimal-uclibc" DISTRO_VERSION = "dev-snapshot-20101203" TARGET_FPU = "hard" [1] http://trac.enlightenment.org/e/changeset/53157 [2] https://trac.enlightenment.org/e/ticket/537 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> CC: Henning Heinold <heinold@inf.fu-berlin.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06cdparanoia: added HOMEPAGE and DESCRIPTIONFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-06recipes: PR bump after EFL SRCREV change resulting to different .so names.Martin Jansa
* mostly libelementary-ver-pre-svn-08 -> libelementary-ver-pre-svn-09 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06e-base: bump EFL_SRCREV for beta3Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06cornucopia: bump SRCREVMartin Jansa
* fixed close for devices with broken MUX mode that can't close * more stuff for n900 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06ti-linuxutils: Add 2.26.01.02Roger Monk
* Add latest linuxutils 2.26.01.02 * support for linux 2.6.37rc Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-12-06gvfs: add 1.6.6 which works with a recent glibKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-06fbprogress_1.1: Change SRC_URI to new location.Stefan Schmidt
The BugLabs SVN got migrated to a new place. The old on is still in read only mode, but will go off soon.
2010-12-06u-boot-bug_svn: Change SRC_URI to new location.Stefan Schmidt
The BugLabs SVN got migrated to a new place. The old on is still in read only mode, but will go off soon.
2010-12-06linux-bug_2.6.27.2: Change SRC_URI to new location.Stefan Schmidt
The BugLabs SVN got migrated to a new place. The old on is still in read only mode, but will go off soon.
2010-12-06enjoy: add `elementary` to `DEPENDS`Paul Menzel
Task `configure` fails with the following error message. | checking pkg-config is at least version 0.9.0... yes | checking for EDBUS... yes | checking for ELEMENTARY... configure: error: Package requirements (elementary ecore-file) were not met: | | No package 'elementary' 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 ELEMENTARY_CFLAGS | and ELEMENTARY_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 enjoy-0.0+svnr55157-r2: task do_configure: Failed ERROR: TaskFailed event exception, aborting ERROR: Build of /oe/openembedded/recipes/e17/enjoy_svn.bb do_configure failed ERROR: Task 12 (/oe/openembedded/recipes/e17/enjoy_svn.bb, do_configure) failed with 256 ERROR: '/oe/openembedded/recipes/e17/enjoy_svn.bb' failed ERROR: '/oe/openembedded/recipes/e17/enjoy_svn.bb' failed ERROR: '/oe/openembedded/recipes/e17/enjoy_svn.bb' failed Adding `elementary` to `DEPENDS` fixes this problem and is tested with the following configurations. Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "2bd4f33" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "angstrom" DISTRO_VERSION = "next" TARGET_FPU = "hard" Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "fa3f861" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "minimal" DISTRO_VERSION = "dev-snapshot-20101206" TARGET_FPU = "hard" Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06enjoy: Fix commit 1265ac and append to `DEPENDS`.Paul Menzel
With commit 1265ac »enjoy_svn.bb: add missing DEPENDS for the needed gst-plugins« [1] previous `DEPENDS` assignment was discarded and task `configure` failed with the following error. checking pkg-config is at least version 0.9.0... yes checking for EDBUS... configure: error: Package requirements (edbus) were not met: No package 'edbus' 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 EDBUS_CFLAGS and EDBUS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ERROR: Function do_configure failed This patch fixes the error above and is tested using the following configurations. Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "2bd4f33" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "angstrom" DISTRO_VERSION = "next" TARGET_FPU = "hard" Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "fa3f861" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "minimal" DISTRO_VERSION = "dev-snapshot-20101206" TARGET_FPU = "hard" [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=1265ac068aa9f5bf0d8fee2cfbf8a1492cabe5a3 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06xorg-proto: move BBCLASSEXTEND to .incKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-06angstrom next: prefer glibc 2.26.xKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-06bc 1.06: fix segfault when using -lKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-06Angstrom next: prefer linux-omap 2.6.37rcX as main kernel for beagleKoen Kooi
Signed-off-by: Koen Kooi <koen@beagleboard.org>
2010-12-06ti-linuxutils 2.25.05.11: fix build with recent kernelsKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-12-06ti-local-power-manager: fix build with recent kernelsKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-12-06ti-dsplink 1.65.00.03: add patch to fix build with recent kernelsKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-12-06udev 162: fix libudev packagingKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-06udev: Add recipe for 162Steve Sakoman
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-06powertop: fix CFLAGS in .inc and add a git versionKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-06tune-cortexa8: change '-mfloat-abi=hardfp' to '-mfloat-abi=hard'Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-06linux-omap 2.6.37rc: bump to rc4Koen Kooi
* fix defconfig * raise MPU limit for 2GHz * switch SGX clocks to 200MHz for 36xx * clarify CAM_EN name * Add support for TinCanTools Trainer expansionboard * remove mpurate patch, the needed OPP layer changes aren't in yet, so 1GHz operation doesn't work properly Signed-off-by: Koen Kooi <koen@beagleboard.org>
2010-12-06xorg: new versions 2010-12-06, xcalc, xeyex, xf86-video-savage and ↵Martin Jansa
xserver-xorg moved to 1.9.2.902 (RC2) * xf86-video-savage doesn't build for me, ICE with gcc-4.5, but I have the same with xf86-video-savage_2.3.1, so probably not savage fault | savage_video.c: In function 'SavageDisplaySurface': | savage_video.c:2351:1: internal compiler error: in default_secondary_reload, at targhooks.c:762 | Please submit a full bug report, | with preprocessed source if appropriate. | See <http://gcc.gnu.org/bugs.html> for instructions. | make[2]: *** [savage_video.lo] Error 1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06task-shr-feed: add enjoy and shr-theme-efennihtMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06shr-theme-efenniht: add recipe for efenniht shr theme.Pau Espin Pedrol
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06elementary-theme-efenniht: add recipe for efenniht elementary theme.Pau Espin Pedrol
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06exquisite-theme-illume: use e-baseMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06e-wm-theme-illume-efenniht: add recipe for efenniht e17 theme.Pau Espin Pedrol
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06libmokosuite: new recipeDaniele Ricci
libmokosuite is the core library of mokosuite2. It is written in C using GLib and EFL; it containes many useful utilities to write embedded-oriented applications. libmokosuite is divided in 3 parts: Utils, UI and PIM. Signed-off-by: Daniele Ricci <daniele.athome@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06librest: git is now hosted on gnome.orgDaniele Ricci
* also use gitr prefix and SRCPV * bump PE for upgradeable path Signed-off-by: Daniele Ricci <daniele.athome@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-05enjoy_svn.bb: add missing DEPENDS for the needed gst-pluginsKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-12-05enjoy_svn: fix dependencies and bump PRDenis 'GNUtoo' Carikli
*lame is not an mp3 decoder, it's an mp3 encoder, it's useless here *mad was lacking(result: not beeing able to play mp3) *gst-plugin-volume(volume not working) and gst-plugin-decodebin2 (not able to play anything) were also lacking Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-12-05libcddb: added missing dependency on gettextFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-05cdparanoia_svn.bb: updated SVN version; fixed LICENSE, added pkgconfig stuffFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-05psplash: Update psplash-poky-img.h for new jlime-logo.Alex Ferguson
Updated psplash-poky-img.h to the newer jlime branding. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-12-05linux-jlime-ben-nanonote: Update bootsplash for new jlime logo.Alex Ferguson
Updated logo_linux_clut224.ppm to the new jlime branding. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-12-05jlime-extras-nanonote: Update recipe to version 1.0.1.Alex Ferguson
Updated to version 1.0.1 which contains some new wallpapers. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-12-05fileselector: Update recipe to version 1.3.Alex Ferguson
Update version to 1.3 which includes several bugfixes. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-12-05netsurf: Update recipes, fix_makefile.patch for netsurf.Alex Ferguson
Updated do_stage in netsurf libraries for distributing missing .pc files into staging. These are required for building newer versions of netsurf. Updated fix_makefile.patch to replace the definition of HOST_CC with BUILD_CC. This fixes some compilation issues. Bumped PR accordingly in all recipes. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-12-05enjoy: add new recipe(efl music player)Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Fabiano Fidencio <fidencio@profusion.mobi>
2010-12-05lightmediascanner: add new 0.4.1.0 versionDenis 'GNUtoo' Carikli
This version is needed for a new recipe(enjoy) that will be added in another commit Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Fabiano Fidencio <fidencio@profusion.mobi>
2010-12-05libsdl-mixer 1.2.11: wrap the mp3 dependency in enterprise and bump PRDenis 'GNUtoo' Carikli
Distributing an MP3 encoder/decoder can be problematic in the countries where software patents are legal and enforceable. So people not wanting to distribute or use mp3 can set ENTERPRISE_DISTRO in their local.conf to avoid the dependency. As adding ENTERPRISE_DISTRO mask some dependencies, this patch should permit to build libsdl-mixer with enterprise set. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>