Commit Graph

5829 Commits

Author SHA1 Message Date
Andreas Müller
15ee80c285 gtk-xfce-engine: update to 3.2.0
announcement for 3.2.0 [1] notes that gtk3 engine is not used in
Xfce 4.12 and is disabled by default. For users still wanting gtk3
part build, a PACKAGECONFIG was introduced.

[1] https://mail.xfce.org/pipermail/xfce/2015-February/034198.html

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:27 +01:00
Andreas Müller
d75d3855bc mousepad: update to 0.4.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:27 +01:00
Andreas Müller
d6d9a287df ristretto: update to 0.8.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:26 +01:00
Andreas Müller
50e22f2746 xfce4-power-manager: update to 1.4.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:26 +01:00
Andreas Müller
61069ecc76 tumbler: update to 0.1.31
* static libraries are gone
* plugin link is created correctly so no need to recreate

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:26 +01:00
Andreas Müller
32bbf8f028 xfdesktop: update to 4.12.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:26 +01:00
Andreas Müller
8a2350f8c2 thunar-volman: update to 0.8.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:26 +01:00
Andreas Müller
22915d17b9 thunar: update to 1.6.6
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:25 +01:00
Andreas Müller
5c64367c96 xfce4-appfinder: update to 4.12.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:25 +01:00
Andreas Müller
9ebf48a589 xfce4-session: update to 4.12.0
consolekit support is gone

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:25 +01:00
Andreas Müller
0280ff8728 xfce4-panel: update to 4.12.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:25 +01:00
Andreas Müller
8540a0fe90 xfwm4: update to 4.12.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:25 +01:00
Andreas Müller
08bce61adf garcon: update to 0.4.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:24 +01:00
Andreas Müller
5f1cfd0879 libxfce4ui: update to 4.12.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:24 +01:00
Andreas Müller
0b6abbbcb0 xfconf: update to 4.12.0
removed patch applied long time ago

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:24 +01:00
Andreas Müller
b3a898ffa0 libxfce4util: update to 4.12.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:24 +01:00
Andreas Müller
f3d71ec0e0 xfce4-dev-tools: update to 4.12.0
to be honest: have no idea what the patch was for. Tested complete xfce 4.12
without issues. So remove it.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:24 +01:00
Andreas Müller
18d9ac0320 exo: update to 0.10.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:23 +01:00
Khem Raj
9f92d9d3fe soci: Add recipe
Define PACKAGECONFIG to enable a given backend of choice
by default its 'empty'

Change-Id: Ie1123af658ca94d2fe22a3ca1a32dfb47d58979e
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:23 +01:00
Nobuhiro Iwamatsu
ccd12ac24c can-utils: Change protocol from git to https
gitorious.org that is hosting can-utils has stopped providing git protocol.
That https is provided instead. This will change protocol to get can-utils
of source code from git to https.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:23 +01:00
Daniel Markus
ba72b88a41 socorro-syms: Add directory arrangement needed by minidump_stackwalk
http://code.google.com/p/google-breakpad/wiki/LinuxStarterGuide

When extracting a stack trace out of a Breakpad minidump, the application
minidump_stackwalk is used. This application needs all symbol files to be
arranged in a particular directory structure in order to match the correct
symbol file with the version of the crashed program in question.

A directory structure is created in accordance with minidump_stackwalk. The
structure contains the name of the application binary and a hash value where the
hash corresponds to the binary the symbol file was produced from. The symbol
file is moved to the hash directory allowing multiple versions of the same
symbol file.

Signed-off-by: Daniel Markus <daniel.markus@leica-geosystems.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:23 +01:00
David Andrey
01bd032f2f nano: use FTP as download method
FTP was noticed as the prefered file access method for nano sources
after several HTTP server hang-up.

The nano-devel mailing list refers to this change

Signed-off-by: David Andrey <david.andrey@netmodule.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:23 +01:00
Andre McCurdy
e9e68c43d8 spawn-fcgi: add initial recipe
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:22 +01:00
Andre McCurdy
ca5d383441 tinymembench: add initial recipe
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:22 +01:00
Joe Slater
6abfe21a2a openldap: fix uninitialized ptr access problem
To be safe, the ldap_pvt_thread_pool_getkey() function should
always set the data parameter.  If this is not done, slapd can
segfault during shutdown.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:22 +01:00
Magnus Olsson
0d38b67207 giflib: RDEPENDS on perl
The giflib utility "gifburst" is a Perl-script, so make sure Perl
is a run-time dependency for the giflib-utils package.

