diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-10-30 09:47:40 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-31 21:31:31 +0000 |
commit | 186580dd49cd32c0bdbfec71e58a3098c9bd5887 (patch) | |
tree | 79605956ce9c8998765269be0925b96de6a82076 /conf.d/packaging/deb/debian.agl-app-afb-test-dev.install | |
parent | 2f3654275e44f9719818a848da9a0b576d5a1b53 (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/packaging/deb/debian.agl-app-afb-test-dev.install')
-rw-r--r-- | conf.d/packaging/deb/debian.agl-app-afb-test-dev.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/packaging/deb/debian.agl-app-afb-test-dev.install b/conf.d/packaging/deb/debian.agl-app-afb-test-dev.install index 699f573..e71513b 100644 --- a/conf.d/packaging/deb/debian.agl-app-afb-test-dev.install +++ b/conf.d/packaging/deb/debian.agl-app-afb-test-dev.install @@ -1 +1 @@ -/opt/AGL/lib/pkgconfig/*.pc +/opt/AGL/lib/*/pkgconfig/*.pc |