summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* xfce4-settings: add PACKAGECONFIG for sound-settingsAndreas Müller2013-10-051-1/+7
| | | | | | | defaults based upon DISTRO_FEATURES for alsa and pulseaudio Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcanberra: move libtool librarties for modules to dev packageAndreas Müller2013-10-051-2/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcanberra avoid gtk3 dragged in at gtk2 environmentsAndreas Müller2013-10-052-4/+101
| | | | | | | | | * build two versions of canberra-gtk-play for gtk2 and gtk3. * move canberra-gtk-play to libcanberra-gtk2 and canberra-gtk3-play to libcanberra-gtk2. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sound-theme-freedesktop: initial add 0.8.0Andreas Müller2013-10-051-0/+13
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-cpufreq-plugin: update to 1.1.0Andreas Müller2013-10-053-149/+15
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-vala: update to 4.10.3Andreas Müller2013-10-053-56/+14
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxfce4ui: avoid dragging in gtk3Andreas Müller2013-10-052-0/+38
| | | | | | | | gtk3 support was introduced in b3a2a01b40affbedc2b0951f7180c1212d24d532 when we moved to latest git Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse-exfat, ntfs-3g-ntfsprogs: Move util-linux-mount to RRECOMMENDSmike.looijmans@topic.nl2013-10-052-2/+3
| | | | | | | | Soften the dependency to allow distros to use another mount provider like busybox instead of being forced to use util-linux-mount. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* canutils: update recipeEric BENARD2013-10-052-2/+97
| | | | | | | | - use git hash instead of tag - backport "candump: Add error frame's handling" Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsocketcan: upgrade to 0.0.9Eric BENARD2013-10-052-3/+43
| | | | | | | and include a compile fix Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gypsy: Added init scriptFelipe F. Tonello2013-10-052-1/+73
| | | | | | | | Added a modified version of the example init script, gypsy-example-initscript, from the gypsy repository to be compatible with OE based distros. Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gypsy: Improvements in recipesFelipe F. Tonello2013-10-053-23/+26
| | | | | | | | | | Some improvements were made: * Fix recipes to use .inc file * Fix git recipe that was not passing do_configure step * Separeted gypsy daemon from libgypsy in different packages Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iw: Update to 3.11Philipp Wagner2013-10-051-4/+4
| | | | | Signed-off-by: Philipp Wagner <mail@philipp-wagner.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexecboot: add BBCLASSEXTEND for the klibc static flavorAndrea Adami2013-09-302-14/+3
| | | | | | | | remove kexecboot-klibc recipe bump PV to local 0.5.9.1 remove PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot(-klibc): upgrade to last upstream commitAndrea Adami2013-09-302-2/+2
| | | | | | | | | | id: 0bcc14671aa2d84ec20f260582aca36bb901ccf1 Changelog: minor headers fixes fix fb offset computations replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klcc-cross: disable more unused tasksAndrea Adami2013-09-301-4/+11
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* linux-yocto-tiny-kexecboot: replace empty tasks with explicit [noexec]=1Andrea Adami2013-09-301-49/+15
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* apache2: fix error messages when restart apache serviceHongxu Jia2013-09-261-0/+2
| | | | | | | | | | | | | | | | | | | | There are error messages when restart apache service: Observed Behavior ====================== root@qemu0:/etc/php# apachectl restart AH00557: httpd: apr_sockaddr_info_get() failed for qemu0 AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message root@qemu0:/etc/php# /etc/init.d/apache2 restart AH00557: httpd: apr_sockaddr_info_get() failed for qemu0 AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message root@qemu0:/etc/php# /etc/init.d/apache2 stop AH00557: httpd: apr_sockaddr_info_get() failed for qemu0 AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message Add 'ServerName localhost:80' to httpd.conf could fix this issue. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
* lowpan-tools: add git versionPaul Eggleton2013-09-241-0/+25
| | | | | | | | | | | The 0.3 release was a year ago and git HEAD contains fixes to make it work with contiki, so build from git instead of backporting all of the patches. Based on a patch by Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* vsftpd: change default secure_chroot_dirMing Liu2013-09-233-1/+61
| | | | | | | | | | | Change default value of secure_chroot_dir to /var/run/vsftpd/empty, add volatiles entry for it, to ensure it won't fail to start with error: "500 OOPS: vsftpd: not found: directory given in 'secure_chroot_dir':/var/share/empty" This shows up in both standalone mode or started by xined. Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* quagga: fix babeld_optionChen Qi2013-09-231-1/+1
| | | | | | | Fix babeld_option to make babeld start correctly. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* libao: add version 1.1.0jc@vtkloud.com2013-09-191-0/+23
| | | | | | | This is basically a 99% import of Peter Tworek's recipe from tworaz666@gmail.com found in https://github.com/tworaz/oe-tworaz/blob/master/meta-jlime/recipes-support/libao/libao_1.1.0.bb Signed-off-by: JC <jc@vtkloud.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-settings: move to schnitzeltony's git repo to get new datetime setterAndreas Müller2013-09-195-1250/+29
| | | | | | | | | | | | | | | | | | | | | I implemented a datetime setting dialog based on gnome-control-center and submitted a pull-request in [1,2]. As long as it is not submitted - or as long as I find no way to patch binary files (e.g. icons - I asked for that in [3] - no response yet) we use the git repo and a copied branch of the pull-request (just in case some feedback from xfce-devels requires modifcations). Some patches had to be modified/removed to apply against mainline HEAD still. Furthermore in 0002-mouse-settings-dialog-add-touchscreen-pointer-option.patch label 'alignment8' was introduced mainline and we do not need mouse-dialog_ui.h when building from git in maintainer-mode - this file is created during build process. [1] http://mail.xfce.org/pipermail/xfce4-dev/2013-September/030442.html [2] https://bugzilla.xfce.org/show_bug.cgi?id=10354 [3] http://lists.openembedded.org/pipermail/openembedded-core/2013-September/083804.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-xfce-extended: add xfce4-equake-pluginAndreas Müller2013-09-191-0/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-equake-plugin: initial add 1.3.3Andreas Müller2013-09-191-0/+13
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-weather-plugin: update to 0.8.3Andreas Müller2013-09-193-127/+11
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfwm4: move to git repoAndreas Müller2013-09-191-3/+14
| | | | | | | | | follow libxfce4ui API change [1] [1] http://git.xfce.org/xfce/xfwm4/commit/settings-dialogs/xfwm4-settings.c?id=21ebbe4722b01763822157f9242fc865a9687c68 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxfce4ui: update to git headAndreas Müller2013-09-191-4/+13
| | | | | | | | | | | | * in commit f30f9742e64ea5ec3b23d977b904f24799d773d6 the signature for xfce_shortcut_conflict_dialog was changed. This change is required for xfce4-setings HEAD. In the next patch of this series the development of a datetime setter for xfce4-settings will be introduced and this is put on top of xfce4-setings HEAD. * there has been no release since 04.2012 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcanberra: handle alsa and pulsaudio by PACKAGECONFIG - defaults based ↵Andreas Müller2013-09-191-3/+7
| | | | | | | upon DISTRO_FEATURES Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcanberra: remove r0 - it is of no useAndreas Müller2013-09-191-1/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcanberra: add PACKAGES_DYNAMIC so we use the splitted packagesAndreas Müller2013-09-191-0/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* proxy-libintl: Do not act as gettext providerKhem Raj2013-09-191-3/+1
| | | | | | | | It only is a replacement for libintl so lets not go overboard. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsoc: new recipeJack Mitchell2013-09-191-0/+14
| | | | | | Signed-off-by: Jack Mitchell <jack@embed.me.uk> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: upgrade to v7.4.27 and refactorPaul Barker2013-09-192-18/+8
| | | | | | | | | | | | | | | | | | 'vim.inc' is merged into the new recipe 'vim_7.4.27.bb', the recipe is slightly reorganised and a minor omission in the comments is corrected. DESCRIPTION is replaced with SUMMARY. PR and INC_PR values are dropped. The variable PV_MAJOR is also dropped as it isn't used. LIC_FILES_CHECKSUM is updated as an address and version number given in the license have been modified. The main license text itself is unchanged. The setting of PARALLEL_MAKE to force single-threaded compilation is removed as there is no justification in the git history for this being needed and the compilation completes fine without it. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cherokee: fix SRC_URIJavier Viguera2013-09-191-1/+1
| | | | | | | The package is no longer available in the official cherokee site, so download it from a mirror. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
* linux-yocto-tiny-kexecboot: exclude all packaging tasksAndrea Adami2013-09-181-0/+33
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* linux-yocto-tiny-kexecboot: move from 3.8 to 3.10Andrea Adami2013-09-181-1/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* linux-yocto-tiny-kexecboot: repair after changes in kernel.bbclassAndrea Adami2013-09-181-0/+8
| | | | | | | | Add INITRAMFS_TASK to build the cpio on first run and exclude the packaging tasks to avoid the expected errors about modules_split and packaging. The recipe doesn't create any package. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot_cfg: fix against unwanted appendings to boot.cfgAndrea Adami2013-09-181-2/+5
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* cherokee: Add PACKAGECONFIG for ffmpeg and ldapMartin Jansa2013-09-171-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: Add PACKAGECONFIG for undeterministic dependenciesMartin Jansa2013-09-171-0/+7
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lightmediascanner: Add PACKAGECONFIG for oggMartin Jansa2013-09-171-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edb: Add PACKAGECONFIG for ncursesMartin Jansa2013-09-171-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gegl: Add PACKAGECONFIG for jasper, avformatMartin Jansa2013-09-171-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmemcached: Add PACKAGECONFIG for saslMartin Jansa2013-09-171-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-vfs: Add PACKAGECONFIG for famMartin Jansa2013-09-171-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: Add PACKAGECONFIG for archive, obexftp, cddaMartin Jansa2013-09-171-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: Add PACKAGECONFIG for fuse and disable it by defaultMartin Jansa2013-09-171-1/+3
| | | | | | * fuse was moved to meta-filesystems, so disable fuse by default Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnuplot: Add PACKAGECONFIG for cairoMartin Jansa2013-09-171-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* proftpd: Add PACKAGECONFIG for cursesMartin Jansa2013-09-171-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>