From e32ddb5983f3ac13e58fb60425bafbb711721151 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 25 Sep 2019 14:36:09 +0800 Subject: apr: Fix configure error for nativesdk Fixed: $ bitbake nativesdk-apr buildconf: libtool not found. You need libtool version 1.4 or newer installed Signed-off-by: Robert Yang --- meta/recipes-support/apr/apr_1.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-support/apr/apr_1.7.0.bb b/meta/recipes-support/apr/apr_1.7.0.bb index 09a65bfdd6..a9d98be0ea 100644 --- a/meta/recipes-support/apr/apr_1.7.0.bb +++ b/meta/recipes-support/apr/apr_1.7.0.bb @@ -1,7 +1,7 @@ SUMMARY = "Apache Portable Runtime (APR) library" HOMEPAGE = "http://apr.apache.org/" SECTION = "libs" -DEPENDS = "util-linux" +DEPENDS = "util-linux libtool" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=4dfd4cd216828c8cae5de5a12f3844c8 \ -- cgit 1.2.3-korg