Commit Graph

2913 Commits

Author SHA1 Message Date
Andreas Müller 08307fcdcd xfce4-eyes-plugin: update to 4.4.2
minor license changes see [1]

[1] http://git.xfce.org/panel-plugins/xfce4-eyes-plugin/commit/?id=7cfd829fe7cd5a9df8dc855d3779db6f1f90ab4e

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-12 11:22:40 +01:00
Andreas Müller b7fbd492ad geany: fix build on perl-less machines
while testing this patch a hidden configure error was detected [1]

autoreconf: running: gnu-configize
Can't load '/home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/lib/perl-native/perl/5.14.3/auto/Data/Dumper/Dumper.so' for module Data::Dumper: /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/lib/perl-native/perl/5.14.3/auto/Data/Dumper/Dumper.so: undefined symbol: PL_charclass at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/lib/perl-native/perl/5.14.3/XSLoader.pm line 71.
 at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/lib/perl-native/perl/5.14.3/Data/Dumper.pm line 36
Compilation failed in require at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/share/autoconf/Autom4te/C4che.pm line 33.
BEGIN failed--compilation aborted at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/share/autoconf/Autom4te/C4che.pm line 33.
Compilation failed in require at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/autom4te line 37.
BEGIN failed--compilation aborted at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/autom4te line 37.
autoreconf: Leaving directory `.'

but this seems unrelated to geany.

[1] http://lists.linuxtogo.org/pipermail/openembedded-core/2013-March/036745.html

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-12 11:22:40 +01:00
Andreas Müller 655cf47c63 midori: update to 0.4.8
the following issues caused similarity index decreasing:

| waf: error: no such option: --disable-hildon

| Checking for Python			:  /usr/bin/python2

| Checking for zeitgeist-1.0 >= 0.3.14        : Package zeitgeist-1.0 was not found in the pkg-config search path.
| Perhaps you should add the directory containing `zeitgeist-1.0.pc'

Run tests showed artifacts with google maps. Theses showed up with previous
version of midori and current version of firefox too. So they seem
independent of this update.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-12 11:22:40 +01:00
Andreas Oberritter 9150eee6c4 swig: avoid host contamination, make build deterministic
* Explicitly disable all other languages than python, which was the
  only language listed in DEPENDS.

* Inherit pythonnative to make it find OE's python executable.

* Depend on libpcre in order to reliably enable Swig's regex feature.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-12 11:22:39 +01:00
Jack Mitchell 14082ab648 hiawatha: update to 8.8.1
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
2013-03-08 15:03:06 +00:00
Jackie Huang 6c9ac38e8b modphp5: use ${baselib} instead of hardcoded "lib"
The hardcoded lib path will cause apache2 fail to start on
the target with other baselib like lib64.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
2013-03-07 11:44:11 +00:00
Martin Jansa 230e2171d0 gpsd: fix udev rules file
systemd-udevd[41]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/60-gpsd.rules:43
systemd-udevd[41]: invalid rule '/etc/udev/rules.d/60-gpsd.rules:43'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-06 06:05:35 +01:00
Martin Jansa 5c56e0d757 meta-efl: set ALLOW_EMPTY only for PN
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-05 14:46:50 +01:00
Martin Jansa 8c8a576565 meta-systemd: restore wpa-supplicant bbappend
* systemd support in oe-core does not work for everybody

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-05 14:38:06 +01:00
Chunrong Guo d6a9923be4 lmbench: update config script
*fix bug that can not find  CONFIG file
      |error: run ./results|./results: line 15: .: CONFIG.p2041rdb: file not found
      * update CONFIG file path

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-02 15:34:52 +01:00
Martin Jansa 4a30b26bf5 lmbench: use spaces for indentation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-02 15:34:52 +01:00
Ross Burton 686f3cd57d libgdata: add, from oe-core
libgdata was removed from oe-core, but it's still useful so add it to
meta-gnome.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-02 15:27:45 +01:00
Ross Burton d7bf59c8cb clutter-box2d: add, from oe-core
This was removed from oe-core but it's still useful, so add it to meta-oe.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-02 15:27:45 +01:00
Ross Burton 669b6f71a1 gthumb: add, taken from oe-core
This was removed in oe-core, so add it to meta-gnome.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-02 15:27:45 +01:00
Andreas Müller 683a10384e geany: fix compile by removing extra check for c++ compiler
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-02 15:27:45 +01:00
Felipe F. Tonello 84ea543373 macchanger: added 1.5.0 recipe
This is a useful utility to manipulate the mac address of a device.

Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-02-25 09:59:56 -05:00
Jackie Huang a7c6fcebee ebtables: move ebtables-save to sbindir to avoid QA issue
Fix the QA issue:
WARNING: QA Issue: ebtables: Found a reference to /usr/ in
    /path/to/tmp/work/x86_64-wrs-linux/ebtables-2.0.10-4-r1/packages-split/ebtables/sbin/ebtables-save
WARNING: QA Issue: Shell scripts in base_bindir and base_sbindir should not reference anything in exec_prefix

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-02-25 09:59:45 -05:00
Felipe F. Tonello 65fa455ef0 libconnman-qt: fixed directory typo
Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-21 06:22:21 +01:00
Andreas Müller 892676ebf1 geany: initial add 1.22
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-19 01:48:46 +01:00
Felipe F. Tonello f4052df881 connman: added recipe libconnman-qt
This recipe provides the Qt library and QML plugins for connman.

MJ: exported INSTALL_ROOT to fix build with dash
MJ: dropped AUTOREV
MJ: dropped TAG and replaced with SRCREV for 0.4.0

Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-19 01:48:45 +01:00
Andrea Adami cb4ac55a33 initramfs-kexecboot-image: update IMAGE_INSTALL after mtd-utils split
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-19 01:48:45 +01:00
Martin Jansa 6033ea7c61 swig: upgrade to 2.0.9 and add patch to fix swiglib
* FindSWIG.cmake is using swig -swiglib to find swig.swg and set
  SWIG_DIR without that patch swig -swiglib reports absolute path
  to datadir how it was on builder which created sstate archive,
  reusing swig from sstate results in invalid path hardcoded in
  swig binary and FindSWIG reporting missing swig

* unfortunately it's not using any config file we could make
  relocateble with SSTATE_SCAN_FILES

* LICENSE-UNIVERSITIES change is only formal

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-19 01:48:45 +01:00
Martin Jansa bd326014ba obexd, id3lib: fix LIC_FILES_CHKSUM URL
* how was it possible to check LIC_FILES_CHKSUMs before? I know it was
  building, now it fails with:
  ERROR: Function failed: obexd: LIC_FILES_CHKSUM points to an invalid file:
  /OE/shr-core/tmp-eglibc/work/xscalete-oe-linux-gnueabi/obexd/0.48-r0/obexd-0.48/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-19 01:48:45 +01:00
Marcin Juszkiewicz f72b484e53 python-numpy: update to 1.7.0
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-19 01:48:45 +01:00
Paul Eggleton 8b7fa82275 README: extend for meta-webadmin addition
* Add directory layout info
* Add meta-oe dependency for some recipes

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-18 09:28:26 +00:00
Paul Eggleton dbb905c978 ajenti: add new recipe
Add new recipe for the Ajenti web administration interface.

This was developed and tested with assistance from
Kevin Strasser <kevin.strasser@linux.intel.com>

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-18 09:28:26 +00:00
Paul Eggleton cc00595f68 python-feedparser: add new recipe for version 5.1.3
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-17 05:06:56 +01:00
Otavio Salvador 3b214e28bc samba: Split libnss-winbind package
This allows for applications to resolv wins without the winbindd and
sambad.

Change-Id: Iaa86154a59e758b37f28796963e6550ed2d30464
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:55:24 +01:00
Thomas Fitzsimmons b51fc0f069 lmsensors: Add lmsensors-config RRECOMMENDS
Signed-off-by: Thomas Fitzsimmons <fitzsim@cisco.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:55:00 +01:00
Thomas Fitzsimmons 7fab1b0167 lmsensors-config: Initial commit
lmsensors-config provides lmsensors configuration files.  The main lmsensors
recipe provides machine-independent parts of lmsensors, while this recipe
allows configuration files to be machine-specific.

The packages consist of:
* lmsensors-config-libsensors: libsensors configuration file
* lmsensors-config-sensord: sensord logging daemon configuration files
* lmsensors-config-fancontrol: fancontrol script configuration file

Signed-off-by: Thomas Fitzsimmons <fitzsim@cisco.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:55:00 +01:00
Ross Burton 4f1d751bc7 gtkhtml2: add, from oe-core
Nothing in oe-core uses this anymore, but claws-mail in meta-oe does.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:55:00 +01:00
Ross Burton e83429283b waffle: new package, a GL deferred resolution library.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:55:00 +01:00
Marcin Juszkiewicz 770b141911 cyrus-sasl2: add 2.1.26
I took recipe from OE classic, updated, cleaned and got it build. I use
it only as build dependency - did not checked binaries from ${PN}-bin.

