diff options
author | John Klug <john.klug@multitech.com> | 2020-08-21 15:57:48 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-08-21 15:57:48 -0500 |
commit | ab8e866f45fae5cfd34f532778d638cedd850e1e (patch) | |
tree | f739b374e0c9e6e9bace7a592cbfb00d6081cf0e | |
parent | 6790a3ac15905e3e565b12a4f5b229e7ea8e5649 (diff) | |
download | meta-mlinux-ab8e866f45fae5cfd34f532778d638cedd850e1e.tar.gz meta-mlinux-ab8e866f45fae5cfd34f532778d638cedd850e1e.tar.bz2 meta-mlinux-ab8e866f45fae5cfd34f532778d638cedd850e1e.zip |
Commissioning requires new package openssl-bin
-rw-r--r-- | recipes-core/multitech/commissioning_1.0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/multitech/commissioning_1.0.1.bb b/recipes-core/multitech/commissioning_1.0.1.bb index 8972cd5..4cee01a 100644 --- a/recipes-core/multitech/commissioning_1.0.1.bb +++ b/recipes-core/multitech/commissioning_1.0.1.bb @@ -6,7 +6,7 @@ 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" +RDEPENDS_${PN} += "jsoncpp lighttpd lighttpd-module-fastcgi lighttpd-module-openssl lighttpd-module-redirect bash openssl-bin" RDEPENDS_${PN}-php-fpm += "php-fpm ${PN}" PACKAGES =+ "${PN}-php-fpm" @@ -16,7 +16,7 @@ INITSCRIPT_PARAMS_${PN} = "start 09 2 3 4 5 ." INITSCRIPT_NAME_${PN}-php-fpm = "commission-php-fpm" INITSCRIPT_PARAMS_${PN}-php-fpm = "start 09 2 3 4 5 ." -PR = "r1" +PR = "r2" SRCREV = "${PV}" FILES_${PN}-php-fpm = "/etc/init.d/commission-php-fpm" |