From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Sl57o-0003zT-80 for openembedded-core@lists.openembedded.org; Sat, 30 Jun 2012 23:22:40 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 30 Jun 2012 14:11:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="165195273" Received: from unknown (HELO helios.ger.corp.intel.com) ([10.252.120.207]) by orsmga002.jf.intel.com with ESMTP; 30 Jun 2012 14:11:31 -0700 From: Paul Eggleton To: openembedded-core@lists.openembedded.org Date: Sat, 30 Jun 2012 22:11:24 +0100 Message-Id: <5d97d6b4c130e61c8212451293a8238ed6faffdd.1341090544.git.paul.eggleton@linux.intel.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 1/2] apr: add util-linux to DEPENDS for libuuid X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2012 21:22:40 -0000 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 --- meta/recipes-support/apr/apr_1.4.6.bb | 1 + 1 file changed, 1 insertion(+) 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 \ -- 1.7.9.5