Commit Graph

3008 Commits

Author SHA1 Message Date
Paul Eggleton 19e2acce0e lzip: update to 1.16
* License changed to GPLv2+
* Trim SUMMARY
* gz file is definitely being provided for download upstream, so drop
  comment saying it isn't

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-08 11:57:52 +01:00
Robert Yang 4577befd3b tomoyo-tools: use BP in SRC_URI
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-08 11:57:52 +01:00
Robert Yang f9ea65bbeb smem: use BPN in SRC_URI
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-08 11:57:52 +01:00
Robert Yang 4d1a4734a2 procmail: use BPN in SRC_URI
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-08 11:57:52 +01:00
Robert Yang 8bb3eadcf5 rarpd: use BPN in SRC_URI
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-08 11:57:52 +01:00
Robert Yang 234e86381d dash: use BP in SRC_URI
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-08 11:57:52 +01:00
Christopher Larson 059d18c6eb rng-tools: obey the sysvinit distro feature
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-05 13:24:06 +01:00
Qian Lei 538ca692e8 gradm: Add new recipe
gradm is the userspace RBAC parsing and authentication program for
grsecurity. grsecurity aims to be a complete security system. gradm
performs several tasks for the RBAC system including authenticated
via a password to the kernel and parsing rules to be passed to the
kernel.

Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-05 13:23:41 +01:00
Bill Pittman 1bed3fb3eb packagekit: Change recipe to use native mkdir
For redhat type systems, the recipe tries to use a version of mkdir from
sysroots, however mkdir does not exist and the build fails.  Ubuntu systems
work because the sed command in the recipe specifically replaces the
/usr/bin/mkdir path and ubuntu systems use /bin/mkdir.

Signed-off-by: Bill Pittman <bill.pittman@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-05 13:06:47 +01:00
Otavio Salvador 3827f6a87e mailcap: Fix license format QA error
Fix following QA error:

,----
| WARNING: Recipe mailcap, LICENSE (PD MIT) has invalid format, LICENSES
|     must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-05 13:04:51 +01:00
Ross Burton 15aa69d679 telepathy-mission-control: add (moved from oe-core)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-05 13:04:50 +01:00
Ross Burton d5cf7d6981 telepathy-python: add (moved from oe-core)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-05 13:04:50 +01:00
Ross Burton 6d543b2f51 telepathy-idle: add (moved from oe-core)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-05 13:04:50 +01:00
Ross Burton e5e3ed92b5 telepathy-glib: add (moving from oe-core)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-05 13:04:50 +01:00
Ross Burton 232200b078 libtelepathy: add (moving from oe-core)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-05 13:04:49 +01:00
Qian Lei 2ea3a19a47 ctapi-common: Add new recipe
ctapi-common provides common files and packaging infrastructure
for CT-API modules.
Port from fedora 20.

Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:38:22 +01:00
Bian Naimeng cdd57fd84e libgxim: Add recipe
libgxim is a GObject-based XIM protocol library.

Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:38:01 +01:00
Philip Balister a0a0b98a6b log4cpp: Add new recipe
Built for armv7a basad machine.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:36:38 +01:00
Wenzong Fan 5fbe2ac4e8 collectd: add PACKAGECONFIG for libvirt, libesmtp
Add PACKAGECONFIG for libvirt, libesmtp to fix below warnings:

WARN: collectd: collectd rdepends on libvirt, but it isn't a build dependency?
WARN: collectd: collectd rdepends on libcrypto, but it isn't a build dependency?
WARN: collectd: collectd rdepends on libesmtp, but it isn't a build dependency?
WARN: collectd: collectd rdepends on libssl, but it isn't a build dependency?

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:35:35 +01:00
Paul Barker 4578561792 distro-feed-configs: Make list of archs configurable
The list of architectures for which to emit feed configurations is now taken
from the DISTRO_FEED_ARCHS variable. The default value for this variable is the
list of architectures which was previously used. Thus in the default case
nothing is changed, but DISTRO_FEED_ARCHS can now be overridden in local.conf.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:35:35 +01:00
Li xin 47c7a58ab4 dstat: add new recipe
Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat.
Dstat overcomes some of their limitations and adds some extra features,
more counters and flexibility.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:35:35 +01:00
Graeme Gregory afbeff6463 fwts: add the Firmware Test Suite
The Firmware Test Suite is a set of tests for checking ACPI and EFI
implementations for common bugs and issues.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:35:34 +01:00
Otavio Salvador cb3876e467 t1lib: Fix license format QA error
Fix following QA error:

,----
| WARNING: Recipe t1lib, LICENSE (LGPLv2 GPLv2) has invalid format,
|     LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:31 +01:00
Otavio Salvador f381b7fbc8 navit: Fix license format QA error
Fix following QA error:

,----
| WARNING: Recipe navit, LICENSE (GPLv2 LGPLv2) has invalid format,
|     LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:31 +01:00
Otavio Salvador 64803d8fc0 ttf-sazanami: Fix license format QA error
Fix following QA error:

,----
| WARNING: Recipe ttf-sazanami, LICENSE (Public domain) has invalid
|     format, LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:31 +01:00
Otavio Salvador 9d78ce63fb libspatialite: Fix license format QA error
Fix the following QA error:

,----
| WARNING: Recipe libspatialite, LICENSE (MPLv1.1 GPLv2+ LGPLv2.1+) has
|     invalid format, LICENSES must have operator "([&|() ])" between
|     them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:31 +01:00
Otavio Salvador 12535e0b98 procmail: Fix license format QA error
Fix the following QA error:

,----
| WARNING: Recipe procmail, LICENSE (GPL-2.0 Artistic-1.0) has invalid
|     format, LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:31 +01:00
Otavio Salvador 5e869036a0 libftdi: Fix license format QA error
Fix following QA error:

,----
| WARNING: Recipe libftdi, LICENSE (LGPLv2.1 GPLv2) has invalid format,
|     LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:31 +01:00
Otavio Salvador ba3105e605 libutempter: Fix license format QA error
Fix the following QA error:

,----
| WARNING: Recipe libutempter, LICENSE (GPLv2 GPLv2+ LGPLv2 MIT) has
|     invalid format, LICENSES must have operator "([&|() ])" between
|     them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:31 +01:00
Otavio Salvador 1d033fc281 log4cplus: Fix license format QA error
Fix the following QA error:

,----
| WARNING: Recipe log4cplus, LICENSE (Apache-2.0 BSD-2-Clause) has
|     invalid format, LICENSES must have operator "([&|() ])" between
|     them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:30 +01:00
Otavio Salvador a8c447fedf soft66: Fix license format QA error
Fix the following QA error:

,----
| WARNING: Recipe soft66, LICENSE (GPLv3 LGPLv3+) has invalid format,
|     LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:30 +01:00
Otavio Salvador 09db50599a sound-theme-freedesktop: Fix license format QA error
Fix the following QA error:

,----
| WARNING: Recipe sound-theme-freedesktop, LICENSE (GPLv2+ CC-BY-3.0
|     CC-BY-SA-3.0) has invalid format, LICENSES must have operator "([&|()
|     ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:30 +01:00
Otavio Salvador 9842456e8b dash: Fix license format QA error
This adds the & operator to fix the following QA error:

,----
| WARNING: Recipe dash, LICENSE (BSD GPLv2+) has invalid format,
|     LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:30 +01:00
Otavio Salvador a5a9697cf6 nbench-byte: Fix license QA error
The license is not a common only and seems to be a 'free distribution'
license but without explicit rules about modification or similar. Due
that, we copied the license text from the README file and added it
onto nbench-byte license file.

This fixes following QA error:

