diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-05-10 12:25:25 +0200 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-05-10 12:28:44 +0200 |
commit | 0f64bbe3cee589cc9c86bf6ecfb6823973109c28 (patch) | |
tree | 1433aeac5a134e47e2349a0386f3eca96d232f8a | |
parent | 10c4b1602186f1f9457ec35fafc605468bc6b8bb (diff) |
Fix lua cmake dependancyhalibut_7.99.1halibut/7.99.17.99.1
Add 00-debian-osconfig.cmake
Avoid missing library error during build
due to miss match on ubuntu and debian
Bug-AGL: SPEC-2396
Change-Id: I465ea75728dfd8ba33f8cc7101224d551d900aac
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
-rw-r--r-- | conf.d/cmake/00-debian-osconfig.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/00-debian-osconfig.cmake b/conf.d/cmake/00-debian-osconfig.cmake new file mode 100644 index 0000000..f3524b4 --- /dev/null +++ b/conf.d/cmake/00-debian-osconfig.cmake @@ -0,0 +1 @@ +list(APPEND PKG_REQUIRED_LIST lua53>=5.3)
\ No newline at end of file |