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:47:44 +0100 |
commit | 3a39cbcce64908c3470dce1063b115615167d71f (patch) | |
tree | 2f6c3573d60a9d694abd0973ea794de0a70ec6a9 /meta/recipes-support | |
parent | bf04836ca5f8c7e4c76cc0fbcc1aff73849248ea (diff) | |
download | poky-3a39cbcce64908c3470dce1063b115615167d71f.tar.gz |
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.
(From OE-Core rev: b880cebf503ca13cd4fcb741895e57e6353065be)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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 @@ | |||
1 | DESCRIPTION = "Apache Portable Runtime (APR) library" | 1 | DESCRIPTION = "Apache Portable Runtime (APR) library" |
2 | HOMEPAGE = "http://apr.apache.org/" | 2 | HOMEPAGE = "http://apr.apache.org/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | DEPENDS = "util-linux" | ||
4 | 5 | ||
5 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \ | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \ |