From 7c11f70d4c8e6f2c9e8e0abe8e839a9f69d02533 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 25 Mar 2021 12:15:10 -0500 Subject: battd-ml RDEPENDS on libcurl --- recipes-core/battd/battd-ml_1.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/battd/battd-ml_1.0.bb b/recipes-core/battd/battd-ml_1.0.bb index b02d0b8..e4d2da7 100644 --- a/recipes-core/battd/battd-ml_1.0.bb +++ b/recipes-core/battd/battd-ml_1.0.bb @@ -5,10 +5,11 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda PROVIDES = "annex-client" # This is only for ARM COMPATIBLE_HOST = "(arm-mlinux-linux-gnueabi)" +RDEPENDS_${PN} += "libcurl" INSANE_SKIP_${PN} += "build-deps already-stripped ldflags" -PR = "r1" +PR = "r2" TAR_PR = "r1" SRC_URI = "http://multitech.net/downloads/${PN}_${PV}-${TAR_PR}_${TUNE_PKGARCH}.tar.xz \ " -- cgit v1.2.3