summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <kevron.m.rees@intel.com>2014-03-21 15:27:01 -0700
committerKevron Rees <kevron.m.rees@intel.com>2014-03-21 15:27:01 -0700
commit70088709b0d249bbd30219d4e49fa599272dc7f8 (patch)
tree04a813db7282409a63a7c18381612aecaa79bded
parent5748dc3eed493d961d6746b59cbe6489491e62f6 (diff)
downloadautomotive-message-broker-70088709b0d249bbd30219d4e49fa599272dc7f8.tar.gz
Change-Id: I8bca1619e3aaa22673cf0a690bdde40970a3f40f
-rw-r--r--packaging/automotive-message-broker.changes4
-rw-r--r--packaging/automotive-message-broker.spec29
2 files changed, 32 insertions, 1 deletions
diff --git a/packaging/automotive-message-broker.changes b/packaging/automotive-message-broker.changes
index 15f8856d..abc753a4 100644
--- a/packaging/automotive-message-broker.changes
+++ b/packaging/automotive-message-broker.changes
@@ -1,3 +1,7 @@
+* Fri Mar 21 2014 tripzero <kevron.m.rees@intel.com> submit/tizen/20140320.231725@5748dc3
+- added cansim plugin
+- added cansim, cangen plugins
+
* Thu Mar 20 2014 tripzero <kevron.m.rees@intel.com> submit/tizen/20140319.172635@8669b09
- version bump 0.11.808
- fixed issue with complex objects only firing the last property and dropping all others
diff --git a/packaging/automotive-message-broker.spec b/packaging/automotive-message-broker.spec
index 5a5a08d9..02bed616 100644
--- a/packaging/automotive-message-broker.spec
+++ b/packaging/automotive-message-broker.spec
@@ -148,11 +148,27 @@ Requires: %{name} = %{version}-%{release}
%description plugins-test
Plugin that tests some internal AMB code and plugin functionality. This plugin will assert if something is wrong.
+%package plugins-cangen
+Summary: Plugin that generates CAN data
+Group: Automotive/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description plugins-cangen
+CAN frames generator plug-in for the AMB CAN Simulator.
+
+%package plugins-cansim
+Summary: CAN frames listener plug-in for the AMB CAN Simulator.
+Group: Automotive/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description plugins-cansim
+CAN frames listener plug-in for the AMB CAN Simulator.
+
%prep
%setup -q -n %{name}-%{version}
%build
-%cmake -Dqtmainloop=ON -Ddatabase_plugin=ON -Dopencvlux_plugin=ON -Dmurphy_plugin=ON -Dwebsocket_plugin=ON -Dobd2_plugin=ON -Dtest_plugin=ON -Dgpsnmea_plugin=ON
+%cmake -Dqtmainloop=ON -Ddatabase_plugin=ON -Dopencvlux_plugin=ON -Dmurphy_plugin=ON -Dwebsocket_plugin=ON -Dobd2_plugin=ON -Dtest_plugin=ON -Dgpsnmea_plugin=ON -Dcangen_plugin=ON -Dcansim_plugin=ON
make %{?jobs:-j%jobs}
@@ -261,3 +277,14 @@ cp packaging.in/config.tizen %{buildroot}/etc/ambd/
%defattr(-,root,root,-)
%manifest packaging.in/amb.manifest.plugins
%{_libdir}/%{name}/testplugin.so
+
+%files plugins-cangen
+%defattr(-,root,root,-)
+%manifest packaging.in/amb.manifest.plugins
+%{_libdir}/%{name}/cangenplugin.so
+
+%files plugins-cansim
+%defattr(-,root,root,-)
+%manifest packaging.in/amb.manifest.plugins
+%{_libdir}/%{name}/cansimplugin.so
+