summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* pidgin-otr: Add missing intltool-native DEPENDSRichard Purdie2014-07-221-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* usbpath: Use "foreign" automake strictnessRichard Purdie2014-07-222-1/+13
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libol: Use "foreign" automake strictnessRichard Purdie2014-07-222-1/+16
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* onig: Use "foreign" automake strictnessRichard Purdie2014-07-222-1/+15
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* efl, elementary: upgrade to 1.10.2Martin Jansa2014-07-222-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/69/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* re2c: Fix for modern automakeRichard Purdie2014-07-222-1/+20
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgc: Drop, its bdwgc in OE-CoreRichard Purdie2014-07-222-25/+1
| | | | | | | | | | There is not point in having two of this piece of software, I've merged the missing PACKAGECONFIG into the OE-Core version, we can drop this one. Update zile's DEPENDS to match (its only user in meta-oe). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluidsync: Fix buildRichard Purdie2014-07-221-0/+4
| | | | | | | Resolve build failure with out of date libtool macros by removing them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-ttf: Update configure.patchRichard Purdie2014-07-222-4/+43
| | | | | | | | | | | Update configure.patch to modernise configure.in, in particular passing the foreign option to automake. The other changes are other modernisations that were needed to make that. Also use rm -f so that do_configure can rerun in the prepend. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fltk: Disable separate build since its brokenRichard Purdie2014-07-221-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hexedit: Disable separate build since its brokenRichard Purdie2014-07-221-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>