,----
| WARNING: Recipe nbench-byte, LICENSE (freely distributable) has
|     invalid format, LICENSES must have operator "([&|() ])" between
| 	them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31 16:32:30 +01:00
Philip Balister 47ceb2e94f anki: python-sip package replaces with just sip.
The sip package provides python support for the target.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19 20:13:12 +01:00
Philip Balister b1ffc521bd python-pyqt: Update to 4.11.3.
The configure.py script now has support for cross compiling. This
simplified the recipe substantially.

The recipe was tested with gnuradio-companion on the zedboard and
ettus-e300. This is the first time we have been able to use grc with
pyqt built with OpenEmbedded.

Build tested on armv7, x86, x86_64 and mips.

Dropped patches from previous versions.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19 20:13:12 +01:00
Philip Balister afc100a940 sip: Update to 4.14.2.
The sip configure.py script now has some support for cross compiling. This
allowed simplication of the existing OpenEmbedded sip support. The sip
recipe now produces support for builds via sip-native and target runtime
via sip.

This has been build and runtime tested on the zedboard and ettus-e300.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19 20:13:11 +01:00
Qian Lei a30ee70d8d engine-pkcs11: Add new recipe
Engine_pkcs11 is an implementation of an engine for OpenSSL. It can be
loaded using code, config file or command line and will pass any function
call by openssl to a PKCS cards and software for using smart cards in PKCS

Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19 20:10:57 +01:00
Li xin 9fb32353e4 mcelog: add new recipe
mcelog daemon accounts memory and some other errors in various ways.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19 20:10:57 +01:00
Li xin 5fb87a31b9 mailcap: add new recipe
The mailcap file is used by the metamail program. Metamail reads the
mailcap file to determine how it should display non-text or multimedia
material.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19 20:10:57 +01:00
Raphael Silva a079fe2754 zsh: fixing B!=S build issue
Provided correct path for gnu-configize, since It
is beeing executed in ${B} so It is not able to find
configure.ac

Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19 20:10:57 +01:00
Raphael Silva 15d8e3227a omgps: fixing B!=S build issue
Fixed relative path affected by B != S, otherwise
It has a do_compile error:
 No rule to make target `data/etc/*.*'

Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19 20:10:57 +01:00
Raphael Silva 17a7d74dbe omgps: fix do_compile error due to uninitialized variable
The problem happended since there was an uninitialized variable
with gcc 4.9 and the parameter -Werror=maybe-uninitialized.
Initialized the variable and checked for side effects.
Removed from blacklist.

Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19 20:10:57 +01:00
Qian Lei 71e0dbf975 ipc-run: Add new recipe
IPC::Run allows you run and interact with child processes using files,
pipes, and pseudo-ttys. Both system()-style and scripted usages are
supported and may be mixed. Likewise, functional and OO API styles are
both supported and may be mixed.

Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19 20:10:57 +01:00
Belal, Awais af8ff37714 iperf: fix out of tree configuration
The configure step uses a package header to check for support
of types/declares, this package header encapsulates all the
required system headers for providing the needed resources.
When configured from an out of tree directory the package
header is not found due to the hard path.
We now make the path for package header relative to 'srcdir' so
it is found appropriately.

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19 20:10:56 +01:00
Li xin e2f8425e2d openwbem: add new recipe
OpenWBEM is a set of software components that help facilitate
deployment of the Common Information Model (CIM) and Web-Based
Enterprise Management (WBEM) technologies of the Distributed Management
Task Force (DMTF).

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19 20:10:56 +01:00
Bian Naimeng edcf03b5fb eggdbus: port from openembedded.
Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-17 13:11:57 +01:00
Martin Jansa 19153a5797 xf86-video-glamo: fix build with xserver 1.16
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-17 12:59:52 +01:00
Martin Jansa 27a660fa7e polkit-gnome, gdm, network-manager-applet: blacklist because polkit-gnome.do_configure fails
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-17 12:56:21 +01:00
Martin Jansa d2e228d754 mongodb: blacklist because do_configure fails
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-17 12:56:21 +01:00