scm/bb/tizen-distro.git
9 years agotalloc: remove empty bindir
Martin Jansa [Tue, 12 Aug 2014 12:10:28 +0000 (14:10 +0200)]
talloc: remove empty bindir

* fixes following QA warnings:
  talloc-2.0.1: talloc: Files/directories were installed but not shipped
  /usr/bin [installed-vs-shipped]

(From meta-openembedded rev: c758d15fde6261cf53a723e2689b0ff3c305fee2)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonet-snmp: uprev it to 5.7.2.1
Roy Li [Tue, 12 Aug 2014 11:06:33 +0000 (19:06 +0800)]
net-snmp: uprev it to 5.7.2.1

(From meta-openembedded rev: 434d5d8d6cf3c5c3aa2f3299612419f82e42a48f)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoinetutils: not use auto-detected login for telnetd
Ting Liu [Tue, 12 Aug 2014 10:44:14 +0000 (18:44 +0800)]
inetutils: not use auto-detected login for telnetd

Below error appears as login was auto-detected by default:
| telnetd: /usr/bin/login -p -h 192.168.2.1 : No such file or directory.
| Connection closed by foreign host.

(From meta-openembedded rev: 61362da81197584c23125e5dcef7a7d8a550c877)

Signed-off-by: Ting Liu <ting.liu@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga: uprev it to 0.99.23
Roy Li [Tue, 12 Aug 2014 09:01:19 +0000 (17:01 +0800)]
quagga: uprev it to 0.99.23

uprev it to 0.99.23
remove patches which have been in the latest version

(From meta-openembedded rev: 8a428b570d7fbad8b36b1b4061ea51248a83d7c5)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocurlpp: fix do_compile failed since gcc upgrade to 4.9
Hongxu Jia [Tue, 12 Aug 2014 07:59:15 +0000 (15:59 +0800)]
curlpp: fix do_compile failed since gcc upgrade to 4.9

The deprecated test code was no longer used, so remove it
to avoid compiling failure with -Werror=unused-function
...
| example21.cpp:51:8: error: 'size_t {anonymous}::readData(char*,
size_t, size_t)' defined but not used [-Werror=unused-function]
|  size_t readData(char *buffer, size_t size, size_t nitems)
...

(From meta-openembedded rev: 8afe9200c45110eb2166e09bdce739fa170c08cb)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoipsec-tools: uprev it to 0.8.2
Roy Li [Tue, 12 Aug 2014 07:19:20 +0000 (15:19 +0800)]
ipsec-tools: uprev it to 0.8.2

Remove 0001-Fix-warning-with-gcc-4.8.patch, it has been in 0.8.2

(From meta-openembedded rev: 4d7e174324d61c8da79152b67c4e8a434bd2d078)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoifenslave: add recipes
Roy Li [Tue, 12 Aug 2014 07:01:04 +0000 (15:01 +0800)]
ifenslave: add recipes

(From meta-openembedded rev: 61d61c4eb8e533fb929ab6842f50509896d3df6e)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosyslog-ng: fix do_compi1e of qemuarm while DEBUG_BUILD
Hongxu Jia [Tue, 12 Aug 2014 06:26:13 +0000 (14:26 +0800)]
syslog-ng: fix do_compi1e of qemuarm while DEBUG_BUILD

