summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-03-25 12:15:10 -0500
committerJohn Klug <john.klug@multitech.com>2021-06-22 09:29:50 -0500
commit7c11f70d4c8e6f2c9e8e0abe8e839a9f69d02533 (patch)
treeccff729fb5078b7cc1f9dd580566106c47b375b2
parentb32475bcc538854dac3e84a702a6e2980627b2f6 (diff)
downloadmeta-mlinux-7c11f70d4c8e6f2c9e8e0abe8e839a9f69d02533.tar.gz
meta-mlinux-7c11f70d4c8e6f2c9e8e0abe8e839a9f69d02533.tar.bz2
meta-mlinux-7c11f70d4c8e6f2c9e8e0abe8e839a9f69d02533.zip
battd-ml RDEPENDS on libcurl
-rw-r--r--recipes-core/battd/battd-ml_1.0.bb3
1 files changed, 2 insertions, 1 deletions
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 \
"