From: Paul Eggleton Date: Sat, 30 Jun 2012 21:11:24 +0000 (+0100) Subject: apr: add util-linux to DEPENDS for libuuid X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~41014 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b880cebf503ca13cd4fcb741895e57e6353065be;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/apr/apr_1.4.6.bb b/meta/recipes-support/apr/apr_1.4.6.bb index 6cd37f12bba..54c47fee4e1 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 \