There are RPATH problems to solve:

WARNING: QA Issue: package cyrus-sasl-bin contains bad RPATH
/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv8/usr/lib
in file
/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/cyrus-sasl/2.1.26-r0/packages-split/cyrus-sasl-bin/usr/sbin/saslpasswd2
WARNING: QA Issue: package cyrus-sasl-bin contains bad RPATH
/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv8/usr/lib
in file
/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/cyrus-sasl/2.1.26-r0/packages-split/cyrus-sasl-bin/usr/sbin/pluginviewer
WARNING: QA Issue: package cyrus-sasl-bin contains bad RPATH
/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv8/usr/lib
in file
/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/cyrus-sasl/2.1.26-r0/packages-split/cyrus-sasl-bin/usr/sbin/sasldblistusers2
WARNING: QA Issue: package cyrus-sasl contains bad RPATH
/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv8/usr/lib
in file
/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/cyrus-sasl/2.1.26-r0/packages-split/cyrus-sasl/usr/lib/sasl2/libsasldb.so.3.0.0

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:55:00 +01:00
Marcin Juszkiewicz 563502f41d oniguruma: add 5.9.3 version
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:54:59 +01:00
Martin Jansa af0a0dde19 ca-certificates: upgrade to 20130119
* old archive is no longer on upstream URL

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:54:59 +01:00
Andrea Adami a26e968915 klibc.bbclass: force thumb-interworking for eabi builds on armv4
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:54:59 +01:00
Andrei Gherzan cf56567570 minidlna: Integrated version 1.0.25
Add two patches to fix build.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:54:59 +01:00
Andrei Gherzan 0a5944c752 rtorrent: Integrated version 0.9.3
Add patch to avoid running AC_RUN_IFELSE code while configuring package.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:54:59 +01:00
Andrei Gherzan e479f15945 libtorrent: Integrated version 0.13.3
Add patch to avoid running AC_RUN_IFELSE code while configuring package.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:54:59 +01:00
Andrei Gherzan 99481803dd x264: Add patch to remove default flags -mcpu=cortex-a8 and -mfpu=neon
-march flag is not in CFLAGS so this will always default to -mcpu=cortex-a8
-mfpu=neon. Obviously wrong for other machines.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:54:59 +01:00
Kevin Baker 49851b1190 redis: add new recipe for redis-2.6.9
A recipe for Redis 2.6.9, an advanced key-value store.
Needed some patching of Makefiles and deps to get it to work with OE.

OE Specific configuration: This is built to override MALLOC and use
    libc's malloc instead of the provided jemalloc or tcmalloc that
    weren't building correctly.

    Also the default savepoint setting was updated in the default
    redis.conf to tune for a small embedded system.

Known Bug: redis-cli eats all the input on a serial port - watch out
    when using the serial console with redis-cli.
    see https://github.com/antirez/linenoise/issues/38

Tested with Yocto "Danny" / armv7a.

Signed-off-by: Kevin Baker <kevinb@ventureresearch.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:54:59 +01:00
Mario Domenech Goulart 1b6add9946 mg: add recipe for version 20110905
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:54:59 +01:00
Andreas Müller 47af9479e3 font-update-common: remove
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:52:37 +01:00
Andreas Müller ba5d70b0d5 update-fonts.bbclass: remove - we now use oe-core's fontcache.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:52:37 +01:00
Andreas Müller 20d6d3163b ttf-fonts: inherit oe-core's fontcache.bbclass instead of update-fonts
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:52:37 +01:00
Paul Eggleton 4580991431 python-lxml: update to 3.0.2 and tweak
* Update to version 3.0.2
* Update LIC_FILES_CHKSUM - substance of the license did not change, but
  some copyright/origin notes for specific parts were added.
* Add SUMMARY
* Move packaging definitions to the end

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:52:17 +01:00
Paul Eggleton 9d19f0ee34 python-pyopenssl: tweak recipe
* Set SUMMARY instead of DESCRIPTION
* Make LICENSE more specific

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:52:17 +01:00
Paul Eggleton 2c961d6c28 python-psutil: add new recipe for version 0.6.1
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:52:17 +01:00
Paul Eggleton 441e234641 python-gevent: add new recipe for version 0.13.8
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:52:17 +01:00
Paul Eggleton 9e23d1a157 python-greenlet: add new recipe for version 0.3.4
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16 05:52:17 +01:00