aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Guyader <arthur.guyader@iot.bzh>2019-08-01 15:59:01 +0200
committerArthur Guyader <arthur.guyader@iot.bzh>2019-08-07 09:45:31 +0200
commitaa591bb619531b84d21ba6784d9f111ea8b36882 (patch)
tree7f6f9bd8abf824bbecaee8111ec184f08c113c0e
parent1af80b9ee00d6cb815194da645ce51f67c8b17b9 (diff)
Add config cmake for ubuntu.
This commit adds the file conf.d/cmake/01-ubuntu-config.cmake in order to the cmake command detects the correct lua packet with ubuntu. Bug-AGL : SPEC-2717 Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh> Change-Id: If62172a2210e2a1d74dd029df9f5a4060f93c1ba
-rw-r--r--conf.d/cmake/01-ubuntu-config.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/01-ubuntu-config.cmake b/conf.d/cmake/01-ubuntu-config.cmake
new file mode 100644
index 0000000..0e5a695
--- /dev/null
+++ b/conf.d/cmake/01-ubuntu-config.cmake
@@ -0,0 +1 @@
+list(APPEND PKG_REQUIRED_LIST lua53-c++>=5.3)