summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <kevron.m.rees@intel.com>2014-03-05 13:31:37 -0800
committerKevron Rees <kevron.m.rees@intel.com>2014-03-05 13:31:37 -0800
commit1f4445535023966adc245ca589e9053f751f9faa (patch)
tree9ef25996eb1c871e868d52f1c2752883b8c93566
parent6425ef6bb7e5661c0435d69658bc8a8b9f926cbf (diff)
downloadautomotive-message-broker-submit/tizen/20140305.213149.tar.gz
Change-Id: I2b9ba8afd5119f9d6ee6adbcabdba0a3aa7fdfc7
-rw-r--r--packaging.in/config.tizen5
-rw-r--r--packaging/automotive-message-broker.changes10
-rw-r--r--packaging/automotive-message-broker.spec18
3 files changed, 28 insertions, 5 deletions
diff --git a/packaging.in/config.tizen b/packaging.in/config.tizen
index 664195aa..1a645d7b 100644
--- a/packaging.in/config.tizen
+++ b/packaging.in/config.tizen
@@ -6,9 +6,8 @@
"address" : "unxs:/tmp/murphy/amb"
},
{
- "name" : "VehicleSource",
- "path" : "/usr/lib/automotive-message-broker/vehicleplugin.so",
- "configfile" : "/etc/ambd/AMBformat.conf"
+ "name" : "ExampleSource",
+ "path" : "/usr/lib/automotive-message-broker/examplesourceplugin.so"
}
],
diff --git a/packaging/automotive-message-broker.changes b/packaging/automotive-message-broker.changes
index 879e2d07..439437ca 100644
--- a/packaging/automotive-message-broker.changes
+++ b/packaging/automotive-message-broker.changes
@@ -1,3 +1,13 @@
+* Wed Mar 05 2014 tripzero <kevron.m.rees@intel.com> submit/tizen/20140224.190956@6425ef6
+- Merge branch '0.12' into tizen
+- Remove performance from dbusconfig. fix crasher in varianttype.
+- added more debug to gpsnmea. example source default return for set operations.
+- added support for string and double in amb-set
+- make startOnLoad and playbackOnLoad work with 'true' or 'false'
+- fixed amb-set
+- amb-listen works. zone attribute included in all signals.
+- updated chlog
+
* Thu Feb 24 2014 - <kevron.m.rees@intel.com>
- 0.11.805 release
- updated smack rules to allow murphy socket connection
diff --git a/packaging/automotive-message-broker.spec b/packaging/automotive-message-broker.spec
index 9263996c..4e80523d 100644
--- a/packaging/automotive-message-broker.spec
+++ b/packaging/automotive-message-broker.spec
@@ -1,6 +1,6 @@
Name: automotive-message-broker
Summary: Automotive Message Broker is a vehicle network abstraction system
-Version: 0.11.805
+Version: 0.11.806
Release: 1
Group: Automotive/Service
License: LGPL-2.1
@@ -140,11 +140,19 @@ Requires: libboost_regex
%description plugins-gpsnmea
Plugin that provides location data from nmea devices including bluetooth
+%package plugins-test
+Summary: Plugin that tests AMB code
+Group: Automotive/Libraries
+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.
+
%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=OFF -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
make %{?jobs:-j%jobs}
@@ -180,6 +188,7 @@ cp packaging.in/config.tizen %{buildroot}/etc/ambd/
%{_bindir}/amb-get
%{_bindir}/amb-get-history
%{_bindir}/amb-set
+%{_bindir}/amb-listen
%files devel
%defattr(-,root,root,-)
@@ -247,3 +256,8 @@ cp packaging.in/config.tizen %{buildroot}/etc/ambd/
%defattr(-,root,root,-)
%manifest packaging.in/amb.manifest.plugins
%doc %{_docdir}/%{name}/*.txt
+
+%files plugins-test
+%defattr(-,root,root,-)
+%manifest packaging.in/amb.manifest.plugins
+%{_libdir}/%{name}/testplugin.so