Merge "Fix rpm packaging following review 21188" into guppy 7.0.2 guppy/7.0.2 guppy_7.0.2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 1 May 2019 11:49:11 +0000 (11:49 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Wed, 1 May 2019 11:49:11 +0000 (11:49 +0000)
1  2 
conf.d/packaging/rpm/agl-app-framework-binder.spec

@@@ -66,7 -66,7 +66,7 @@@ export PKG_CONFIG_PATH=%{_libdir}/pkgco
  %make_install
  
  mkdir -p %{buildroot}%{_sysconfdir}/profile.d
- cat << EOF > %{buildroot}%{_sysconfdir}/profile.d/AGL-%{name}.sh
+ cat << EOF > %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh
  #----------  AGL %%{name} options Start ---------"
  # Object: AGL cmake option for  binder/bindings
  export LD_LIBRARY_PATH=%{_libdir}:\${LD_LIBRARY_PATH}
@@@ -96,7 -96,7 +96,7 @@@ EO
  
  #app-framework-binder demo
  %{_libdir}/afb/*.so
 -%config(noreplace) %{_sysconfdir}/profile.d/AGL-%{name}.sh
 +%config(noreplace) %{_sysconfdir}/profile.d/%{name}.sh
  
  #app-framework-binder monitoring
  %dir %{_libdir}/afb/monitoring