summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libxml-libxml-perl: add recipeRoy Li2014-07-224-0/+248
| | | | | | | | | | | | | This module is an interface to libxml2, providing XML and HTML parsers \ with DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 \ interface and a XML::XPath-like interface to XPath API of libxml2. \ The module is split into several packages which are not described in this \ section; unless stated otherwise, you only need to use XML::LibXML; in \ your programs. Signed-off-by: Roy Li <rongqing.li@windriver.com> Acked-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-libidn-perl: add recipeRoy Li2014-07-222-0/+83
| | | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Acked-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtext-iconv-perl: add recipeRoy Li2014-07-221-0/+24
| | | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Acked-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glade3: Add PACKAGECONFIG for Gnome supportJacob Kroon2014-07-221-0/+3
| | | | | | | | ./configure checks for libbonoboui and libgnomeui. Add a PACKAGECONFIG for it, enabled by default. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: add some PACKAGECONFIG, fix unrecognized --without-jp2 optionTim Orling2014-07-221-2/+6
| | | | | | | * Add PACKAGECONFIG for lzma, pango, webp, wmf Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gammu: Add missing glib-2.0 and udev build dependenciesJacob Kroon2014-07-221-1/+1
| | | | | | | | Since they are autodetected they introduce floating dependencies, so for now just require them at build time. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liboauth: Add missing OpenSSL build dependencyJacob Kroon2014-07-221-1/+1
| | | | | | | | | | Fixes: | liboauth-1.0.3/src/hash.c:363:26: fatal error: openssl/hmac.h: | No such file or directory Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pidgin: upgrade to 2.10.9 and fold pidgin.inc into itMartin Jansa2014-07-222-36/+28
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mkvtoolnix: inherit autotools-brokensepMartin Jansa2014-07-221-3/+3
| | | | | | | | | | * even with fixed path to m4/ebml.m4 and fixed path to drake in ${S} it still fails with: | DEBUG: Executing shell function do_compile | rake aborted! | No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmatroska: upgrade to 1.4.0Martin Jansa2014-07-221-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libebml: upgrade to 1.3.0 required by mkvtoolnixMartin Jansa2014-07-221-2/+2
| | | | | | | * otherwise mkvtoolnix tries to use it's own internal git submodule with libebml and fails when B!=S Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ser2net: change file used in LIC_FILES_CHKSUMMartin Jansa2014-07-221-1/+1
| | | | | | | | | | | | | | | | | * INSTALL file is automatically created by automake (now when it doesn't have implicit foreign) and it changed the md5 to d0697e131465c2bdd0af3b07a84d2878 causing do_configure task to fail with: ERROR: ser2net: md5 data is not matching for file://INSTALL;md5=0659eb117294c490ae3853facd7a6ddd ERROR: ser2net: The new md5 checksum is d0697e131465c2bdd0af3b07a84d2878 Use COPYING file which should be more stable. * adding foreing automake flag is maybe more correct solution, I wonder how many projects were changed like this, but silently (this failed only thanks to INSTALL file being used in LIC_FILES_CHKSUM) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnokii: Fix floating runtime dependenciesJacob Kroon2014-07-221-0/+5
| | | | | | | Add PACKAGECONFIG for bluez, libical, pcsc-lite, readline and usb. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ccid: Fix floating runtime dependency on flexJacob Kroon2014-07-222-1/+21
| | | | | Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc: modules/gui/qt4/Modules.am not B!=S friendlyTim Orling2014-07-222-0/+18
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc: use AM_PATH_LIBGCRYPT instead of libgcrypt-configTim Orling2014-07-222-0/+47
| | | | | | | * AM_PATH_LIBGCRYPT exists for a reason, why not use it? Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc.inc: cleanup configure, inherit pkgconfigTim Orling2014-07-221-18/+15
| | | | | | | | * Upstream is now much more pkg-config friendly * Clean up configure baggage, no longer needed Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openvpn: update and enable iproute2 supportRichard Tollerton2014-07-222-27/+31
| | | | | | | | | | | | | | | | | - Added .bb for version 2.3.4. - The download URL was broken; it's changed to reflect where the website points to. - Force use of iproute2, which is generally recommended when running OpenVPN as an unprivileged user. Ref: http://community.openvpn.net/openvpn/wiki/UnprivilegedUser - Explicitly add libpam to DEPENDS if pam is enabled, and disable the auth-pam plugin if pam is not enabled. - Pass the path to the 'ip' utility to the configure script to keep it from trying to find it on the host. Signed-off-by: Richard Tollerton <rich.tollerton@ni.com> Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rtorrent: add ncurses dependencyMartin Jansa2014-07-221-1/+1
| | | | | | | | | | | * otherwise fails with: | checking for NcursesW wide-character library... no | checking for Ncurses library... no | checking for Curses library... no | configure: error: requires either NcursesW or Ncurses library | Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xwd: add missing dependency on libxkbfileMartin Jansa2014-07-221-1/+1
| | | | | | | | | * otherwise fails with: | configure: error: Package requirements (x11 xproto >= 7.0.17 xkbfile) were not met: | | No package 'xkbfile' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webkit-efl: Fix type-limits warningMartin Jansa2014-07-223-1/+34
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gmtk: add missing dependency on intltool-nativeMartin Jansa2014-07-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdal: use autotools-brokensepMartin Jansa2014-07-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dfu-util-0.4: add foreign to AM_INIT_AUTOMAKEMartin Jansa2014-07-222-1/+15
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* numctl: add recipeRoy Li2014-07-225-0/+146
| | | | | | | | It consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* daemonize: fix out of tree builds and configureRoss Burton2014-07-221-1/+3
| | | | | | | | | | | daemonize ships it's own hand-coded config.h.in, so exclude autoheader from do_configure(). Also out-of-tree builds are broken so bump the SRC_REV to the next commit, where they were fixed. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exo: add missing inherit gtk-docMartin Jansa2014-07-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libotr: Fix B!=S build failuresRichard Purdie2014-07-222-0/+17
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wvstreams: Add missing dbus/readline DEPENDS and use autotools-brokensepRichard Purdie2014-07-221-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* flite: Use autotools-brokensepRichard Purdie2014-07-221-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ode: Use "foreign" automake strictnessRichard Purdie2014-07-222-1/+15
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gegl: Use pkg-config for SDLRichard Purdie2014-07-222-1/+23
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mtr: Use "foreign" automake strictnessRichard Purdie2014-07-222-0/+13
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rp-pppoe: Use "foreign" automake strictnessRichard Purdie2014-07-222-0/+12
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* subsurface: Fix libxml and libm build failuresRichard Purdie2014-07-223-1/+42
| | | | | | | Use pkg-config to find libxml2 and also link against libm to avoid build failures. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* efl: Use automake foreign for ↵Richard Purdie2014-07-2220-7/+161
| | | | | | cpu/elmdentica/enjoy/ephoto/exalt-client/flame/forecasts/places/rain/uptime Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* engrave: Use autotools-brokensep to avoid build failuresRichard Purdie2014-07-221-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* smbfsnet: Use "foreign" automake strictnessRichard Purdie2014-07-222-1/+13
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* memcached: Use "foreign" automake strictnessRichard Purdie2014-07-222-1/+15
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ipsec-tools: Use "foreign" automake strictnessRichard Purdie2014-07-222-0/+14
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxfce4ui: fix order of inheritsMartin Jansa2014-07-221-1/+1
| | | | | | | | | | * we need gtk-doc before xfce-git, because gtk-doc needs configure.in or configure.ac and the repository contains only configure.ac.in which is transformed into configure.ac by autogen which is prepended to do_configure by xfce-git (so this .bbclass needs to appear in inherit after gtk-doc to prepend autogen.sh before gtkdocize call. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxfce4ui: Add missing gtk-doc inheritRichard Purdie2014-07-221-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lcdproc: Remove floating dependency on libhidRichard Purdie2014-07-221-0/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsdl-image: Use "foreign" automake strictnessRichard Purdie2014-07-222-1/+45
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* orrery: use autotools-brokensepRichard Purdie2014-07-221-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* fbgrab: use autotools-brokensep (its not really autotools)Richard Purdie2014-07-221-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* claws-plugin-rssyl: Use "foreign" automake strictness and autotools-brokensepRichard Purdie2014-07-222-1/+55
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* claws-plugin-gtkhtml2: Use "foreign" automake strictness and autotools-brokensepRichard Purdie2014-07-222-1/+54
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hplip: Use "foreign" automake strictness and autotools-brokensepRichard Purdie2014-07-222-1/+16
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dejagnu: Use "foreign" automake strictnessRichard Purdie2014-07-222-1/+47
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>