]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
apr: Fix configure error for nativesdk
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 25 Sep 2019 06:36:09 +0000 (14:36 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Thu, 26 Sep 2019 02:47:00 +0000 (10:47 +0800)
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>
meta/recipes-support/apr/apr_1.7.0.bb

index 09a65bfdd68e77c7c54a0001fd78b8ee3f546837..a9d98be0ea797db5d0c7734d2d281bbd28af9a5c 100644 (file)
@@ -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 \