summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-09-25 14:36:09 +0800
committerRobert Yang <liezhi.yang@windriver.com>2019-09-26 10:47:00 +0800
commite32ddb5983f3ac13e58fb60425bafbb711721151 (patch)
tree97eed36aac38580ffd22d078c7f5ff511000a1b7 /meta
parentacf2ac895d9134ca4b03b43bf139e2685d4281a7 (diff)
downloadopenembedded-core-contrib-e32ddb5983f3ac13e58fb60425bafbb711721151.tar.gz
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 <liezhi.yang@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/apr/apr_1.7.0.bb2
1 files changed, 1 insertions, 1 deletions
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 \