diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-23 00:14:53 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-23 10:18:25 +0000 |
commit | 830c81b4cb4ea6628c373c48e4aa068ce3e5352a (patch) | |
tree | 1785f1324cfe21b91267f529fc16fa8e0e8dd59d /conf.d | |
parent | c6f49fdbfe4edf63605617961d169d73680abf10 (diff) |
Fix Debian LUA 5.3 package name requiredflounder_6.0.5flounder_6.0.4flounder_6.0.3flounder_6.0.2flounder/6.0.5flounder/6.0.4flounder/6.0.3flounder/6.0.26.0.56.0.46.0.36.0.2flounder
Bug-AGL: SPEC-1790
Change-Id: I904ba9e18db6a260d3042ae014670f40039c89c8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/00-debian-osconfig.cmake | 1 | ||||
-rw-r--r-- | conf.d/cmake/00-default-osconfig.cmake | 1 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/conf.d/cmake/00-debian-osconfig.cmake b/conf.d/cmake/00-debian-osconfig.cmake deleted file mode 100644 index 2ce0ad3..0000000 --- a/conf.d/cmake/00-debian-osconfig.cmake +++ /dev/null @@ -1 +0,0 @@ -list(APPEND PKG_REQUIRED_LIST lua-5.3>=5.3) diff --git a/conf.d/cmake/00-default-osconfig.cmake b/conf.d/cmake/00-default-osconfig.cmake deleted file mode 100644 index a2b9325..0000000 --- a/conf.d/cmake/00-default-osconfig.cmake +++ /dev/null @@ -1 +0,0 @@ -list(APPEND PKG_REQUIRED_LIST lua>=5.3) diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index b3a7a84..356203c 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -72,6 +72,7 @@ set (PKG_REQUIRED_LIST libsystemd>=222 afb-daemon libmicrohttpd>=0.9.55 + lua>=5.3 ) # Prefix path where will be installed the files |