diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-12 10:19:58 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-12 10:35:36 +0200 |
commit | 6c003255918fc85b693a4b0becf45016d1282dfe (patch) | |
tree | 3135db00c23cbbe9ec53e0529e4c9c94ff94f98d /conf.d/packaging/rpm | |
parent | a3d934b7608c6c88dd891cb6e05bb107718687e1 (diff) |
Packaging: Fix RPM build
RPM build failed because there is an unpackaged files
found which has been installed. This fix the build error:
Installed (but unpackaged) file(s) found:
/opt/AGL/lib64/afb/hello2.so
Change-Id: Id5775966bbc4cac00d6adc8b9032d32cf41a7207
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/packaging/rpm')
-rw-r--r-- | conf.d/packaging/rpm/agl-app-framework-binder.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/packaging/rpm/agl-app-framework-binder.spec b/conf.d/packaging/rpm/agl-app-framework-binder.spec index 5f3bcbd4..4f288b79 100644 --- a/conf.d/packaging/rpm/agl-app-framework-binder.spec +++ b/conf.d/packaging/rpm/agl-app-framework-binder.spec @@ -94,6 +94,7 @@ EOF %{_libdir}/afb/helloWorld.so %{_libdir}/afb/tic-tac-toe.so %{_libdir}/afb/ave.so +%{_libdir}/afb/hello2.so %{_libdir}/afb/hello3.so %{_libdir}/afb/hi3.so %config(noreplace) %{_sysconfdir}/profile.d/AGL-%{name}.sh |