summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* e-base: bump EFL_SRCREV and refresh patches and elementary versionMartin Jansa2011-11-015-32/+30
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liblinebreak: import from openembedded classic, version 1.2Denis 'GNUtoo' Carikli2011-11-011-4/+3
| | | | | | | | | * The License was verified and LIC_FILES_CHKSUM was added * OE-classic commit 9d612c4bb9bef813bdef9e198efc5949d51905eb Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* id3lib: import from openembedded classic, version 3.8.3Denis 'GNUtoo' Carikli2011-11-011-7/+5
| | | | | | | | | * Added LIC_FILES_CHKSUM, and fixed LICENSE * OE-classic commit f2893b80cffc46dad57864eb78b563f0876e6811 * JaMa: stylized by oe-stylize.py, dropped default PR Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elsa: add new login manager for EnlightenmentMartin Jansa2011-11-011-0/+16
| | | | | | | * version 0.0.4+${SRCPV} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* liblinebreak: import from openembedded classicDenis 'GNUtoo' Carikli2011-11-011-0/+13
| | | | | | | | The License was verified and LIC_FILES_CHKSUM was added Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* id3lib: Import from openembedded classicDenis 'GNUtoo' Carikli2011-11-011-0/+18
| | | | | | | | Added LIC_FILES_CHKSUM, and fixed LICENSE Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-nodm-init: set USER and HOMEMartin Jansa2011-11-012-1/+8
| | | | | | | | * when it's executed from init then HOME is set to '/' * shadow/agetty set HOME fine and Xinit is doing the same, but for xinit Xsession it didn't work Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* navit: upgrade to latest SRCREV and remove navit-iconsMartin Jansa2011-11-015-448/+6
| | | | | | | | | * separate directory cannot be fetched with subversion-1.7.0 svn: E155000: '/OE/downloads/svn/navit.svn.sourceforge.net/svnroot/navit/trunk/navit/navit/xpm' is already a working copy for a different URL and other users had problem with navit-icons trying to downgrade to older SRCREV and then upgrading again when building navit (failing with unversioned directories) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-common_1.34: patch Xserver to add support for gta04Klaus Kurzmann2011-11-012-0/+33
| | | | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: fix build with dirty valaMartin Jansa2011-11-012-0/+8
| | | | | | | | | | | | | | | * there is only one line added to default waf file in unpack_wafdir() just before last chdir and return because those files are downloaded and cannot be patched in normal way os.system("sed -i \"s/version=output.split/version=output.replace('-dirty','').split/g\" wafadmin/Tools/vala.py") * It fails to parse version like this /OE/shr-core/tmp/sysroots/x86_64-linux/usr/bin/valac --version Vala 0.12.1-dirty reporting 0.0.0 instead which breaks configure Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: fix internal pagerKoen Kooi2011-11-011-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* opencv: import from oe-classic and upgrade to 2.3.1Connor Abbott2011-11-013-0/+153
| | | | | | | | OpenCV <= 2.2 won't compile on oe-core due to the lack of v4l1 headers, and therefore wasn't included in this patch. Also, the support for newer cv2-style python bindings is a bit hacked up at the moment due to the way OpenCV detects the Python version and Numpy headers (see 0001-Fix-CMakeLists.txt-numpy-detection.patch). In particular, it requires the native & target python to be the same version and have similar site-packages directories, which is true at least for now in OE. Signed-off-by: Connor Abbott <cwabbott0@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* wget: drop from meta-oe, it's in oe-core nowKoen Kooi2011-10-312-32/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* evince: initial add 2.32.0Andreas Müller2011-10-311-0/+39
| | | | | | | | | | | | | | | * recipe based on oe-classic: evince_2.30.0.bb commit 5dba154457691d2096f2b1a7ef24bdc6f1b51859 * run tested on overo * TODO further doctype support configure option -> current configure result ------------------------------------------------ --enable-ps -> PostScript Backend.: no --enable-djvu -> DJVU Backend.......: no --enable-impress -> Impress Backend....: no Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-weather-plugin: initial add 0.7.4Andreas Müller2011-10-312-0/+116
| | | | | | | | | port-to-libxfce4ui.patch was taken from [1] [1] https://bugzilla.xfce.org/show_bug.cgi?id=7956 Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xclock: Add version 1.0.5 (initial recipe)Imran Mehmood2011-10-311-0/+11
| | | | | | | * Imported from oe.dev commit id 6e7e35679200cd55264fae308cd5dec7ef2d1d29 Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-eyes-plugin: initial add 4.4.1Andreas Müller2011-10-312-0/+81
| | | | | | | | | | * port-to-libxfce4ui.patch was send to xfce-buglist [1] * run tested on overo [1] https://bugzilla.xfce.org/show_bug.cgi?id=8074 Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ristretto: update to 0.2.2Andreas Müller2011-10-311-7/+3
| | | | | | | run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce-app.bbclass: just set SRC_URI commmon to most xfce-appsAndreas Müller2011-10-313-10/+6
| | | | | | | | * build tested with source download for xfce4-notifyd and xfce4-screenshooter * run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce-utils: update to 4.8.3Andreas Müller2011-10-312-20/+2
| | | | | | | | | | * relative-symlinks-docs.patch was applied mainline [1] * run tested on overo [1] http://git.xfce.org/xfce/xfce-utils/commit/?id=6d76b3625dd5ad2206a9c17575e22d99d43c8ecc Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* memtester: Corrected recipe following review comments and guidelinesJoel A Fernandes2011-10-312-9/+20
| | | | | | | | | | | | | | This is an import of memtester from OE classic, commit ID: 5671855bfba71575e4919c4b5fc9c5dcb8052612 Fixes to recipe: * Added patch header to Makefile.patch * Corrected order of variables and added HOMEPAGE to recipe * Removed the line, S = "${WORKDIR}/memtester-${PV}" as its the default * Removed new-line at end of recipe Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-datetime-plugin: Initial add git (0.6.1)Andreas Müller2011-10-252-0/+380
| | | | | | | | | | | | Version 0.6.1 was release about 3 years ago. The patch to migrate from libxfcegui4->libxfce4ui hopefully shall be applied mainline [1]. It would have caused extra efforts to base the patch on 0.6.1 release. [1] https://bugzilla.xfce.org/show_bug.cgi?id=8064 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce-panel-plugin.bbclass: pack modules also from ${libdir}/xfce4/panel-pluginsAndreas Müller2011-10-251-0/+1
| | | | | | | | | | * some panel-plugins (e.g xfce4-datetime-plugin) install their modules to ${libdir}/xfce4/panel-plugins * build tested with fresh build dir * run tested on overo: applications / all available plugins Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce.bbclass: Move static libraries to ${PN}-staticdevAndreas Müller2011-10-251-0/+1
| | | | | | | | * build tested with fresh build dir * run tested on overo: applications / all available plugins Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* goffice 0.8.17: import from OE classicKoen Kooi2011-10-243-0/+70
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* asio 1.4.1: import from OE classicKoen Kooi2011-10-242-0/+21
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev 174: add version 174, disabled by default (see below)Koen Kooi2011-10-241-0/+89
| | | | | | | | This release moves various binaries from /sbin to /lib/udev, invalidating the sysvinit scripts in our metadata. To stay closer to upstream the sysvinit scripts have been removed and systemd units are used instead. Since this is a huge change (both the moving of 'udevd' and removing initscripts) this recipe has a negative DEFAULT_PREFERENCE. Patches to reinstate sysvinit support are welcomed, but will be subject to close scrutiny. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* soft66 git: import from OE classicKoen Kooi2011-10-241-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libftdi: import 0.18 from OE classic, update to 0.19Koen Kooi2011-10-242-0/+7401
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* live555: fix build due to missing INC_PRKoen Kooi2011-10-241-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libass 0.9.11: import from OE classicKoen Kooi2011-10-242-0/+32
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* subsurface: update to 1.1 release, start using gitpkgvKoen Kooi2011-10-241-4/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* enca 1.9: import from OE classicKoen Kooi2011-10-245-0/+100
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmicrohttpd 0.4.6: import from OE classicKoen Kooi2011-10-241-0/+15
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* wavpack 4.60.1: import from OE classicKoen Kooi2011-10-241-0/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: add lock group using useradd.bbclassOtavio Salvador2011-10-241-10/+5
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udisks: update to 1.0.4Koen Kooi2011-10-241-3/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9 0.5.1: fix up node-o3-xml library locationKoen Kooi2011-10-241-6/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* memtester: Import from OE classicJoel A Fernandes2011-10-242-0/+42
| | | | | | | Added LIC_FILES_CHKSUM Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: build node-03-xml manually, waf is just too broken for crosscompilationJason Kridner2011-10-221-10/+19
| | | | | | | Also adjust packaging Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: fix initramfs symlinkKoen Kooi2011-10-211-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: add systemd-initramfsOtavio Salvador2011-10-211-2/+8
| | | | | | | | Includes a /init that points to ${base_sbin}/init that is called so to avoid having to include post rootfs commands for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-serialgetty: don't require systemd_git.bbOtavio Salvador2011-10-212-15/+347
| | | | | | | Avoids the recompile of this package every time systemd is change. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Cloud9: incremental submodule and build fixesJason Kridner2011-10-212-35/+79
| | | | Signed-off-by: Jason Kridner <jdk@ti.com>
* fuse: Fix linking issues with gold linkerKhem Raj2011-10-212-1/+62
| | | | | | | | | | | | | | | | | | | | | fuse has problems when linking with gold since it uses version scripts in a way thats so perticular to bfd ld /home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.2/ld: error: symbol __fuse_exited has undefined version | collect2: ld returned 1 exit status | make[1]: *** [libfuse.la] Error 1 | make[1]: *** Waiting for unfinished jobs.... For more details http://blog.flameeyes.eu/2011/06/01/gold-readiness-obstacle-2-base-versioning http://sources.redhat.com/bugzilla/show_bug.cgi?id=10861 http://comments.gmane.org/gmane.comp.file-systems.fuse.devel/9524 http://www.airs.com/blog/archives/300 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-icon-theme: initial add 4.4.3Andreas Müller2011-10-211-0/+14
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Remove the patches that are already applied via oe-coreKhem Raj2011-10-204-248/+0
| | | | | | | | | Please apply after http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-update has been merged into oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-basic: include a minimal set of timezone dataKoen Kooi2011-10-201-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-basic: include MACHINE_EXTRA_RRECOMMENDSKoen Kooi2011-10-201-1/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: also package wafadminKoen Kooi2011-10-191-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>