summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* kmod: drop from meta-oeMartin Jansa2012-05-102-50/+0
| | | | | | | * it was added to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ubi-utils-klibc: add the remaining ubicrc32, ubinize, ubiformatAndrea Adami2012-05-105-30/+83
| | | | | | | | | | | | | | | * add more hacks to compile * binaries tested on Zaurus poodle/corgi (with patched kernel) * bump PR * NOTES * strange behavior wrt getopt for at least ubiformat: * you should pass the options first, i.e. * ubiformat -O 512 /dev/mtd3 *works* * ubiformat /dev/mtd3 -O 512 *fails* Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* klibc: upgrade from 1.5.25 to 1.5.26Andrea Adami2012-05-1014-2/+3
| | | | | | | | * minor updates, still waiting for release 2.0 * v2 adds another (sometimes) missing header Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon 2.32.1: libsndfile -> libsndfile1Koen Kooi2012-05-091-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssh: rename bbappends to match new oe-core versionMartin Jansa2012-05-091-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Merge remote-tracking branch 'meta-oe-contrib/jansa/pull2'Koen Kooi2012-05-0821-238/+136
|\
| * orbit2: cleanup recipe, merge .inc and -nativeMartin Jansa2012-05-087-98/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | * fix LICENSE field * this also upgrades -native from 2.14.12 to 2.14.17, because 2.14.12 is failing to configure:13143: checking alignment of CORBA_octet configure:13170: gcc -o conftest -isystem/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include -pthread -I/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/glib-2.0 -I/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib/glib-2.0/include -L/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c -pthread -Wl,--export-dynamic -L/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0 >&5 In file included from ./include/orbit/util/basic_types.h:5:0, from conftest.c:45: /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/glib-2.0/glib/gunicode.h:23:2: error: #error 'Only <glib.h> can be included directly.' * use GNOME_MIRROR and SHRT_VER in SRC_URI Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * libxaw: upgrade to 1.0.10 to fix -Werror=pointer-to-int-cast when building ↵Martin Jansa2012-05-081-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | for x86-64 * 1.0.9 fails with: | XawIm.c:1410:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] | XawIm.c:1415:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] * fixed upstream: http://cgit.freedesktop.org/xorg/lib/libXaw/commit/?id=49c0a2441946f0d70fbd2612f193c95b84dde102 * COPYING changed only formally, stripping trailing spaces in http://cgit.freedesktop.org/xorg/lib/libXaw/commit/COPYING?id=37ffe69b10ae29e8f91de6ef647d06804b9d159b Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * kernel.bbclass: Use kmod-native instead of module-init-tools-crossKhem Raj2012-05-071-4/+3
| | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * kernel.bbclass: move kernel-vmlinux up in PACKAGESChristopher Larson2012-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | If KERNEL_IMAGETYPE is vmlinux, the expectation is most likely that there will be no kernel image package, but we still want a vmlinux package for debugging, so move kernel-vmlinux in front of kernel-image in PACKAGES. Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpe-scap: migrate to use libsoup-2.4 instead of libsoup-2.2 APIMartin Jansa2012-05-062-3/+47
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * loudmouth: fix build with glib-2.32Martin Jansa2012-05-062-1/+14
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * glibmm: fix build with glib-2.32Martin Jansa2012-05-062-4/+13
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * libgee: upgrade to 0.6.4Martin Jansa2012-05-062-12/+11
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * libsoup-2.4, gobject-introspection: upgraded in oe-coreMartin Jansa2012-05-064-111/+0
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | gnome-settings-daemon: add dependency on libsndfileKoen Kooi2012-05-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's autodetected and leads to sstate based breakage on autobuilders: This ends up in the package: Package: gnome-settings-daemon Version: 2.32.1-r3 Depends: [..] libdbus-1-3 (>= 1.4.16), libx11-6 (>= 1.4.4), libogg0 (>= 1.3.0), libsndfile1 (>= 1.0.25), But libsndfile hasn't been built. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | gnome-settings-daemon: add dependency on libxtst6Koen Kooi2012-05-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's autodetected and leads to sstate based breakage on autobuilders: This ends up in the package: Package: gnome-settings-daemon Version: 2.32.1-r3 Depends: libltdl7 (>= 2.4.2), hicolor-icon-theme, libjson0 (>= 0.9), libxcb1 (>= 1.8.1), libxrender1 (>= 0.9.7), libpixman-1-0 (>= 0.25.2), libxml2 (>= 2.7.8), libxext6 (>= 1.3.1), libz1 (>= 1.2.6), libxtst6 (>= 1.2.1), But libxtst hasn't been built. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | gnome-session: add dependency on libxtst6Koen Kooi2012-05-071-2/+2
|/ | | | | | | | | | | | | | It's autodetected and leads to sstate based breakage on autobuilders: This ends up in the package: Package: gnome-session Version: 2.32.1-r1 Depends: libx11-6 (>= 1.4.4), hicolor-icon-theme, libxrender1 (>= 0.9.7), libdbus-1-3 (>= 1.4.16), libdbus-glib-1-2 (>= 0.98), gconf, libxtst6 (>= 1.2.1), But libxtst hasn't been built. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfsprogs: misc fixes for recipeAndreas Oberritter2012-05-051-15/+16
| | | | | | | | | | | | | | * Only libhandle's license is the LGPLv2.1, all tools are licensed under the GPLv2. * Create seperate package for libhandle. * Create seperate packages for mkfs.xfs and fsck.xfs to save space. * Use real license file for LIC_FILES_CHKSUM. * Fix libhandle.so symlink. * Remove unneeded symlinks from ${base_libdir} Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator 0.7.5: add xterm to RDEPENDS, the menu item doesn't work ↵Koen Kooi2012-05-051-2/+2
| | | | | | | without it Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* Merge remote-tracking branch 'meta-oe-contrib/jansa/pull2'Koen Kooi2012-05-0425-28/+264
|\
| * vala-dbus-biniding-tool: bump SRCREVMartin Jansa2012-05-041-1/+1
| | | | | | | | | | | | * also needed to rebuild after libgee upgrade Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * xorg: remove BBCLASSEXTENDs for gtk+-native they should be in oe-coreMartin Jansa2012-05-049-9/+0
| | | | | | | | | | | | This reverts commit 1ab99af784f5f1564f28f6afc4718d630b42a606. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * libav-0.7.4: fix build with gcc-4.7Martin Jansa2012-05-042-2/+61
| | | | | | | | | | | | | | A cmp instruction with two constants is invalid, therefore 'g' constraint is not correct but must be "rm" instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * abiword: fix build with glib-2.32Martin Jansa2012-05-042-2/+24
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gtkmathview: fix build with gcc-4.7Martin Jansa2012-05-042-1/+50
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * webkit-efl: fix build with gcc-4.7Martin Jansa2012-05-042-1/+78
| | | | | | | | | | | | | | | | * that patch is backport of http://trac.webkit.org/changeset/113786/trunk/ to our SRCREV Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * tangogps: fix build with glib-2.32Martin Jansa2012-05-042-2/+15
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * epdfview: fix build with glib-2.32Martin Jansa2012-05-042-2/+16
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * libgpewidget: fix build with glib-2.32Martin Jansa2012-05-042-4/+17
| | | | | | | | | | | | | | * SRC_URI needs to be after inherit gpe and pkgconfig.patch wasn't ever used Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * midori: upgrade to 0.4.5Martin Jansa2012-05-041-4/+2
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | Merge remote-tracking branch 'meta-oe-contrib/jansa/gpsd'Koen Kooi2012-05-0416-51/+688
|\ \ | |/ |/|
| * gpsd: disable docs generationMartin Jansa2012-04-304-0/+52
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: add chrpath-native to dependsMartin Jansa2012-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * on debian wheezy I've seen this $ tmp-eglibc/sysroots/x86_64-linux/usr/bin/chrpath ../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd ../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd: RPATH=/var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/gpsd-3.4:/var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib $ chrpath ../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd `../../../shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.4-r2/image/usr/sbin/gpsd' probably isn't a 64-bit LSB-first ELF file. Usage: chrpath [-v|-d|-c|-r <path>] <program> [<program> ...] with the path given -l|--list List the current rpath/runpath (default) -h|--help Show this usage information. $ chrpath -v chrpath version 0.13 $ tmp-eglibc/sysroots/x86_64-linux/usr/bin/chrpath -v chrpath version 0.14 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: fix python paths and RPATHsMartin Jansa2012-04-303-0/+74
| | | | | | | | | | | | * see included patch for description Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd-3.4: fix python paths and RPATHsMartin Jansa2012-04-302-0/+73
| | | | | | | | | | | | * see included patch for description Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: add git recipe with negative D_P for testsMartin Jansa2012-04-301-0/+129
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: add recipe for 3.5 with negative D_P for testingMartin Jansa2012-04-302-0/+165
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: remove RPATH from binaries instead of replacing it with redundant /usr/libMartin Jansa2012-04-302-0/+42
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: replace whole do_install from scons.bbclassMartin Jansa2012-04-291-1/+6
| | | | | | | | | | | | | | * prefix was wrong, because SConstruct expects prefix usable as RPATH and DESTDIR not DESTDIR/prefix combined together in prefix variable Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: use gpsd.service and gpsd.socket from source tree, drop local filesMartin Jansa2012-04-293-20/+5
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: export PKG_CONFIG with PKG_CONFIG_SYSROOT_DIRMartin Jansa2012-04-291-0/+2
| | | | | | | | | | | | * python-scons-native executes pkg-config with wrong environment and as result -I/usr/include/libusb-1.0 is returned Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: pass sysroot param to scons and fix SConstruct to respect thatMartin Jansa2012-04-293-1/+71
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd-3.4: fix DSO build correctlyMartin Jansa2012-04-292-3/+42
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd-3.4: drop pkgconfig=''Martin Jansa2012-04-291-1/+0
| | | | | | | | | | | | | | * this is wrong, it's used as path where to install .pc files and we expect them in not directly in sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd-3.4: minor style issuesMartin Jansa2012-04-291-16/+13
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: move files to gpsd dir as they are not version specificMartin Jansa2012-04-295-0/+0
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: update to 3.4Denis 'GNUtoo' Carikli2012-04-296-22/+27
| | | | | | | | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | libgcc-4.5: Fix nativesdk build problemKhem Raj2012-05-021-14/+18
| | | | | | | | | | | | | | | | | | We need to use BPN instead of PN so we access libgcc and not libgcc-nativesdk Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | gcc-crosssdk-intermediate_4.5.bb: with-headers has been moved from common ↵Khem Raj2012-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | include To accomodate gcc 4.7 which needed a different option than --with-header this option setting has been moved into version specific recipes Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>