This will silence file-rdeps QA issue.

Signed-off-by: Magnus Olsson <magnus@minimum.se>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:22 +01:00
Aníbal Limón
d05dede558 mpich: Disable RPATH to avoid issues in package_qa
Set --disable-rpath to extra opts in order to avoid issues
in package_qa also change default pm to gforker because
hydra has problems with RPATH.

TODO: Make a patch for solve hydra rpath issues.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:22 +01:00
Victor Rodriguez
824b6de96d Add mpich support
This patch add mpich support to yocto in order to run MPI framework on embedded
systems.

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena@intel.com>
Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:21 +01:00
Philip Balister
fca56b63f2 python-pyqt : Move RDEPENDS on python-sip to PyQT.
python-sip has the runtime support for PyQT. Also drop the need
for anki to RDEPEND on python-sip.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:21 +01:00
Philip Balister
401b0bb662 sip: Split python into a new package for runtime support.
The package is named python-sip for backwards compatibility.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:21 +01:00
Laszlo Papp
9b05b3eb6d Add uthash recipe
Signed-off-by: Laszlo Papp <lpapp@kde.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-21 16:42:21 +01:00
Joe MacDonald
abe889fa0f GeoIP: update checksums
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-18 09:32:37 -04:00
Joe MacDonald
3c9880fc79 openflow: add libcrypto to static openflow library
An update in OpenSSL removed the -lcrypto from libssl's pkg-config
options.  The old behaviour always linked it with -lssl, so revert to that
for now.

Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-13 14:32:34 -04:00
Bian Naimeng
7f27458531 postfix: get rid of useless code
We should set group of ${localstatedir}/lib/postfix to 'nogroup' not 'postfix',
actually it's done at the below, so remove this useless code.

Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-11 19:29:34 -04:00
Jackie Huang
5eec0615e5 net-snmp: add ptest package
Issue: TA79430

- Change to use append for PACKAGES so that:
  * ptest package is added from ptest bbcalss
  * the PN is back, allow empty and add rdepends on net-snmp-client
    in case the user try to add net-snmp to the image
- Add a patch to fix the output format for ptest
- Add run-ptest
- Add rdepends on perl for ptest

(LOCAL REV: NOT UPSTREAM) -- Sent to meta-networking on 20150114

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-11 19:29:34 -04:00
Jackie Huang
ebdd38e7f7 net-snmp: move net-snmp-config to client package
Since net-snmp-config is a common tool, move it from dev package
to client package.

Signed-off-by: yzhu1 <yanjun.zhu@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-11 19:27:43 -04:00
Jackie Huang
a959290302 net-snmp: init script fixes
Changes:
1. Add source function and status command.
2. make it possible to change the start arguments with a default file
   in the same way as debian.
3. change the default INITSCRIPT_PARAMS
4. Add PIDFILE and fix restart
5. remove the postrm sicne we use the one from update-rc.d

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-11 19:27:43 -04:00
Jackie Huang
3e6e606cdc net-snmp: fix "libtool --finish"
LIB_LDCONFIG_CMD failed since it is using a host dir $(libdir)
which is /usr/lib64 does not exist on host when compile 64bit
image.

In fact, configuring dynamic linker run-time bindings is meaningless
at this step,  If it is needed, Poky would write ldconfig scripts to
rpm-postinst for each recipe while do_package, in package.bbclass.

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-11 19:19:32 -04:00
Jackie Huang
356c792b1b net-snmp: move persistent dir to /var/lib/net-snmp
Move persistent dir to /var/lib/net-snmp and fix security contexts for
them.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-11 19:18:08 -04:00
Jackie Huang
88a9836158 net-snmp: have mib-modules=smux enabled
According to the following commit, net-snmp needs to have
mib-modules=smux enabled:
commit f64db3011c
Author: Aws Ismail <aws.ismail@windriver.com>
Date:   Mon Mar 25 11:30:06 2013 -0400

    Quagga has no snmp support, unrecognized options --enable-tcp-md5

    1. Quagga's tcp-md5 has been renamed to linux24-tcp-md5

    2. net-snmp needs to have mib-modules=smux enabled to enable
    quagga to support snmp. Make the net-snmp option dependent
    on the DISTRO_FEATURE snmp.

    3. Misc: install the sample conf files for quagga. Also,
    Make sure that the post install script is being run
    on the target rather than during the rootfs creation
    stage.

    Signed-off-by: Amy Fong <amy.fong@windriver.com>
    Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
    Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-11 19:18:08 -04:00
