diff options
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.4.4.bb | 4 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-query_1.0.6.bb | 4 | ||||
-rw-r--r-- | recipes-core/multitech/commissioning_1.0.1.bb | 4 | ||||
-rw-r--r-- | recipes-support/jsoncpp/jsoncpp16-1.6.0/Makefile (renamed from recipes-support/jsoncpp/jsoncpp-1.6.0/Makefile) | 0 | ||||
-rw-r--r-- | recipes-support/jsoncpp/jsoncpp16_1.6.0.bb (renamed from recipes-support/jsoncpp/jsoncpp_1.6.0.bb) | 0 | ||||
-rw-r--r-- | recipes-support/multitech/jsparser_0.3.bb | 4 | ||||
-rw-r--r-- | recipes-support/multitech/libmts-io_1.0.22.bb | 2 | ||||
-rw-r--r-- | recipes-support/multitech/radio-cmd_0.7.bb | 4 | ||||
-rw-r--r-- | recipes-support/multitech/radio-query_1.0.bb | 4 |
9 files changed, 13 insertions, 13 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.4.4.bb b/recipes-connectivity/lora/lora-network-server_2.4.4.bb index 49143a9..84c7289 100644 --- a/recipes-connectivity/lora/lora-network-server_2.4.4.bb +++ b/recipes-connectivity/lora/lora-network-server_2.4.4.bb @@ -3,8 +3,8 @@ PRIORITY = "optional" SECTION = "console/utils" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9a30a3082ddccd2c695a4dbeeab80d" -DEPENDS = "jsoncpp libmts mosquitto sqlite3 curl gnutls" -RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging jsoncpp" +DEPENDS = "jsoncpp16 libmts mosquitto sqlite3 curl gnutls" +RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging jsoncpp16" PR = "r0" CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server" diff --git a/recipes-connectivity/lora/lora-query_1.0.6.bb b/recipes-connectivity/lora/lora-query_1.0.6.bb index 60bcc42..43afdf3 100644 --- a/recipes-connectivity/lora/lora-query_1.0.6.bb +++ b/recipes-connectivity/lora/lora-query_1.0.6.bb @@ -2,8 +2,8 @@ DESCRIPTION = "LoRa network server query tool" HOMEPAGE = "http://www.multitech.net/" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "jsoncpp libmts" -RDEPENDS_${PN} += "jsoncpp" +DEPENDS = "jsoncpp16 libmts" +RDEPENDS_${PN} += "jsoncpp16" PR = "r2" SRCREV = "${PV}" diff --git a/recipes-core/multitech/commissioning_1.0.1.bb b/recipes-core/multitech/commissioning_1.0.1.bb index 4cee01a..4322906 100644 --- a/recipes-core/multitech/commissioning_1.0.1.bb +++ b/recipes-core/multitech/commissioning_1.0.1.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=593c81e8a2bd8b4c4e310d8792372b13" PACKAGE_ARCH = "${MACHINE_ARCH}" -DEPENDS = "fcgi jsoncpp shadow" -RDEPENDS_${PN} += "jsoncpp lighttpd lighttpd-module-fastcgi lighttpd-module-openssl lighttpd-module-redirect bash openssl-bin" +DEPENDS = "fcgi jsoncpp16 shadow" +RDEPENDS_${PN} += "jsoncpp16 lighttpd lighttpd-module-fastcgi lighttpd-module-openssl lighttpd-module-redirect bash openssl-bin" RDEPENDS_${PN}-php-fpm += "php-fpm ${PN}" PACKAGES =+ "${PN}-php-fpm" diff --git a/recipes-support/jsoncpp/jsoncpp-1.6.0/Makefile b/recipes-support/jsoncpp/jsoncpp16-1.6.0/Makefile index 7df3d63..7df3d63 100644 --- a/recipes-support/jsoncpp/jsoncpp-1.6.0/Makefile +++ b/recipes-support/jsoncpp/jsoncpp16-1.6.0/Makefile diff --git a/recipes-support/jsoncpp/jsoncpp_1.6.0.bb b/recipes-support/jsoncpp/jsoncpp16_1.6.0.bb index 8c8454d..8c8454d 100644 --- a/recipes-support/jsoncpp/jsoncpp_1.6.0.bb +++ b/recipes-support/jsoncpp/jsoncpp16_1.6.0.bb diff --git a/recipes-support/multitech/jsparser_0.3.bb b/recipes-support/multitech/jsparser_0.3.bb index cd419c6..e7fe029 100644 --- a/recipes-support/multitech/jsparser_0.3.bb +++ b/recipes-support/multitech/jsparser_0.3.bb @@ -1,8 +1,8 @@ DESCRIPTION = "MultiTech Command Line JSON Parser" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "jsoncpp libmts" -RDEPENDS_${PN} += "bash jsoncpp" +DEPENDS = "jsoncpp16 libmts" +RDEPENDS_${PN} += "bash jsoncpp16" PR = "r0" SRCREV="${PV}" diff --git a/recipes-support/multitech/libmts-io_1.0.22.bb b/recipes-support/multitech/libmts-io_1.0.22.bb index 34115be..d30d261 100644 --- a/recipes-support/multitech/libmts-io_1.0.22.bb +++ b/recipes-support/multitech/libmts-io_1.0.22.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.multitech.net/" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" -DEPENDS = "libmts jsoncpp cmake-native cppunit" +DEPENDS = "libmts jsoncpp16 cmake-native cppunit" BBCLASSEXTEND = "native" PR = "r0" diff --git a/recipes-support/multitech/radio-cmd_0.7.bb b/recipes-support/multitech/radio-cmd_0.7.bb index d81fe83..5339304 100644 --- a/recipes-support/multitech/radio-cmd_0.7.bb +++ b/recipes-support/multitech/radio-cmd_0.7.bb @@ -3,8 +3,8 @@ HOMEPAGE = "http://www.multitech.net/" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "jsoncpp libmts libmts-io" -RDEPENDS_${PN} = "jsoncpp libmts libmts-io" +DEPENDS = "jsoncpp16 libmts libmts-io" +RDEPENDS_${PN} = "jsoncpp16 libmts libmts-io" PR = "r1" SRCREV = "${PV}" diff --git a/recipes-support/multitech/radio-query_1.0.bb b/recipes-support/multitech/radio-query_1.0.bb index 7ce0976..092819d 100644 --- a/recipes-support/multitech/radio-query_1.0.bb +++ b/recipes-support/multitech/radio-query_1.0.bb @@ -2,8 +2,8 @@ DESCRIPTION = "MultiTech cellular radio query tool" HOMEPAGE = "http://www.multitech.net/" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" -RDEPENDS_${PN} += "jsoncpp" -DEPENDS = "jsoncpp libmts libmts-io" +RDEPENDS_${PN} += "jsoncpp16" +DEPENDS = "jsoncpp16 libmts libmts-io" PR = "r0" SRCREV = "${PV}" |