summaryrefslogtreecommitdiff
path: root/meta/recipes-support/libcap
Commit message (Collapse)AuthorAgeFilesLines
* libcap: Cope with ${libdir} and ${base_libdir} being the sameMike Crowe2012-02-071-2/+6
| | | | | | | ${libdir} and ${base_libdir} may be the same. If they are don't try and move files onto themselves. Signed-off-by: Mike Crowe <mac@mcrowe.com>
* libcap: move library to base_libdirScott Garman2012-01-052-3/+14
| | | | | | | | ls from coreutils links to libcap, so move the libcap library from libdir (/usr/lib) to base_libdir (/lib). Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcap: fix sstate for native packageOtavio Salvador2011-11-082-4/+13
| | | | | | | The 'lib' option needs to be given on target and native builds otherwise it installs the binaries at ${libdir}64 when host is 64bit. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libcap: only enable pam if DISTRO_FEATURES requests itPhil Blundell2011-08-312-3/+4
| | | | | Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcap: Update to 2.22 with License ClarificationSaul Wold2011-07-273-8/+8
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libcap: pass prefix to "make install"Phil Blundell2011-07-192-2/+2
| | | | | | Otherwise it will use /usr by default which may not be the right place. Signed-off-by: Phil Blundell <philb@gnu.org>
* libcap: fix for non /usr/lib libdir caseYu Ke2011-07-122-3/+4
| | | | | | | | | | the recipe has hardcoded "lib=lib", which does not work in libdir=/usr/lib64 case where should be "lib=lib64", So this patch fix it by replacing lib with libdir Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcap: should depend on perl-native-runtime rather than perl-nativeDexuan Cui2011-06-142-3/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libcap: add native BBCLASSEXTEND to fix gnutls-native after ↵Martin Jansa2011-05-271-0/+4
| | | | | | | ffc32d6436bcd11bd9a431affb9d2508fdb3992e Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcap: upgrade to version 2.20Qing He2011-05-043-7/+7
| | | | | | | from 2.19 - set RAISE_SETFCAP=no in make option to inhibit target binary run Signed-off-by: Qing He <qing.he@intel.com>
* libcap.inc: Pass SYSTEM_HEADERS to makeKhem Raj2011-04-041-1/+1
| | | | | | Libpcap reports faulures in finding headers Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Various: Update KERNELORG_MIRROR for consistencyTom Rini2011-03-231-1/+1
| | | | | | | | In mirrors.bbclass we point into /pub but we don't in bitbake.conf. All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make use of that. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-012-0/+37
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>