Chong.Lu@windriver.com
c299c5a74c net-snmp: add knob whether nlist.h are checked
Previously, it still was checked when there was no nlish.h in sysroots directory.
Add knob to decide whether nlist.h are checked or not.

Fixed by using PACKAGECONFIG to check elf, with default disabled set.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-11 19:18:07 -04:00
Kang Kai
769ea4a473 postfix: add link file /usr/lib/sendmail
Link file /usr/lib/sendmail points to /usr/sbin/sendmail is required by
LSB core test according to Linux FHS[Ref2]: "For historical reasons,
/usr/lib/sendmail must be a symbolic link to /usr/sbin/sendmail if the
latter exists."

The linke file was provided by package lsb before, but should be
provided by packages which provides command sendmail such as msmtp,
postfix and esmtp etc.

Refs:
1 http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/normativerefs.html#STD.
2 http://www.pathname.com/fhs/pub/fhs-2.3.html#SPECIFICOPTIONS13

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-10 18:25:23 -04:00
Kang Kai
a074d2a7d0 esmtp: update sendmail link files
esmtp use 'sbinsendmail' to define alternative ${sbindir}/sendmail, but
other packages msmtp and postfix use 'sendmail'. When remove esmtp, it
removes ${sbindir}/sendmail even msmtp or postfix is installed which has
alternative ${sbindir}/sendmail.

Make esmtp use 'sendmail' too to fix this issue.

Remove ${libdir}/sendmail which is only used by LSB core test for
historical reasons. And only create link file with fixed path
/usr/lib/sendmail for LSB images even for 64 bits system.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-10 18:25:14 -04:00
Javier Viguera
9584c59d39 crda: move libnl, libgcrypt to DEPENDS
crda has a build time dependence on libgcrypt, so move the dependence
from RDEPENDS to DEPENDS.

Otherwise the build fails with:

reglib.c:28:20: fatal error: gcrypt.h: No such file or directory

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-10 18:24:36 -04:00
Armin Kuster
f143211de3 wireshark: update to 12.4
The following vulnerabilities have been fixed.
* [1]wnpa-sec-2015-06
    The ATN-CPDLC dissector could crash. ([2]Bug 9952) [3]CVE-2015-2187
* [4]wnpa-sec-2015-07
    The WCP dissector could crash. ([5]Bug 10844) [6]CVE-2015-2188
* [7]wnpa-sec-2015-08
    The pcapng file parser could crash. ([8]Bug 10895) [9]CVE-2015-2189
* [10]wnpa-sec-2015-09
    The LLDP dissector could crash. ([11]Bug 10983) [12]CVE-2015-2190
* [13]wnpa-sec-2015-10
    The TNEF dissector could go into an infinite loop. Discovered by
    Vlad Tsyrklevich. ([14]Bug 11023) [15]CVE-2015-2191
* [16]wnpa-sec-2015-11
    The SCSI OSD dissector could go into an infinite loop. Discovered
    by Vlad Tsyrklevich. ([17]Bug 11024) [18]CVE-2015-2192

For more information see
https://www.wireshark.org/docs/relnotes/wireshark-1.12.4.html

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-10 18:23:56 -04:00
Sven Ebenfeld
10f937034a stunnel: Update to version 5.10
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-03-10 18:16:29 -04:00
Bian Naimeng
ff9e0b95aa vlan: install vconfig into /sbin same as Ubuntu and Fedora.
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>
2015-03-10 18:13:27 -04:00
Otavio Salvador
2333313d50 v4l-utils: Fix media-ctl support
The media-ctl package is generated with same name, but from a
different source. To offer an upgrade path the only change necessary
is to add 'media-ctl' in the PROVIDES so dependencies for build can be
satisfied.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-10 14:19:38 +01:00
Otavio Salvador
3ba7ed2bc8 v4l-utils: Split ir-keytable to a specific package
The ir-keytable is useful without the other utilities so this splits
the package out. For flexibility a virtual runtime for the keymap
package is also added so, if necessary, a custom one can be used in a
distro.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-10 14:19:38 +01:00
Martin Jansa
2f3765501c mcnavi: blacklist, isn't compatible with latest edje_cc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-10 14:19:38 +01:00