summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* p910nd: drop unused init scriptOtavio Salvador2011-05-102-41/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* setxkbmap: add version 1.2.0Otavio Salvador2011-05-101-0/+8
| | | | | | This is in sync with OE at 6e7e35679200cd55264fae308cd5dec7ef2d1d29. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dnsmasq(-dbus): import from oe.dev, needed for connman nowMartin Jansa2011-05-105-0/+391
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: drop older 0.72Martin Jansa2011-05-101-31/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* connman: add recipe for the latest released version 0.73Simon Busch2011-05-102-0/+36
| | | | | | * MJ merged connman.inc changes from oe.dev with it Signed-off-by: Simon Busch <morphis@gravedo.de>
* glib-2.0: add git version for 2.29.3+git, which has gdbus-codegen includedMartin Jansa2011-05-109-0/+349
| | | | | | * add negative DEFAULT_PREFERRENCE for now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdbus-binding-tool: bump SRCREVMartin Jansa2011-05-101-3/+3
| | | | | | | | | | * old version was failing to build after upgrading glib-2.0 * needs new python-argparse and libffi * be aware that command line params changed as well as generated code, and this recipe will be deprecated as soon as we switch to glib-2.29.3 or newer Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-argparse: add new recipe to provide argparse module for python and ↵Martin Jansa2011-05-101-0/+16
| | | | | | python-native older then 2.7 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: add new version 0.7.5 and include .inc to recipe directlyMartin Jansa2011-05-103-29/+22
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gst-plugins-base: drop 0.10.30 from meta-oe, there is 0.10.32 in oe-coreMartin Jansa2011-05-103-80/+0
| | | | | | | * gst-python needs at least 0.10.32 * http://lists.freedesktop.org/archives/gstreamer-bugs/2011-January/073592.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxfixes, util-macros: drop from meta-oe, now they are in oe-coreMartin Jansa2011-05-103-48/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udev: drop udev-compat for zaurus devicesMartin Jansa2011-05-101-26/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qmake_base.bbclass: sync with oe-core classOtavio Salvador2011-05-101-6/+20
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt4: fix 4.7.2 checksumOtavio Salvador2011-05-104-8/+8
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* postgresql: update to 8.4.7 since 8.4.4 was unfetchableOtavio Salvador2011-05-104-17/+18
| | | | | | This has been synced with postgresql recipes in OE. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt4: drop 4.6 versionsOtavio Salvador2011-05-1012-349/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libinih: add git recipeOtavio Salvador2011-05-101-0/+20
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libiconv: drop hack since gettext was being inheritedOtavio Salvador2011-05-101-4/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p910nd: add version 0.95Otavio Salvador2011-05-102-0/+60
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pixman.inc: use Xorg mirrorOtavio Salvador2011-05-101-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* freerdp: add recipe based on GIT from 2009-03-29Otavio Salvador2011-05-102-0/+39
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ntfs-3g-ntfsprogs: add version 2011.4.12Otavio Salvador2011-05-101-0/+27
| | | | | | | This recipe is a merge of ntfs-3g and ntfsprogs thus the provides entries. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fuse: add version 2.8.5Otavio Salvador2011-05-101-0/+34
| | | | | | This recipes is required by ntfs-3g-ntfsprogs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gcc-4.6: Add recipesKhem Raj2011-05-10228-0/+727618
| | | | | | | In addition apply linaro improvements and backports from FSF gcc-4_6-branch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uclibc_git.bb: Enable backtrace and fenvKhem Raj2011-05-093-1377/+4
| | | | | | | | | Upgrade to latest snapshot to bring in libubacktrace and enable it since e-wm needs it. Also enable fenv to compiler target gcc. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-xorg_1.10.1.bb: Replace use of --variable=sdkdir with --cflags-only-IKhem Raj2011-05-092-1/+35
| | | | | | | | This fixes the build failures of xf86-video-fbdev on build systems which have xorg-xserver development packages installed. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* conf/layer.conf: Use .= for BBPATH and += for BBFILESKhem Raj2011-05-091-3/+18
| | | | | | | | Provide additional commentary that should help a bit more Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman 0.22.0: drop unused file from checksumsKoen Kooi2011-05-091-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update to 0.22.0 - latest stableKoen Kooi2011-05-0910-455/+41
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: add checksumsMartin Jansa2011-05-021-0/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: drop comment from SRC_URIMartin Jansa2011-05-021-1/+0
| | | | | | | * bitbake from poky doesn't like comments in variables and bitbake from oe doesn't work with AUTOREV Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc: Upgrade to 4.5.3 and bring in latest linaro updatesKhem Raj2011-04-309-199/+2754
| | | | | | | | We base now off release tarball of 4.5.3 instead of svn Get relevant new arm linaro patches Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* proxy-libintl_20100902.bb: Specify -fPIC in CFLAGSKhem Raj2011-04-291-2/+2
| | | | | | | | | | Some architectures like mips become upset if you try to link non-pic libraries to shared objects some generate pic by default so it does not matter Specifying -fPIC on commandline should make all happy Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libx11_1.4.3.bb: Remove --without-xcbKhem Raj2011-04-292-11/+5
| | | | | | | | --without-xcb is no longer supported and that made a lot of difference in different BBCLASSEXTENDED recipes. It can be unified now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xcb-proto: Add recipe for version 1.6Khem Raj2011-04-292-0/+24
| | | | | | | | xcb-proto is needed by libxcb and --without-xcb is not possible with xorg-lib anymore hence the need Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tzdata, tzcode: Update 2011e -> 2011gKhem Raj2011-04-292-8/+8
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgpg-error_1.8.bb: No need to add gettext directly to DEPENDSKhem Raj2011-04-261-1/+0
| | | | | | | Let inherit gettext take care of it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* proxy-libintl: Upgrade to proxy-libintl-20100902Khem Raj2011-04-264-16/+9
| | | | | | | We do not need shared version Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: mini sync with oe-coreKoen Kooi2011-04-231-2/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cpufrequtils: import from OE .dev revision ↵Koen Kooi2011-04-222-0/+83
| | | | | | c7c2ebead10c5553d17a3d0f900d24713dafbfd5 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-oe,efl: add subject prefix hint for git send-emailKoen Kooi2011-04-211-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pointercal-xinput: don't allow empty packagesKoen Kooi2011-04-211-2/+2
| | | | | | Now that it is a soft dependency for xinput-calibrator only generate packages for machines with actual calibration data Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator: make pointercal-xinput a soft dependencyKoen Kooi2011-04-211-2/+6
| | | | | | pointercal-xinput is machine specific and empty for most machines, so it it's only a soft dependency. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-common 1.34: make it work with xserver-nodm-initKoen Kooi2011-04-211-19/+19
| | | | | | | | | | * Move SHR patches to main SRC_URI, they are generic and good enough for everyone * Start x-window-manager * Run through oe-stylize * Remove duplicated LICENSE * Add reconflicts with x11-common as well Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt-apps,-tasks: drop from meta-oe, changes were merged back into meta-oeKoen Kooi2011-04-214-113/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-oe: catch up with POKYBASE -> COREBASE renamingKoen Kooi2011-04-2112-13/+13
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libol: Typo in license checksumMichael Lippautz2011-04-201-1/+1
| | | | Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* syslog-ng: Runtime correctionsMichael Lippautz2011-04-203-322/+140
| | | | | | | * Ships with a working syslog-ng.conf * Stops any running syslogd upon installation Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* syslog-ng: Update to 3.2.2Michael Lippautz2011-04-204-0/+471
| | | | | | | | | | * Re-import from org.oe.dev * Adapt EXTRA_OECONF (disable most auto-detections) * Add LIC_FILES_CHKSUM * Move syslog-ng dl to .inc Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* eventlog: Clean and update to 0.2.12Michael Lippautz2011-04-201-0/+11
| | | | | | | | * Added LIC_FILES_CHKSUM * Move to version 0.2.12 Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>