The thread local storage caused arm-gcc broken while compiling
syslog-ng with option '-g -O'.
...
dnscache.s: Assembler messages:
dnscache.s:100: Error: invalid operands (.text and *UND* sections) for `-'
...

Add option --enable-thread-tls in configure to explicitly disable
thread local storage for arm while DEBUG_BUILD enabled.

(From meta-openembedded rev: c0ce7599526c4dce6d889fc4a5aa007f445e6d76)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoruby: fix race conditions at install-ext
Jackie Huang [Tue, 12 Aug 2014 02:26:14 +0000 (22:26 -0400)]
ruby: fix race conditions at install-ext

* lib/mkmf.rb (create_makefile): fix race conditions at install-ext.
  target files need to depend on destination directory timestamp
  files, not phony trgets.

(From meta-openembedded rev: efea141c6e6e44ca48f3837e5c3383ccfe9ba247)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibpam: systemd support now in OE-Core
Paul Eggleton [Sun, 10 Aug 2014 16:14:45 +0000 (17:14 +0100)]
libpam: systemd support now in OE-Core

(From meta-openembedded rev: ec2c365c40bb1f2eedccec41ba1ac3f4dd45c4b7)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocronie: systemd support now in OE-Core
Paul Eggleton [Sun, 10 Aug 2014 16:14:44 +0000 (17:14 +0100)]
cronie: systemd support now in OE-Core

(From meta-openembedded rev: a07158fbe39e0bed9dbb376846ce6d3f181c00f5)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoavahi: systemd support now in OE-Core
Paul Eggleton [Sun, 10 Aug 2014 16:14:43 +0000 (17:14 +0100)]
avahi: systemd support now in OE-Core

(From meta-openembedded rev: ace695c447bf6e216ebd0ca714d0013cab91a322)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobusybox: systemd support now in OE-Core
Paul Eggleton [Sun, 10 Aug 2014 16:14:42 +0000 (17:14 +0100)]
busybox: systemd support now in OE-Core

(From meta-openembedded rev: 2b0025ce8dd94fc66c0f487536f456bf255debe7)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodropbear: systemd support now in OE-Core
Paul Eggleton [Sun, 10 Aug 2014 16:14:41 +0000 (17:14 +0100)]
dropbear: systemd support now in OE-Core

(From meta-openembedded rev: 4b8bb9992ad3957076f351db6446702fd72773fd)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodnsmasq: add packageconfigs for idn, conntrack, lua
Christopher Larson [Mon, 11 Aug 2014 16:12:26 +0000 (09:12 -0700)]
dnsmasq: add packageconfigs for idn, conntrack, lua

(From meta-openembedded rev: 7bb14206a25505cb70e78b1858a4d37a3e847b07)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodnsmasq: look for lua.pc, not lua5.1.pc
Christopher Larson [Mon, 11 Aug 2014 16:12:25 +0000 (09:12 -0700)]
dnsmasq: look for lua.pc, not lua5.1.pc

(From meta-openembedded rev: f1e112fa688aa0900ebdbcc31d88c6ce91251495)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodnsmasq: move parallel make patch to .bb, add upstream-status
Christopher Larson [Mon, 11 Aug 2014 16:12:24 +0000 (09:12 -0700)]
dnsmasq: move parallel make patch to .bb, add upstream-status

Patches really belong in the recipe, not the .inc, given patches are generally
version-bound.

(From meta-openembedded rev: a46abacebdf83cd20f421828435e0403f5f3eb8d)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodnsmasq: obey CFLAGS & LDFLAGS
Christopher Larson [Mon, 11 Aug 2014 16:12:23 +0000 (09:12 -0700)]
dnsmasq: obey CFLAGS & LDFLAGS

(From meta-openembedded rev: e87a84abd470ce3f963a7640aee4051640c8c8b6)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodnsmasq: add missing inherit pkgconfig
Christopher Larson [Mon, 11 Aug 2014 16:12:22 +0000 (09:12 -0700)]
dnsmasq: add missing inherit pkgconfig

dnsmasq runs pkg-config to get cflags/libs for its dependencies.

(From meta-openembedded rev: 7ba7f53075a68394286eafeb629788b3876d5beb)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm: drop 2.8 and 2.9 versions
Martin Jansa [Sat, 9 Aug 2014 16:36:55 +0000 (18:36 +0200)]
llvm: drop 2.8 and 2.9 versions

* mesa is now using 3.3 by default and I don't know about any llvm2* users

(From meta-openembedded rev: d241efeef8e1d6ba6950ebb6239987932120011d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokexecboot: remove trailing slash in do_install
Andrea Adami [Thu, 31 Jul 2014 22:46:42 +0000 (00:46 +0200)]
kexecboot: remove trailing slash in do_install

(From meta-openembedded rev: 896aab8ca19c1f53862802d5156212a025d4f687)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosyslog-ng: fix a multilib build failure and a QA issue
Jackie Huang [Fri, 8 Aug 2014 09:42:52 +0000 (05:42 -0400)]
syslog-ng: fix a multilib build failure and a QA issue

* Use BPN instead of PN to fix the multilib build failure:
ERROR: Function failed: SYSTEMD_SERVICE_lib32-syslog-ng value
lib32-syslog-ng.service does not exist

* Do not add syslog-init for systemd to fix the QA issue:
WARNING: syslog-ng: alternative target (/etc/init.d/syslog or
/etc/init.d/syslog.syslog-ng) does not exist, skipping...
WARNING: syslog-ng: NOT adding alternative provide /etc/init.d/syslog:
/etc/init.d/syslog.syslog-ng does not exist
WARNING: alt_link == alt_target: /etc/init.d/syslog ==
/etc/init.d/syslog

(From meta-openembedded rev: 4d3f0e3f13213d07dcad35e6bdae552d70d95638)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorsyslog: use syslog as the script name of syslog-init
Jackie Huang [Wed, 6 Aug 2014 03:18:56 +0000 (23:18 -0400)]
rsyslog: use syslog as the script name of syslog-init

Use syslog as the default symlink and INITSCRIPT_NAME
just as sysklogd and syslog-ng did.

(From meta-openembedded rev: c0945057ff7dd2562f07bb579032218139397729)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosyslog-ng: update configure.patch for older patch tool
Robert Yang [Wed, 6 Aug 2014 01:36:48 +0000 (18:36 -0700)]
syslog-ng: update configure.patch for older patch tool

The previous configure.patch can't be applied by older "patch" tool
since the line number is incorrect, for example, the "patch 2.5.4" on
CentOS 5.10.

(From meta-openembedded rev: 80310a34807fd952135c11d15fa245b4d39c0e02)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorrdtool: update to 1.4.8
Peter Bigot [Tue, 5 Aug 2014 14:29:34 +0000 (09:29 -0500)]
rrdtool: update to 1.4.8

* Upstream now uses git, so retrieve releases from the reference
  repository.

* The previous patch to remove tcl support does not apply cleanly to
  this release.  Eliminate it and disable tcl via configure instead.

* Backport a patch to remove a never-shoulda-been-there file that was
  installed but not packaged.

(From meta-openembedded rev: b96dffeee66869f2fcf660edd536c27f0c5f8892)

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-smbus: upgrade to 3.1.1
Peter Bigot [Tue, 5 Aug 2014 14:28:59 +0000 (09:28 -0500)]
python-smbus: upgrade to 3.1.1

(From meta-openembedded rev: 7ddcd65e11a7a2a7871ce31e74e216a4cf53e95b)

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotracker: add PACKAGECONFIG for nautilus extension
Martin Jansa [Sun, 10 Aug 2014 14:00:34 +0000 (16:00 +0200)]
tracker: add PACKAGECONFIG for nautilus extension

* fixes following floating dependencies:
  WARN: tracker: tracker-nautilus-extension rdepends on atk, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on cairo, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on eglibc, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on expat, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on fontconfig, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on freetype, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on gdk-pixbuf, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on glib-2.0, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on gtk+, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on harfbuzz, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on libffi, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on libpng, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on libsqlite3, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on libunistring, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on libx11, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on libxau, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on libxcb, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on libxcb-render, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on libxcb-shm, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on libxdmcp, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on libxext, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on libxrender, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on pango, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on pixman, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on tracker, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on util-linux-libuuid, but it isn't a build dependency?
  WARN: tracker: tracker-nautilus-extension rdepends on zlib, but it isn't a build dependency?

(From meta-openembedded rev: 9039398e31279b3346c6b41be8ac4da7c2dded7a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoefl, expedite: explicitly add some packages, add libsdl dependency
Martin Jansa [Sun, 10 Aug 2014 13:46:32 +0000 (15:46 +0200)]
efl, expedite: explicitly add some packages, add libsdl dependency

* expedite has runtime dependency on them and insane_qa check doesn't see
  them as provided by evas dependency and shows following warnings:
  expedite-1.7.9: expedite rdepends on evas-engine-software-generic, but it isn't a build dependency? [build-deps]
  expedite-1.7.9: expedite rdepends on evas-engine-fb, but it isn't a build dependency? [build-deps]
  expedite-1.7.9: expedite rdepends on evas-loader-png, but it isn't a build dependency? [build-deps]
* always use libsdl dependency instead of PACKAGECONFIG, because
  there is also software-sdl engine, which isn't controlled by
  any configure option

(From meta-openembedded rev: 737b59926588b99000c91631960093cbb08ac704)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowebmin: explicitly list some packages, drop perl-module-timelocal rdep
Martin Jansa [Sun, 10 Aug 2014 13:09:58 +0000 (15:09 +0200)]
webmin: explicitly list some packages, drop perl-module-timelocal rdep

* perl-module-time-local is already in RDEPENDS (I guess it's the
  same thing as perl-module-timelocal without the last dash)
* list some packages explicitly so that bitbake finds their
  RDEPENDS correctly
* fixes following warnings:
  webmin-1.620: webmin-module-raid rdepends on mdadm, but it isn't a build dependency? [build-deps]
  webmin-1.620: webmin-module-proc rdepends on procps, but it isn't a build dependency? [build-deps]
  webmin-1.620: webmin rdepends on perl-module-timelocal, but it isn't a build dependency? [build-deps]

(From meta-openembedded rev: 7514ff3c9379562477e7046a5ed25fabcf142651)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibxklavier: add dependency on libxml2
Martin Jansa [Sun, 10 Aug 2014 13:06:14 +0000 (15:06 +0200)]
libxklavier: add dependency on libxml2

* fixes floating dependency:
  libxklavier-5.3: libxklavier rdepends on libxml2, but it isn't a build dependency? [build-deps]

(From meta-openembedded rev: cba575e52d5e31046f3ac1a61ba7d26376008e8c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogtksourceview2: add dependency on libxml2
Martin Jansa [Sun, 10 Aug 2014 13:05:36 +0000 (15:05 +0200)]
gtksourceview2: add dependency on libxml2

* fixes floating dependency:
  gtksourceview2-2.10.5: gtksourceview2 rdepends on libxml2, but it isn't a build dependency? [build-deps]

(From meta-openembedded rev: b6fdcc552b35d52398de91f0fa375a9045b59266)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodconf: add dependency on libxml2
Martin Jansa [Sun, 10 Aug 2014 13:04:54 +0000 (15:04 +0200)]
dconf: add dependency on libxml2

* fixes floating dependency:
  dconf-0.18.0: dconf-editor rdepends on libxml2, but it isn't a build dependency? [build-deps]

(From meta-openembedded rev: 62c0de8e649d00520d35fb48f98bfed351a70fa5)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogd: add dependency on libvpx
Martin Jansa [Sun, 10 Aug 2014 13:02:10 +0000 (15:02 +0200)]
gd: add dependency on libvpx

* fixes floating dependency:
  gd-2.1.0: gd rdepends on libvpx but it isn't a build dependency? [build-deps]

(From meta-openembedded rev: 0ea6467344e3e60f190ee419233d8d8c0fdbcd1e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmodule-build-tiny-perl: fix RDEPENDS
Tim Orling [Fri, 8 Aug 2014 15:19:51 +0000 (08:19 -0700)]
libmodule-build-tiny-perl: fix RDEPENDS

* CPAN::Meta is provided by perl-module-cpan, NOT perl-module-cpan-meta
* Module::Load is provided by perl-module-load, NOT perl-module-module-load
* Fixes QA build-deps warning

* libtap-harness-env-perl is bogus, already have perl-tap-harness-env

(From meta-openembedded rev: bdc5e5bac9e073e23b2ccd848aae7e1110f486d3)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibextutils-helpers-perl: fix RDEPENDS
Tim Orling [Fri, 8 Aug 2014 15:19:50 +0000 (08:19 -0700)]
libextutils-helpers-perl: fix RDEPENDS

* Module::Load is provided by perl-module-load, NOT perl-module-module-load
* Fixes QA build-deps warning.

(From meta-openembedded rev: 83ef3fec6abb3052749d80b23a7af606bcf51db2)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agottf-mplus: use PACKAGESPLITFUNCS and add drop ttf-common dependency
Martin Jansa [Sat, 9 Aug 2014 21:30:26 +0000 (23:30 +0200)]
ttf-mplus: use PACKAGESPLITFUNCS and add drop ttf-common dependency

* there is only ttf-dejavu-common

* fixes following warnings:
  ttf-mplus-027: ttf-mplus-1c-black rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1c-bold rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1c-heavy rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1c-light rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1c-medium rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1c-regular rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1c-thin rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1m-bold rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1m-light rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1m-medium rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1m-regular rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1m-thin rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1mn-bold rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1mn-light rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1mn-medium rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1mn-regular rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1mn-thin rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1p-black rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1p-bold rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1p-heavy rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1p-light rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1p-medium rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1p-regular rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-1p-thin rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2c-black rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2c-bold rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2c-heavy rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2c-light rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2c-medium rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2c-regular rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2c-thin rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2m-bold rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2m-light rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2m-medium rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2m-regular rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2m-thin rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2p-black rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2p-bold rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2p-heavy rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2p-light rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2p-medium rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2p-regular rdepends on ttf-common but it isn't a build dependency? [build-deps]
  ttf-mplus-027: ttf-mplus-2p-thin rdepends on ttf-common but it isn't a build dependency? [build-deps]

(From meta-openembedded rev: b46da4f44f4b048683be661f9ec0d833612d0252)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agooscam: add dependency on pscs-lite
Martin Jansa [Sat, 9 Aug 2014 15:38:50 +0000 (17:38 +0200)]
oscam: add dependency on pscs-lite

* fixes floating dependency:
  oscam/oscam/latest lost dependency on  pcsc-lite-lib

(From meta-openembedded rev: 8c763a57137e3f540538742e50e32095ca748e47)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosnort: add dependency on util-linux
Martin Jansa [Sat, 9 Aug 2014 15:06:46 +0000 (17:06 +0200)]
snort: add dependency on util-linux

* fixes floating dependency:
  WARNING: QA Issue: snort rdepends on util-linux-libuuid but it isn't a build dependency? [build-deps]

(From meta-openembedded rev: 98d1178cb04190ff1e602d275fc6f8b2b83e8705)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogd: add dependency on tiff
Martin Jansa [Sat, 9 Aug 2014 15:03:49 +0000 (17:03 +0200)]
gd: add dependency on tiff

* fixes floating dependency:
  gd/gd/latest lost dependency on  liblzma tiff

(From meta-openembedded rev: fb87fda2643561fd908f7dc68f339bbe5bcb47a1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoepiphany: add dependency on libnotify
Martin Jansa [Sat, 9 Aug 2014 15:02:59 +0000 (17:02 +0200)]
epiphany: add dependency on libnotify

* fixes floating dependency:
  epiphany/epiphany/latest lost dependency on  libnotify

(From meta-openembedded rev: c04257fcbf2f1efd9224dbc0b94433dfa931dbca)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agostunnel: add dependency on zlib and tcp-wrappers
Martin Jansa [Sat, 9 Aug 2014 14:56:07 +0000 (16:56 +0200)]
stunnel: add dependency on zlib and tcp-wrappers

* fixes floating dependency:
  stunnel/stunnel/latest lost dependency on  libwrap zlib

(From meta-openembedded rev: 62435508cff094ab65174c6652ace04fe53ff28a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosynergy: add dependency on libxinerama
Martin Jansa [Sat, 9 Aug 2014 14:55:18 +0000 (16:55 +0200)]
synergy: add dependency on libxinerama

* fixes floating dependency:
  synergy/synergy/latest lost dependency on  libxinerama

(From meta-openembedded rev: cce36620e393cb81da62f980e64d2504d79ee319)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoprotobuf: add dependency on zlib
Martin Jansa [Sat, 9 Aug 2014 14:53:54 +0000 (16:53 +0200)]
protobuf: add dependency on zlib

* fixes floating dependency:
  protobuf/protobuf/latest lost dependency on  zlib

(From meta-openembedded rev: 9d127bfee7f933642a35f17d141620bf7e9e6862)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoexpedite: remove unrecognized configure options
Martin Jansa [Sat, 9 Aug 2014 14:01:45 +0000 (16:01 +0200)]
expedite: remove unrecognized configure options

* fixes following QA warnings:
  expedite-1.7.9: expedite: configure was passed unrecognised options:
    --disable-software-16-ddraw --disable-software-sdl
    --disable-opengl-glew [unknown-configure-option]

(From meta-openembedded rev: fff74a0bd5a8ccb444d5b8a10e971933fab2a8f1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agostart-stop-daemon: remove unrecognized configure option
Martin Jansa [Sat, 9 Aug 2014 13:59:44 +0000 (15:59 +0200)]
start-stop-daemon: remove unrecognized configure option

* fixes following QA warning:
  start-stop-daemon-1.16.0.2: start-stop-daemon: configure was passed
    unrecognised options: --without-deselect [unknown-configure-option]

(From meta-openembedded rev: e4478df1af492861dcb360fbb2158cabef1bf138)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopolkit-gnome: remove unrecognized configure options
Martin Jansa [Sat, 9 Aug 2014 13:59:03 +0000 (15:59 +0200)]
polkit-gnome: remove unrecognized configure options

* fixes following QA warnings:
  polkit-gnome-0.102: polkit-gnome: configure was passed unrecognised
    options: --disable-scrollkeeper --disable-man-pages
    [unknown-configure-option]

(From meta-openembedded rev: 3341f9637234ba6e09dcdbfe56f2b390d4459f7b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoowfs: remove unrecognized configure options
Martin Jansa [Sat, 9 Aug 2014 13:57:54 +0000 (15:57 +0200)]
owfs: remove unrecognized configure options

* fixes following QA warnings:
  owfs-2.9p1: owfs: configure was passed unrecognised options:
    --enable-cache --enable-mt [unknown-configure-option]

(From meta-openembedded rev: d504a8ae95ac74807af943f364593859ffedeb15)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenobex: remove unrecognized configure options
Martin Jansa [Sat, 9 Aug 2014 13:57:02 +0000 (15:57 +0200)]
openobex: remove unrecognized configure options

* fixes following QA warnings:
  openobex-1.5: openobex: configure was passed unrecognised options:
    --with-usb --with-bluez [unknown-configure-option]

(From meta-openembedded rev: 44c33935ce157b64311667055ace2b68d292d45f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenbox: remove unrecognized configure option
Martin Jansa [Sat, 9 Aug 2014 13:55:55 +0000 (15:55 +0200)]
openbox: remove unrecognized configure option

* fixes following QA warnings:
  openbox-3.5.0: openbox: configure was passed unrecognised options:
    --with-plugins [unknown-configure-option]

(From meta-openembedded rev: c6e6dde11edd651b482c63aa1075920671c7f108)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometacity: remove unrecognized configure option
Martin Jansa [Sat, 9 Aug 2014 13:55:04 +0000 (15:55 +0200)]
metacity: remove unrecognized configure option

* fixes following QA warnings:
  metacity-2.34.13: metacity: configure was passed unrecognised options:
    --disable-verbose [unknown-configure-option]

(From meta-openembedded rev: 902ffed08e4d07e9aa0298124d67701a16005604)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolinks, links-x11: remove unrecognized configure options
Martin Jansa [Sat, 9 Aug 2014 13:54:02 +0000 (15:54 +0200)]
links, links-x11: remove unrecognized configure options

* fixes following QA warnings:
  links-2.7: links: configure was passed unrecognised options:
    --enable-javascript --with-libfl --without-sdl
    [unknown-configure-option]
  links-x11-2.7: links-x11: configure was passed unrecognised options:
    --enable-javascript --with-libfl --without-sdl
    [unknown-configure-option]

(From meta-openembedded rev: 98f67e60b64ec20e022d375ecd595cafffc22a50)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibxaw: remove unrecognized configure option
Martin Jansa [Sat, 9 Aug 2014 13:52:24 +0000 (15:52 +0200)]
libxaw: remove unrecognized configure option

* fixes following QA warnings:
  libxaw-1.0.10: libxaw: configure was passed unrecognised options:
    --disable-docs [unknown-configure-option]

(From meta-openembedded rev: 985012e8962a201afd694ad0b68298bcfca3f760)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgsf: remove unrecognized configure options
Martin Jansa [Sat, 9 Aug 2014 13:51:06 +0000 (15:51 +0200)]
libgsf: remove unrecognized configure options

* fixes following QA warnings:
  libgsf-1.14.29: libgsf: configure was passed unrecognised options:
    --without-python --without-gnome-vfs --without-bonobo
    [unknown-configure-option]

(From meta-openembedded rev: 9d2a85518a93ec43eb254c8adb7a86068dafd790)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-themes: remove unrecognized configure options
Martin Jansa [Sat, 9 Aug 2014 13:50:07 +0000 (15:50 +0200)]
gnome-themes: remove unrecognized configure options

* fixes following QA warning:
  gnome-themes-2.32.1: gnome-themes: configure was passed unrecognised
    options: --disable-hicolor-check [unknown-configure-option]

(From meta-openembedded rev: 50dbedabbeddffdb3f40d0ffe2594b4368ef7135)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-settings-daemon: remove unrecognized configure options
Martin Jansa [Sat, 9 Aug 2014 13:49:40 +0000 (15:49 +0200)]
gnome-settings-daemon: remove unrecognized configure options

* fixes following QA warning:
  gnome-settings-daemon-2.32.1: gnome-settings-daemon: configure was
    passed unrecognised options: --disable-esd [unknown-configure-option]

(From meta-openembedded rev: 33ef730fb30d6a3f3599869ba4e667b233611604)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-power-manager: remove unrecognized configure options
Martin Jansa [Sat, 9 Aug 2014 13:48:49 +0000 (15:48 +0200)]
gnome-power-manager: remove unrecognized configure options

* fixes following QA warning:
  gnome-power-manager-2.32.0: gnome-power-manager: configure was passed
    unrecognised options: --with-dpms-ext [unknown-configure-option]

(From meta-openembedded rev: f5856bda8d1eea3ff3994c221af75f5aca8c1465)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgnomecanvas: inherit only gnomebase
Martin Jansa [Sat, 9 Aug 2014 13:48:21 +0000 (15:48 +0200)]
libgnomecanvas: inherit only gnomebase

* fixes following QA warning:
  libgnomecanvas-2.30.3: libgnomecanvas: configure was passed
    unrecognised options: --disable-schemas-install
    [unknown-configure-option]

(From meta-openembedded rev: d43c7c1fc98e35c3770bc1562e9309d8eb940df5)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofuse: remove unrecognized configure option
Martin Jansa [Sat, 9 Aug 2014 13:44:08 +0000 (15:44 +0200)]
fuse: remove unrecognized configure option

* fixes following QA warning:
  fuse-2.9.3: fuse: configure was passed unrecognised options:
  --disable-kernel-module [unknown-configure-option]

(From meta-openembedded rev: 8192e4a3d8f29ad1427014bfb492513eb3aed130)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoevolution-data-server: remove unrecognized configure options
Martin Jansa [Sat, 9 Aug 2014 13:43:11 +0000 (15:43 +0200)]
evolution-data-server: remove unrecognized configure options

* fixes following QA warnings:
  evolution-data-server-3.2.3+gitAUTOINC+a9e4e74ec4:
    evolution-data-server: configure was passed unrecognised options:
    --with-dbus --without-bug-buddy --without-weather --disable-uoa
    --with-soup [unknown-configure-option]

(From meta-openembedded rev: e75547fb8db06107eb74975e087a79e3a2ef1d4c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoclaws-mail: remove unrecognized options
Martin Jansa [Sat, 9 Aug 2014 13:41:24 +0000 (15:41 +0200)]
claws-mail: remove unrecognized options

* fixes following qa warnings:
  claws-mail-3.9.0: claws-mail: configure was passed unrecognised
    options: --disable-gnomeprint --disable-clamav-plugin
    --disable-aspell-test --enable-aspell [unknown-configure-option]

(From meta-openembedded rev: 7cbac6b6a679903e29e164d9a2de675518bc912a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocairomm: don't include cairo.inc
Martin Jansa [Sat, 9 Aug 2014 13:35:25 +0000 (15:35 +0200)]
cairomm: don't include cairo.inc

* we were overriding most variables from cairo.inc

* fixes following QA warnings:
  cairomm-1.10.0: cairomm: configure was passed unrecognised options:
    --disable-egl --enable-tee --with-x --disable-glesv2
    --disable-valgrind --disable-some-floating-point
    [unknown-configure-option]

(From meta-openembedded rev: 479b5fb52647da67241b8c0a1aaabe237bafad62)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoengrave: add dependency on flex
Martin Jansa [Sat, 9 Aug 2014 13:23:51 +0000 (15:23 +0200)]
engrave: add dependency on flex

* fixes following floating dependencies:
  WARN: engrave: engrave rdepends on flex but it isn't a build dependency?

(From meta-openembedded rev: d9a4deb73742c0d2f521c4cad5257e63217e587a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmicrohttpd: add dependency on file and disable spdy
Martin Jansa [Sat, 9 Aug 2014 13:11:20 +0000 (15:11 +0200)]
libmicrohttpd: add dependency on file and disable spdy

* fixes following floating dependencies:
  libmicrohttpd/libmicrohttpd-bin/latest lost dependency on  file
  WARN: libmicrohttpd rdepends on libssl but it isn't a build dependency? [build-deps]

* and unknown-configure-option qa warning:
  libmicrohttpd-0.9.34: libmicrohttpd: configure was passed
    unrecognised options: --enable-gnutls [unknown-configure-option]

(From meta-openembedded rev: 681f89a5e05768d09087b9adf4ce21dee59b36ad)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibwebp: fix wrong DEPENDS
Martin Jansa [Sat, 9 Aug 2014 12:46:29 +0000 (14:46 +0200)]
libwebp: fix wrong DEPENDS

* there is no such thing as packagespecific build-time DEPENDS
* RDEPENDS_${PN}-gif2web isn't needed, because it's detected
  automatically by shlibs providers code
* fixes following floating dependencies:
  WARN: libwebp: libwebp-gif2webp rdepends on giflib but it isn't a build dependency?

(From meta-openembedded rev: 36d29b40a0f708f6c11aa7e3552ee86703e7a146)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmikmod: add dependency on pulseaudio
Martin Jansa [Sat, 9 Aug 2014 12:44:21 +0000 (14:44 +0200)]
libmikmod: add dependency on pulseaudio

* fixes following floating dependencies:
  libmikmod/libmikmod/latest lost dependency on  dbus-lib json-c libcap
    libice libpulse libpulse-simple libsm libsndfile1 libx11 libx11-xcb
    libxau libxcb

(From meta-openembedded rev: 750e948236a3ea81bf96fad9338460a3f770e9e0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosox: add dependency on libvorbis
Martin Jansa [Sat, 9 Aug 2014 12:38:05 +0000 (14:38 +0200)]
sox: add dependency on libvorbis

* fixes following floating dependencies:
  sox/sox/latest lost dependency on  libvorbis

(From meta-openembedded rev: fab562198af4a5911de5840be276edec79fea1ec)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogmtk: add dependency on gtk+3 and pulseaudio
Martin Jansa [Sat, 9 Aug 2014 12:34:04 +0000 (14:34 +0200)]
gmtk: add dependency on gtk+3 and pulseaudio

* fixes following floating dependencies:
  gmtk/gmtk/latest lost dependency on  cairo-gobject dbus-lib gtk+3
    json-c libcap libice libpulse libpulse-mainloop-glib libsm libsndfile1
    libx11-xcb libxi libxtst util-linux-libuuid

(From meta-openembedded rev: 60828b16c3995e59881ba341ab2bd56acbbe2aa4)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-disk-utility: add dependency on libgnome-keyring
Martin Jansa [Sat, 9 Aug 2014 12:13:29 +0000 (14:13 +0200)]
gnome-disk-utility: add dependency on libgnome-keyring

* fixes following floating dependencies:
  gnome-disk-utility/gnome-disk-utility-libs/latest lost dependency on
    libcap libgcrypt libgnome-keyring libgpg-error

(From meta-openembedded rev: 895f15e8bc1482a2fe05f1d8e42ce362ae582b4b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agompg123: add all floating dependencies
Martin Jansa [Sat, 9 Aug 2014 12:03:10 +0000 (14:03 +0200)]
mpg123: add all floating dependencies

* fixes following floating dependencies:
  mpg123/mpg123/latest lost dependency on  audiofile esound libjack
    libsdl openal-soft portaudio-v19 tslib

(From meta-openembedded rev: e216c1dacf1269601b93980bdea7b4b1ca355b31)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agompd: add all floating dependencies
Martin Jansa [Sat, 9 Aug 2014 11:44:46 +0000 (13:44 +0200)]
mpd: add all floating dependencies

* fixes following floating dependencies:
  mpd/mpd/latest lost dependency on  fluidsynth libao libcdio libcdio-cdda
    libcdio-paranoia libjack libmms libmodplug libopus libwrap mpg123
    openal-soft wavpack
    yajl

(From meta-openembedded rev: 05cffca8754f85e5a52d22c1653a6a175d62abc1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotracker: add all floating dependencies
Martin Jansa [Sat, 9 Aug 2014 10:58:01 +0000 (12:58 +0200)]
tracker: add all floating dependencies

* fixes following floating dependencies:
  tracker/tracker/latest lost dependency on  enca gtk+3 libgee
    libunistring upower
  tracker/tracker-dev/latest lost dependency on  cairo enca expat
    fontconfig freetype giflib gstreamer lcms libgstpbutils-0.10
    libgsttag-0.10 liblzma libpoppler
    libpoppler-glib libunistring libx11 libxau libxcb libxcb-render
    libxcb-shm libxdmcp libxext libxrender pixman taglib taglib-c tiff

(From meta-openembedded rev: 0098b02c1722b4eafe3b4296f0151e2ad1e30a2a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibungif: remove and use giflib everywhere
Martin Jansa [Sat, 9 Aug 2014 09:29:57 +0000 (11:29 +0200)]
libungif: remove and use giflib everywhere

* giflib says it's API and ABI compatible with libungif
  which was in wide use while the LZW compression algorithm was
  patented.

* the selection between giflib and libungif wasn't ever determinictic
  because of conflicts in sysroot
* resolves couple of undeterministic dependencies and:
  WARNING: The recipe giflib is trying to install files into a shared area
  when those files already exist. Those files and their manifest location
  are:
   sysroots/qemuarm/usr/include/gif_lib.h
      Matched in manifest-qemuarm-libungif.populate_sysroot
      Please verify which package should provide the above files.

(From meta-openembedded rev: e213115b0b7b001eb5973d42dcae3bb1532a8583)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agointegrate fcgi-2.4.0 and add OML license file
YangHaibo [Tue, 5 Aug 2014 07:31:33 +0000 (15:31 +0800)]
integrate fcgi-2.4.0 and add OML license file

(From meta-openembedded rev: 4d4ab8fd320b58323033c12cf705e7b3ce10d659)

Signed-off-by: YangHaibo <b40869@freescale.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agophpmyadmin: update to 4.2.7
Paul Eggleton [Tue, 15 Jul 2014 08:35:48 +0000 (09:35 +0100)]
phpmyadmin: update to 4.2.7

Note that this now requires MariaDB/MySQL 5.5+.

(From meta-openembedded rev: eb45d8b6c716c43f4acbc9f35a8c916eefbe72e5)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomodphp: update to 5.5.15
Paul Eggleton [Tue, 15 Jul 2014 08:32:32 +0000 (09:32 +0100)]
modphp: update to 5.5.15

LIC_FILES_CHKSUM changed since the copyright year changed.

(From meta-openembedded rev: e559dd7da394bc7c6242c38f86417d1088163d71)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoapache2: update to 2.4.10
Paul Eggleton [Mon, 4 Aug 2014 16:53:33 +0000 (17:53 +0100)]
apache2: update to 2.4.10

(From meta-openembedded rev: 672d02047042b94e038247b2d3c04992c9497896)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoapache2: do not patch generated file
Paul Eggleton [Wed, 16 Jul 2014 07:45:59 +0000 (08:45 +0100)]
apache2: do not patch generated file

We already patch configure.ac and we're not bypassing autoreconf,
so we don't need to patch configure as well.

(From meta-openembedded rev: 53ba2729a8feb652e8cf11769abd298f29c1fa8f)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomariadb: update to 5.5.38
Paul Eggleton [Fri, 8 Aug 2014 14:16:40 +0000 (15:16 +0100)]
mariadb: update to 5.5.38

* Upstream switched from autotools to cmake
* Separate build dir and parallel make now work
* Library versioning no longer used for plugins; other libtool cruft
  gone
* Proper upstream initscript
* Plugins moved from client library package to mariadb-server package
  (matches how Fedora packages these)

(From meta-openembedded rev: e751af9f900834759e59ad2b46a7118a508069e4)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibpostproc: switch to lu-zero's for on github with 12 fixes
Martin Jansa [Fri, 8 Aug 2014 14:18:14 +0000 (16:18 +0200)]
libpostproc: switch to lu-zero's for on github with 12 fixes

* last commit on videolan.org is more than 1 year old, lu-zero's for has couple of fixes
  and also defines the version in the code, use that instead of 0.0.0"

(From meta-openembedded rev: f38639c2214653f1a4cbcb5242c5a699b251dec8)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenal-soft: disable examples, convert alsa and pulseaudio to PACKAGECONFIGs
Martin Jansa [Fri, 8 Aug 2014 12:08:42 +0000 (14:08 +0200)]
openal-soft: disable examples, convert alsa and pulseaudio to PACKAGECONFIGs

(From meta-openembedded rev: 46f8bb2122531d7034efc6a300625aa64814d7a3)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomonkey: new v1.5.2 release.
Eduardo Silva [Thu, 7 Aug 2014 15:07:41 +0000 (09:07 -0600)]
monkey: new v1.5.2 release.

This patch add the new Monkey HTTP Server v1.5.2. The new Bitbake file
contains the modifications suggested over the patch set for v1.5.1. It
specify each configuration file for CONFFILES_${PN}.

For more details about software changes please visit:

  http://monkey-project.com/Announcements/v1.5.2

=== Build Tests ==

This version and new Bitbake file have been tested on Yocto/Daisy being
packaged and deployed on images based on rpm and ipk successfully.

monkey-yocto/70d57bfd19c01ec055db57e35385ffc4185ae186

(From meta-openembedded rev: 8af4e17c7020b4b5cf133da09ac849542f6c5787)

Signed-off-by: Eduardo Silva <eduardo@monkey.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoruby: fix a parallel building issue
Roy Li [Wed, 6 Aug 2014 06:44:27 +0000 (14:44 +0800)]
ruby: fix a parallel building issue

(From meta-openembedded rev: 7815a6d97ec81487ebcd18e39558241959c9a96b)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoltrace: add PV and PACKAGECONFIG for libunwind
Martin Jansa [Tue, 5 Aug 2014 10:54:03 +0000 (12:54 +0200)]
ltrace: add PV and PACKAGECONFIG for libunwind

(From meta-openembedded rev: e0e1f8d24447098d4c2652cea1930edd36616c91)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokexec_tools_klibc_2.0.2: update x86_vfscanf.patch
Andrea Adami [Mon, 4 Aug 2014 21:53:30 +0000 (23:53 +0200)]
kexec_tools_klibc_2.0.2: update x86_vfscanf.patch

The POSIX standard
http://pubs.opengroup.org/onlinepubs/009695399/functions/fgets.html
states:

If the stream is at end-of-file ... fgets() shall return a null pointer...
If a read error occurs ... fgets() shall return a null pointer...

(From meta-openembedded rev: d357cc7df07580468365d4adfda556cf55168a15)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonetcf: init script should be installed under /etc/init.d/
Roy Li [Tue, 5 Aug 2014 07:24:13 +0000 (15:24 +0800)]
netcf: init script should be installed under /etc/init.d/

init script should be installed under /etc/init.d/, not /etc/rc.d/init.d

(From meta-openembedded rev: 8f842670864f64281c2613cb228cbfe074349706)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopm-qa: update to 0.4.12 release
Fathi Boudra [Tue, 5 Aug 2014 06:14:01 +0000 (09:14 +0300)]
pm-qa: update to 0.4.12 release

(From meta-openembedded rev: fd7338f82bcf1e092129959e1c9d0c8d85031381)

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoevtest: Update to 0e14da9 revision
Otavio Salvador [Mon, 4 Aug 2014 18:38:35 +0000 (15:38 -0300)]
evtest: Update to 0e14da9 revision

This updates to 1.31, plus fixes available in the Git tree.

(From meta-openembedded rev: af0089c5799717052c274dd538f64f20cfeac8a9)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoevtest: Stop using Cgit based archive
Otavio Salvador [Mon, 4 Aug 2014 18:38:34 +0000 (15:38 -0300)]
evtest: Stop using Cgit based archive

The Cgit based archive may change depending on the order of images,
timestamp and like causing checksum to change.

This patch uses the same 1.25 version but fetching it using Git, so no
code changes are done.

(From meta-openembedded rev: 9c762b824cbf7ecd9ce7f7859d22ff89c59fa28d)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Cliff Brake <cbrake@bec-systems.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodnsmasq: fix parallel make failure
Shrikant Bobade [Mon, 4 Aug 2014 09:12:57 +0000 (14:42 +0530)]
dnsmasq: fix parallel make failure

The dnsmasq target depends on .configured and $(objs). .configured does an rm
-f *.o. Yet the only thing telling make to build the .configured target before
the $(objs) target was the order of the dependencies of the dnsmasq target. We
can't rely on that order when doing a paralllel make build, so add an explicit
rule to enforce that order.

(From meta-openembedded rev: 3740ef263860f6fc94305f32253b1a4e9338e3b9)

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibusbg: update to latest git and fix S!=B
Koen Kooi [Mon, 4 Aug 2014 07:07:34 +0000 (09:07 +0200)]
libusbg: update to latest git and fix S!=B

(From meta-openembedded rev: 6576cddf6b66c34e9ea550d8dd0819c559237b5a)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoepiphany: add missing dependencies
Koen Kooi [Sat, 2 Aug 2014 08:08:24 +0000 (10:08 +0200)]
epiphany: add missing dependencies

WARNING: QA Issue: epiphany rdepends on libavahi-common but its not a
build dependency? [build-deps]
WARNING: QA Issue: epiphany rdepends on libnotify but its not a build
dependency? [build-deps]
WARNING: QA Issue: epiphany rdepends on libavahi-gobject but its not a
build dependency? [build-deps]
WARNING: QA Issue: epiphany rdepends on libavahi-client but its not a
build dependency? [build-deps]

(From meta-openembedded rev: 2d2e49e79318889268f6e3293c2127c13be5cd6b)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogimp 2.8.10: add bzip dependency
Koen Kooi [Sat, 2 Aug 2014 08:08:23 +0000 (10:08 +0200)]
gimp 2.8.10: add bzip dependency

WARNING: QA Issue: gimp rdepends on libbz2 but its not a build
dependency? [build-deps]

(From meta-openembedded rev: 0f4a842e82326062d97754ea85f4ad3856948af3)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoabiword: remove blacklist, libgsf and wv have been fixed
Koen Kooi [Fri, 1 Aug 2014 13:34:53 +0000 (15:34 +0200)]
abiword: remove blacklist, libgsf and wv have been fixed

Also disable collab service due to gnutls build errors.

(From meta-openembedded rev: 07dc7738c142060e142e77199b9421f579c11b69)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibwmf: add missing pkgconfig
Martin Jansa [Fri, 8 Aug 2014 09:19:30 +0000 (11:19 +0200)]
libwmf: add missing pkgconfig

(From meta-openembedded rev: 9f57ccff2b8b8ee13a2906ea76c89f2c3b0c7b90)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibwmf: use pkgconfig for freetype
Koen Kooi [Wed, 6 Aug 2014 12:55:35 +0000 (14:55 +0200)]
libwmf: use pkgconfig for freetype

And while we're at it list freetype in DEPENDS as well.

(From meta-openembedded rev: b762df7e6a700bde2087ab38f8b5d02b75ca5bdb)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopencv: Bump SRCREV to 2.4.9 release tag, PV is now 2.4.9+git.
Nick D'Ademo [Tue, 6 May 2014 22:20:36 +0000 (08:20 +1000)]
opencv: Bump SRCREV to 2.4.9 release tag, PV is now 2.4.9+git.

(From meta-openembedded rev: e5d70fb940b674d374c12303b55630df027ea8b5)

Signed-off-by: Nick D'Ademo <nickdademo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopencv: Disable 'gtk' backend if X11 is not available
Otavio Salvador [Tue, 1 Jul 2014 13:56:02 +0000 (10:56 -0300)]
opencv: Disable 'gtk' backend if X11 is not available

(From meta-openembedded rev: 1fe211750e11420095dd29e08eba4bb615d9ffca)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowireshark: update configuration and epoch
Joe MacDonald [Wed, 6 Aug 2014 19:36:00 +0000 (15:36 -0400)]
wireshark: update configuration and epoch

Commit 6d781369 warranted a PE bump but didn't include it.  Update it,
correct a typo in EXTRA_OECONF and explicitly disable c-ares resolver at
the same time.

Acked-by: Armin Kuster <akuster@mvista.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
(From meta-openembedded rev: a9636f77ac00bafd1429dc52bdf2f8f2446866f9)

Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowireshark: update README instructions
Joe MacDonald [Wed, 6 Aug 2014 14:40:34 +0000 (10:40 -0400)]
wireshark: update README instructions

Minor tweaks to the README to make the email suggestion follow the format
used in other meta-openembedded README files and adding clarification on
building wireshark in a GUI environment.

Acked-by: Armin Kuster <akuster@mvista.com>
(From meta-openembedded rev: 7a3f8a76cba9a248e5ea2bac6ed3d52dd82b6269)

Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoREADME: Update layer dependencies
Joe MacDonald [Wed, 6 Aug 2014 13:26:10 +0000 (09:26 -0400)]
README: Update layer dependencies

There are a few recipes in meta-networking that depend unconditionally on
components in meta-oe, so indicate that in the README.

(From meta-openembedded rev: 96ef73e77204afcd58bc72806088c78483a36fcf)

Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>