From: Robert Yang Date: Wed, 25 Sep 2019 06:36:09 +0000 (+0800) Subject: apr: Fix configure error for nativesdk X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e32ddb5983f3ac13e58fb60425bafbb711721151;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-support/apr/apr_1.7.0.bb b/meta/recipes-support/apr/apr_1.7.0.bb index 09a65bfdd68..a9d98be0ea7 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 \