diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 18:23:11 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:36 -0700 |
commit | da7ffddcf76015e662631e72c21e71cf241d8dea (patch) | |
tree | d51be7a80930377d8f6bb1c30a89a8b793a58e9f /meta-networking | |
parent | 98c87530acd7810e3752c46a5d40fd2c9727e7fe (diff) | |
download | meta-openembedded-da7ffddcf76015e662631e72c21e71cf241d8dea.tar.gz |
mosquitto: Inherit pkgconfig
Fixes
logging.c:(.text+0x218): undefined reference to `dlt_register_app'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.12.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.12.bb index 2df400846e..d2fa9cf322 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.12.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.12.bb | |||
@@ -21,7 +21,7 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \ | |||
21 | 21 | ||
22 | SRC_URI[sha256sum] = "31cf0065cb431d6f4e57a5f4d56663e839c9d177362eff89582d7cfde191c933" | 22 | SRC_URI[sha256sum] = "31cf0065cb431d6f4e57a5f4d56663e839c9d177362eff89582d7cfde191c933" |
23 | 23 | ||
24 | inherit systemd update-rc.d useradd cmake | 24 | inherit systemd update-rc.d useradd cmake pkgconfig |
25 | 25 | ||
26 | PACKAGECONFIG ??= "ssl dlt websockets \ | 26 | PACKAGECONFIG ??= "ssl dlt websockets \ |
27 | ${@bb.utils.filter('DISTRO_FEATURES','systemd', d)} \ | 27 | ${@bb.utils.filter('DISTRO_FEATURES','systemd', d)} \ |