diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-18 15:40:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-01-18 15:40:22 +0000 |
commit | 614a224db6dc8fcd0ca509803582f9976e8ddf34 (patch) | |
tree | f805d10855db604493ac92a2ded92590e93e7eb8 /meta-app-framework | |
parent | 4ab1e3bf22d0afbe5c47322b2e727fdf1f0097d7 (diff) | |
parent | b5ce617db42a19cdf463f0cb92028df0a7eb1ed8 (diff) |
Merge "Add missing DEPENDS to af-binder"
Diffstat (limited to 'meta-app-framework')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb index cf5b465..cb1d53e 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-f LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" -DEPENDS = "file json-c libmicrohttpd systemd util-linux" +DEPENDS = "file json-c libmicrohttpd systemd util-linux openssl" SRC_URI_git = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=master" SRC_URI_files = "" |