[oe-commits] Paul Eggleton : apr: add util-linux to DEPENDS for libuuid

git at git.openembedded.org git at git.openembedded.org
Mon Jul 2 15:47:46 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: b880cebf503ca13cd4fcb741895e57e6353065be
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b880cebf503ca13cd4fcb741895e57e6353065be

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Sat Jun 30 22:11:24 2012 +0100

apr: add util-linux to DEPENDS for libuuid

apr will use libuuid if it is present, and thus we should require that
it is there so that we have a deterministic build.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/apr/apr_1.4.6.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-support/apr/apr_1.4.6.bb b/meta/recipes-support/apr/apr_1.4.6.bb
index 6cd37f1..54c47fe 100644
--- a/meta/recipes-support/apr/apr_1.4.6.bb
+++ b/meta/recipes-support/apr/apr_1.4.6.bb
@@ -1,6 +1,7 @@
 DESCRIPTION = "Apache Portable Runtime (APR) library"
 HOMEPAGE = "http://apr.apache.org/"
 SECTION = "libs"
+DEPENDS = "util-linux"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \





More information about the Openembedded-commits mailing list