summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-06-08 14:18:24 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-06-08 14:39:52 +0300
commit25bc77f0949f8d46975c77ce354afd30ffc3799c (patch)
tree56f32b033a69e62c7c3ecedd606f5731fa113f16
parent08875b8455350c58c59337a2343bb753c71349d9 (diff)
downloadmeta-boot2qt-25bc77f0949f8d46975c77ce354afd30ffc3799c.tar.gz
adbd: add dependency to libcap
Change-Id: Ia368861d27325da72eb5e9f02e831ba896eb59df Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
-rw-r--r--recipes/adbd/adbd.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/adbd/adbd.bb b/recipes/adbd/adbd.bb
index 89aa4ce..f933515 100644
--- a/recipes/adbd/adbd.bb
+++ b/recipes/adbd/adbd.bb
@@ -31,7 +31,7 @@ PR = "r0"
31SRCREV = "${PV}" 31SRCREV = "${PV}"
32 32
33RRECOMMENDS_${PN} += "kernel-module-g-ffs" 33RRECOMMENDS_${PN} += "kernel-module-g-ffs"
34DEPENDS = "openssl" 34DEPENDS = "openssl libcap"
35 35
36SRC_URI = "git://android.googlesource.com/platform/system/core;protocol=https;branch=lollipop-release;name=core \ 36SRC_URI = "git://android.googlesource.com/platform/system/core;protocol=https;branch=lollipop-release;name=core \
37 file://adbd.patch \ 37 file://adbd.patch \