summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python-django: extend to nativesdkPaul Eggleton2015-02-191-0/+1
| | | | | | Allow this to be built for the SDK / buildtools if desired. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* gimp: update to 2.8.14 / fix build by not configuring with freetype-configAndreas Müller2015-02-193-36/+45
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gnome-bluetooth: fix build by using a valid dbus interface + unblacklistAndreas Müller2015-02-192-4/+126
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* packagegroup-xfce-extended: add xfce4-timer-pluginAndreas Müller2015-02-191-0/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-timer-plugin: initial add 1.6.0Andreas Müller2015-02-191-0/+10
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-equake-plugin: update to 1.3.6Andreas Müller2015-02-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-systemload-plugin: update to 1.1.2Andreas Müller2015-02-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-eyes-plugin: update to 4.4.3Andreas Müller2015-02-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-netload-plugin: update to 1.2.4Andreas Müller2015-02-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-cpufreq-plugin: update to 1.1.1Andreas Müller2015-02-192-15/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-whiskermenu-plugin: update to 1.4.2Andreas Müller2015-02-191-2/+2
| | | | | | | rename recipe's folder to whiskermenu to match convetion used by all panel plugins Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-weather-plugin: update to 0.8.5Andreas Müller2015-02-193-195/+2
| | | | | | patches were applied mainline Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-screenshooter: update to 1.8.2Andreas Müller2015-02-192-48/+7
| | | | | | 0001-Fix-panel-plugin-build.patch was applied mainline Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* packagegroup-xfce-extended: add xfce4-kbdleds-pluginAndreas Müller2015-02-191-0/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-kbdleds-plugin: Initial add 0.0.6Andreas Müller2015-02-191-0/+15
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xmessage: initial add 1.0.4Andreas Müller2015-02-191-0/+10
| | | | | | kde-plasma startscript uses xmessage and it might be useful for others Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by defaultAndreas Müller2015-02-191-0/+1
| | | | | | | | | | | | by updating modemmanager configuration of network-manager-applet now auto detects modemmanager - the old version had no (lib)mm-glib. By using a packageconfig build is deterministic again. Fixes: | WARNING: QA Issue: network-manager-applet rdepends on modemmanager, but it isn't a build dependency? [build-deps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* modemmanager: update to 1.4.2Andreas Müller2015-02-192-29/+40
| | | | | | modemmanager has moved to freedesktop.org Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libqmi: initial add 1.12.2Andreas Müller2015-02-191-0/+16
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libmbim: initial add 1.12.2Andreas Müller2015-02-191-0/+16
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* opensc: add new recipeLi xin2015-02-121-0/+45
| | | | | | | | | | OpenSC provides a set of libraries and utilities to work with smart cards. Its main focus is on cards that support cryptographic operations, and facilitate their use in security applications such as authentication, mail encryption and digital signatures. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: add systemd supportRoy Li2015-02-122-2/+20
| | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-lxml: Use pkgconfig to find libxml2 instead of binconfig.Philip Balister2015-02-121-1/+1
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pip: add python-distribute in RDEPENDSZhenhua Luo2015-02-121-1/+1
| | | | | | | | | | | Fix the following runtime issue of pip: # pip Traceback (most recent call last): File "/usr/bin/pip", line 5, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* zram: remove bash dependency from init scriptAndre McCurdy2015-02-121-2/+2
| | | | | Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnokii: refine selector for bluez4 package configPeter Bigot2015-02-121-1/+1
| | | | | | | Use bluez4 or bluez5 to avoid ambiguity. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcap-ng: add packageArmin Kuster2015-02-122-0/+76
| | | | | | | | this moves libcap-ng out of meta-selinux and meta-security into a common layer Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: add mirrorsAndreas Müller2015-02-121-1/+8
| | | | | | | | Samba server is down currently so add mirrors. Both were short tested by wget. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dracut: recipe cleanupDan McGregor2015-02-121-6/+19
| | | | | | | | | | Split out bash-completion data Update RDEPENDS: getopt is util-linux-getopt now Use distro_features_check to require systemd Recommend busybox Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: make it be able to work with SELinuxRoy Li2015-02-123-1/+3
| | | | | | | | | | | 1. change the datadir from /var/mysql to /var/lib/mysql 2. after creating datedir, restorecon on it, make SELinux be able to work 3. Add the PIDFile for systemd unit file, otherwise systemctl can not stop mysqld Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* php: update to 5.5.21 to fix some bugsBian Naimeng2015-02-121-3/+2
| | | | | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: Only start in runlevel 5Dan McGregor2015-02-122-3/+3
| | | | | | | | | Runlevel 5 is traditionally graphical. If it starts in runlevel 2 or 3 systemd gets confused and adds it as a dependency of the multi-user target, not just the graphical target. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lxdm: RDEPEND on libsvg-gtkDan McGregor2015-02-121-1/+1
| | | | | | | | The theme uses svg files. If libsvg-gtk isn't available lxdm still runs, but throws a bunch of pixbuf errors. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-nodm-init: only enable for runlevel 5Dan McGregor2015-02-122-2/+11
| | | | | | | | | Runlevel 5 is traditionally graphical. If it starts in runlevel 2 or 3 systemd gets confused and adds it as a dependency of the multi-user target, not just the graphical target. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-django-south: add version 1.0.2Saul Wold2015-02-121-0/+18
| | | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-django: add version 1.6.10Paul Eggleton2015-02-121-0/+19
| | | | | | | | | Updated version of the recipe in meta-openstack. Also made LICENSE more accurate and set SUMMARY instead of DESCRIPTION since the value is short. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pip: update to 1.5.6Saul Wold2015-02-121-4/+5
| | | | | | | | Also made LICENSE more accurate. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: fix for new libtoolRobert Yang2015-02-121-1/+1
| | | | | | | The new libtool's ltmain.sh is in build-aux. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: mariadb-server depends on mariadb-clientRoy Li2015-02-121-1/+2
| | | | | | | | | /etc/init.d/mysqld from mariadb-server uses mysqladmin, which is installed into mariadb-client, so add the dependency to make this script be able to run Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsnapshot: specify where perl is on the targetJoe Slater2015-02-121-0/+1
| | | | | | | Do not let configure find the host perl. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-diskperf-plugin: Specify BSD licenseAsh Charles2015-02-121-1/+1
| | | | | | | | | | | | This software contains an older or slightly modified BSD license in its COPYING file and assigns copyright to the specific authors. The code (see the About function) makes it clear that a BSD license is intended: "license", xfce_get_license_text (XFCE_LICENSE_TEXT_BSD), Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-xkb-plugin: Specify GPLv2 licenseAsh Charles2015-02-121-1/+1
| | | | | | | | | | | | | | | Like several other xfce plugins, this software contains an older or slightly modified BSD license in its COPYING file and assigns copyright to the specific authors. The code itself (see the xfce_xkb_about function) however makes it clear that a GPL license is intended: xfce_get_license_text (XFCE_LICENSE_TEXT_GPL)); Use GPLv2, not the author's name, as the LICENSE matching other plugins with the same license text. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rng-tools: Fixes for latest OE layoutsGary Thomas2015-02-122-4/+5
| | | | | | | | | | | | | | | | | The current recipe has a few installation errors: * The manipulation of configurable paths drops a '/' * The init script defaults are placed in the wrong file * Finer control over init script start/stop * The default device is non-standard This patch fixes these little nits and makes the package usable again. Based on the original patch: http://patchwork.openembedded.org/patch/41049/ Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tmux: remove sed-native from DEPENDSPaul Eggleton2015-02-121-1/+1
| | | | | | | | We rely on the host sed all over the place; we don't need sed-native here just because it's being used in do_configure. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: don't call init script in logrotate conf fileJackie Huang2015-02-121-2/+2
| | | | | | | | | Send HUP signal instead of calling the reload command of init script in logrotate configure file, so that it also works when the init system is systemd. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: add packageconfig for imfile moduleJackie Huang2015-02-121-1/+2
| | | | | | | * imfile: Text file input module, added as default Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-wavelan-plugin: Specify BSD licenseAsh Charles2015-02-121-1/+1
| | | | | | | | | | | | | | | This software contains an older or slightly modified BSD license in its COPYING file and assigns copyright to the specific authors. The code (see the wavelan_show_about function) makes it clear that a BSD license is intended: "license", xfce_get_license_text (XFCE_LICENSE_TEXT_BSD), (caveat: and of course, INAL) Signed-off-by: Ash Charles <ashcharles@gmail.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit-group-rule: Add polkitd user and groupAsh Charles2015-02-121-0/+1
| | | | | | | | | | | | | | | | | | | | Recipes including polkit-group-rule.inc correctly install a directory with the user and group set as 'polkitd'. To avoid warnings like these when assemblying the rootfs, WARNING: log_check: warning: user polkitd does not exist - using root ... WARNING: log_check: warning: group polkitd does not exist - using root create this user and group. Note: although the polkit recipe itself, on which this depends, is creating this same user and group, it seems that the useradd class needs this to be specified independently. Signed-off-by: Ash Charles <ashcharles@gmail.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cpufrequtils: Don't preserve host user permissionsAsh Charles2015-02-121-1/+1
| | | | | | | | | | | | | | The makefile installs the generated libcpufreq with 'cp -fpR' preserving the user and group of the builder on the host system yielding errors like this: WARNING: log_check: warning: group pulse does not exist - using root Really, this library should be installed with root user and group ownership so override the meaning of 'CP' to simply 'cp'. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libspatialite: Upgrade to version 4.2.0Holger Hans Peter Freyther2015-02-124-212/+27
| | | | | | | | | | | | Package the new sqlite3 plugin into a new package and skip the dev-so qa issue. Add some extra depends that are now used by the library. The patch was adapted for meta-openembedded by Henning Heinold, setting the upstream status for the geos-config.patch Signed-off-by: Henning Heinold <henning@itconsulting-heinold.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>