diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-10-30 09:47:40 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 11:33:40 +0100 |
commit | 0bea7814df14ad697fb133fa594846f1b53a612a (patch) | |
tree | f18720dc71b201a088ecebedca755fc873b14b1a /conf.d/afb-test.pc.in | |
parent | 67f8a0625fba4de154cc08c56de9a0730adfdaa9 (diff) |
Fix packaging for native build
- *.pc file must have ascii charset
- remove gcc dependency for deb package
- Fix *.pc file packaging for deb package
- set CMAKE_INSTALL_LIBDIR in debian.rules
Change-Id: I448aedcdb6fd21d662416ac72148d98da5e05ac3
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'conf.d/afb-test.pc.in')
-rw-r--r-- | conf.d/afb-test.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/afb-test.pc.in b/conf.d/afb-test.pc.in index 3e9ed8b..d99eb6b 100644 --- a/conf.d/afb-test.pc.in +++ b/conf.d/afb-test.pc.in @@ -1,6 +1,6 @@ ## ## Copyright (C) 2016, 2017, 2018 "IoT.bzh" -## Author: José Bollo <jose.bollo@iot.bzh> +## Author: Romain Forlot <romain.forlot@iot.bzh> ## ## This file is part of afb-daemon project. ## |