Skip to content
Snippets Groups Projects
Commit 109f8d2d authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

mosquitto_2.0.10.bb: remove dlt-daemon default dependency


dlt-daemon should only be a dependency if the PACKAGECONFIG is selected.
This is actually handled by PACKAGECONFIG[dlt] directly and thus the
default DEPEND on it is superfluous.

Removing it fixes the situation where dlt is disabled for mosquitto.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent ae66baa8
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca9a8f366c6babf593e374d0d7d58749 \ ...@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca9a8f366c6babf593e374d0d7d58749 \
file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \
file://notice.html;md5=541f8f37af492858dab8d2c1b69ede69 \ file://notice.html;md5=541f8f37af492858dab8d2c1b69ede69 \
" "
DEPENDS = "uthash cjson dlt-daemon" DEPENDS = "uthash cjson"
SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \
file://mosquitto.init \ file://mosquitto.init \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment