summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python-markupsafe: add recipeBen Shelton2015-02-271-0/+19
| | | | | | | | | | | MarkupSafe is a Python library for escaping HTML strings, and it is a dependency for Jinja2. Add a recipe to build it. Copied from commit 6ba88a72843826370773cda29309545c7c800dc0 in meta-cloud-services/meta-openstack and updated to version 0.23. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-jinja2: add recipeBen Shelton2015-02-271-0/+19
| | | | | | | | | | Jinja2 is a stand-alone template engine for Python. Copied from commit 00862f55be214e2247ad5aba3ab06a34afb20598 in meta-cloud-services/meta-openstack and updated to version 2.7.3. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: fix name of syslogd ua groupSteffen Sledz2015-02-271-3/+3
| | | | | | | | All the other syslogd implementations use 'syslogd' as update alternatives group name. So rsyslogd should use this too. Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lmsensors: add systemd supported.Bian Naimeng2015-02-272-2/+28
| | | | | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lmsensors: install sensord into sbindir same as ubuntu and debianBian Naimeng2015-02-271-2/+2
| | | | | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyzmq: Add recipe for Python Zero Message Queue bindings.Philip Balister2015-02-272-0/+53
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-basic: select distro preference for bluez providerPeter Bigot2015-02-271-1/+2
| | | | | Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: select distro preference for bluez providerPeter Bigot2015-02-271-3/+3
| | | | | Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fltk: blacklist, still uses /usr/bin/freetype-configMartin Jansa2015-02-271-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lksctp-tools: include library major version symlink in base packageJoe MacDonald2015-02-251-2/+2
| | | | | | | | | Typically the major-version-only link for shared libs are included in the base package. Move the links into the base packages here, leaving the un-versioned links in the -dev packages. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* postfix: fix bug of main.cf_2.0Bian Naimeng2015-02-231-1/+1
| | | | | | | | ${exec_prefix}/libexec/${PN} => ${libexecdir} Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* postfix: don't hard-code PATH in service fileBian Naimeng2015-02-232-6/+8
| | | | | | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* ptpd: add systemd supportedBian Naimeng2015-02-233-2/+36
| | | | | | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* ipsec-tools: add systemd supportedBian Naimeng2015-02-233-1/+33
| | | | | | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* ipsec-tools: install a sample config file for racoonBian Naimeng2015-02-232-0/+47
| | | | | | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* cyrus-sasl: add systemd supported for saslauthdBian Naimeng2015-02-233-2/+52
| | | | | | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* cyrus-sasl: remove trailing slash from plugin directory pathBian Naimeng2015-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifying the plugin directory with a trailing '/' hit this failure in the install rule: ... snip ... install-exec-local: $(INSTALLOSX) @if test "$(plugindir)" != "$(prefix)/lib/sasl2"; then \ echo "********************************************************"; \ echo "* WARNING:"; \ echo "* Plugins are being installed into $(prefix)/lib/sasl2,"; \ echo "* but the library will look for them in $(plugindir)."; \ echo "* You need to make sure that the plugins will eventually"; \ echo "* be in $(plugindir) -- the easiest way is to make a"; \ echo "* symbolic link from $(plugindir) to $(prefix)/lib/sasl2,"; \ echo "* but this may not be appropriate for your site, so this"; \ echo "* installation procedure won't do it for you."; \ echo "*"; \ echo "* If you don't want to do this for some reason, you can"; \ echo "* set the location where the library will look for plugins"; \ echo "* by setting the environment variable SASL_PATH to the path"; \ echo "* the library should use."; \ echo "********************************************************"; \ fi Work around that. Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* wireshark: fix pcap-config issueArmin Kuster2015-02-231-3/+4
| | | | | | | | | | | | configure: error: Header file pcap.h not found; if you installed libpcap don't use pcap. Use the internal version. And minor configure cleanups Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* openvpn: install /etc/tmpfiles.d/openvpn.confBian Naimeng2015-02-232-1/+6
| | | | | | | | Directory /var/run/openvpn is required by service. Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* crda: upgrade to 3.13Hugo Vasconcelos Saldanha2015-02-237-38/+419
| | | | | | | | | | | | | | | CRDA has been relicensed under the copyleft-next license. Regulatory bins license remains ISC. There is an new internal library called libreg.so which was placed in the same directory of the regulatory bin. The call to make was adjusted accordingly. Remove version 1.1.3. Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* snort: blacklistJoe MacDonald2015-02-191-0/+13
| | | | | | | | | Details: http://errors.yoctoproject.org/Errors/Details/8936/ The configure failure can cause an OOM on the system, so we will shut this down immediately. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* python-django-south: 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>
* 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>