summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* nodejs: update to 0.6.17Koen Kooi2012-05-181-3/+3
| | | | | | | The license is unchanged, only some sections were clarified with different wording. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* gnome-settings-daemon 2.32.1: libsndfile -> libsndfile1Koen Kooi2012-05-091-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* orbit2: cleanup recipe, merge .inc and -nativeMartin Jansa2012-05-097-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> Signed-off-by: Eric Bénard <eric@eukrea.com>
* libxaw: upgrade to 1.0.10 to fix -Werror=pointer-to-int-cast when building ↵Martin Jansa2012-05-091-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> Signed-off-by: Eric Bénard <eric@eukrea.com>
* kernel.bbclass: move kernel-vmlinux up in PACKAGESChristopher Larson2012-05-091-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> Signed-off-by: Eric Bénard <eric@eukrea.com>
* gnome-settings-daemon: add dependency on libsndfileKoen Kooi2012-05-091-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> Signed-off-by: Eric Bénard <eric@eukrea.com>
* gnome-settings-daemon: add dependency on libxtst6Koen Kooi2012-05-091-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> Signed-off-by: Eric Bénard <eric@eukrea.com>
* gnome-session: add dependency on libxtst6Koen Kooi2012-05-091-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> Signed-off-by: Eric Bénard <eric@eukrea.com>
* gpe-scap: migrate to use libsoup-2.4 instead of libsoup-2.2 APIMartin Jansa2012-05-092-3/+47
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* xfsprogs: misc fixes for recipeAndreas Oberritter2012-05-091-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> Signed-off-by: Eric Bénard <eric@eukrea.com>
* xinput-calibrator 0.7.5: add xterm to RDEPENDS, the menu item doesn't work ↵Koen Kooi2012-05-091-2/+2
| | | | | | | | without it Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* media-ctl: update to latest gitKoen Kooi2012-05-091-4/+8
| | | | | | | | * split out libs * media-ctl has been relicensed to LGPLv2.1+ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* v4l-utils: update to 0.8.8Koen Kooi2012-05-091-3/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* yavta: update to latest gitKoen Kooi2012-05-091-1/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* synergy: remove inherit of siteinfo and fix license stringTasslehoff Kjappfot2012-04-301-2/+2
| | | | | Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ubi-utils-klibc: initial commit of version 1.4.9Andrea Adami2012-04-305-0/+208
| | | | | | | | * Initially only ubiattach was targeted (for kexecboot project). * Based on klibc_1.5.25, will be revised once new klibc is out. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel bbclass: recreate uImage unless KEEPUIMAGE is setKoen Kooi2012-04-271-1/+1
| | | | | | | | | | | The intent of the uImage code in this class includes the following 1) be able to specify custom load addresses without needing to patch the kernel 2) add better information to the uImage description field The current state is a NOP anyway, the kernel will always build a uImage when you tell it to 'make uImage'. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox 1.19.4 bbapped: create dir before installing into it, fixes build ↵Koen Kooi2012-04-271-1/+2
| | | | | | | failures on the autobuilder Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* synergy: add synergy 1.3.8Tasslehoff Kjappfot2012-04-271-0/+22
| | | | | Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* README: keep PATCH prefix in subject-prefix, some people filter their inbox ↵Martin Jansa2012-04-267-5/+9
| | | | | | based on that Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* expedite: add LIC_FILES_CHKSUMMartin Jansa2012-04-261-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eio: fix LIC_FILES_CHKSUMMartin Jansa2012-04-261-1/+1
| | | | | | * formal changes in r66247 and copy&paste fix in r66262 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl-from-svn.inc: renameMartin Jansa2012-04-261-0/+0
| | | | | | | * people with this included will notice new release recipes and use them if possible without breaking upgrade path Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: add recipes for new released versionsMartin Jansa2012-04-2667-277/+363
| | | | | | | * drop/reset PR where possible as PV is increased * remove RREPLACES for versions before meta-efl was created Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for 1.2Martin Jansa2012-04-261-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd-machine-units: add machine specific recipe for BSPsMartin Jansa2012-04-261-0/+12
| | | | | | | | | * some machines like n900/gta02/palmpre are using extra units to initialize something (g_ether, cmt, ...), so make it easy to bbappend such units * stuff like INHERIT_append_crespo = " systemd" from BSP doesn't play well with systemd.bbclass Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd.bbclass: allow recipe to inherit systemd with empty SYSTEMD_SERVICEMartin Jansa2012-04-261-6/+5
| | | | | | | | | * I have use case where common recipe does inherit systemd and only some BSP's are bbappending some SERVICEs to it * install was moved intentionaly, so that /lib/systemd/system is not created if there is no .service file (causing QA Warning about unpackaged dir) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kernel: Fix packaging issueSaul Wold2012-04-261-1/+1
| | | | | | | | | | | | | Remove /etc since it is empty, when creating a machine that does not deliver any module config files, the /etc is empty and is then warned about not being shipped, so we remove it. This occurs in the routerstationpro with the following warning: WARNING: For recipe linux-yocto, the following files/directories were installed but not shipped in any package: WARNING: /etc Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* {kernel, module}.bbclass: don't run depmod for module packages during do_rootfsAndreas Oberritter2012-04-261-3/+1
| | | | | | | | | | | | | | | | * depmod already gets executed by pkg_postinst_kernel-image. * If you build a module using module.bbclass, pkg_postinst returns 1 in do_rootfs, causing pkg_postinst to run again on first boot. To improve this situation, I copied pkg_postinst from kernel.bbclass to module.bbclass. This was rejected by Koen, because he doesn't like the code from kernel.bblcass, which uses ${STAGING_DIR_KERNEL}. Richard then suggested that calling depmod during do_rootfs wasn't necessary at all, because it already gets done by kernel-image. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kernel.bbclass: resync with oe-core versionMartin Jansa2012-04-261-31/+33
| | | | | | | * 4 spaces for anonymous python * don't recreate uImage if it already exists Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common: drop xinput-calibrator call as it is done by xdg nowOtavio Salvador2012-04-252-28/+0
| | | | | | | The new xinput-calibrator package provides a xdg file that handles this logic so drop it from session. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* net-snmp: split net-snmp-serverMario Domenech Goulart2012-04-252-9/+17
| | | | | | | | | | | | | | net-snmp-server has been split into two packages: net-snmp-server-snmpd and net-snmp-server-snmptrapd net-snmp-server is now a "meta-package" which depends on net-snmp-server-snmpd and net-snmp-server-snmptrapd. net-snmpd-server-systemd in no longer generated. It has been split into net-snmp-server-snmpd-systemd and net-snmp-server-snmptrapd-systemd. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
* epiphany 2.30.6: add missing gnome-doc-utils dependencyKoen Kooi2012-04-251-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* klibc_1.5.25: add patches to build with 3.2 kernel headersAndrea Adami2012-04-243-1/+61
| | | | | | | | | | * kernel_3.2__aligned_u64.patch is already upstream * hack around the missing headers (now in /generated/asm) * bump INC_PR * waiting for klibc_2.0 release Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-openembedded: net-snmp: systemd supportMario Domenech Goulart2012-04-244-2/+1654
| | | | | | | | | | Backported systemd-related commits from net-snmp's master branch (full description in the systemd-support.patch file). .service files slightly adapted from Fedora's. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* oe-stylize.py: Add SUMMARY variableAndreas Oberritter2012-04-241-0/+1
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt bbappends: play nice with bbappends in other layers by incrementing PRINC ↵Koen Kooi2012-04-214-2/+4
| | | | | | instead of overwriting it Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-yocto-tiny-kexecboot: initial commit of version 3.2Andrea Adami2012-04-201-0/+17
| | | | | | | | * this is the skeleton for .bbappend recipes * residing in the BSP layers Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Backport cpp honor sysroot patchKhem Raj2012-04-192-1/+38
| | | | | | | This patch is well vetted on gcc-4.6 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* README: fix meta-efl, meta-gpe and meta-xfce to point to openembedded.orgDenys Dmytriyenko2012-04-193-5/+3
| | | | | | | | | Fix README files for meta-efl, meta-gpe and meta-xfce to point to the correct openembedded.org address instead of the outdated openembedded.net in git URIs. Reported by Autif Khan for one of the layers. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gpsd: fix gpsd init scriptJohan Hovold2012-04-182-6/+6
| | | | | | | | | | | | Replace return with exit where appropriate. Current init script uses return outside of functions resulting in warnings such as the following when using bash as interpreter: /etc/init.d/gpsd: line 98: return: can only `return' from a function or sourced script Signed-off-by: Johan Hovold <johan.hovold@lundinova.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mime-support: Update to version 3.48Luca Vaudano2012-04-181-3/+2
| | | | | | Signed-off-by: Luca Vaudano <vaudano@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: silence systemd bbclass WARNING, ${PN}-systemd is unwantedKoen Kooi2012-04-181-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: silence systemd bbclass WARNING, ${PN}-systemd is unwantedKoen Kooi2012-04-181-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd bbclass: allow recipes to silence WARNING during parsing when ↵Koen Kooi2012-04-181-1/+4
| | | | | | ${PN}-systemd is unwanted Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lighttpd: lastest oe-core installs lighttpd.conf directly to /etc/Radek Dostal2012-04-172-3/+3
| | | | | | Signed-off-by: Radek Dostal <rd@radekdostal.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: remove IWMMXT settingMartin Jansa2012-04-171-4/+2
| | | | | | | * khem moved it to oe-core and kept it here Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-base: bump EFL_SRCREVMartin Jansa2012-04-171-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: create empty machine-id to fix first boot failuresKoen Kooi2012-04-161-1/+5
| | | | | Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bbappends: append to BBCLASSEXTEND instead of overwriting itKoen Kooi2012-04-1411-11/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>