diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-06-30 22:11:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-02 16:42:16 +0100 |
commit | b880cebf503ca13cd4fcb741895e57e6353065be (patch) | |
tree | 24c23cb3fb2a7598eb428d2b70e13e1919e71ff7 | |
parent | 935a7f3847bd86ed78418db5cb6dd98ac0b6e65d (diff) | |
download | openembedded-core-b880cebf503ca13cd4fcb741895e57e6353065be.tar.gz openembedded-core-b880cebf503ca13cd4fcb741895e57e6353065be.tar.bz2 openembedded-core-b880cebf503ca13cd4fcb741895e57e6353065be.zip |
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 6cd37f12bb..54c47fee4e 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 \ |