diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-01-17 15:16:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-21 10:20:22 +0000 |
commit | 272661a7fca7e0ee8f6b0d7a4ba97f09a82a540e (patch) | |
tree | deaa1f4159fdc5e7ebdcec733fa7a428449d1218 /meta/recipes-core/dbus/dbus-1.6.8/run-ptest | |
parent | c4d3f5596662d6aced46f270f566b510a36e4952 (diff) | |
download | openembedded-core-272661a7fca7e0ee8f6b0d7a4ba97f09a82a540e.tar.gz openembedded-core-272661a7fca7e0ee8f6b0d7a4ba97f09a82a540e.tar.bz2 openembedded-core-272661a7fca7e0ee8f6b0d7a4ba97f09a82a540e.zip |
dbus: upgrade to 1.6.8
dbus, dbus-ptest upgraded to v1.6.8
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/dbus/dbus-1.6.8/run-ptest')
-rwxr-xr-x | meta/recipes-core/dbus/dbus-1.6.8/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus-1.6.8/run-ptest b/meta/recipes-core/dbus/dbus-1.6.8/run-ptest new file mode 100755 index 0000000000..e08ecb1a63 --- /dev/null +++ b/meta/recipes-core/dbus/dbus-1.6.8/run-ptest @@ -0,0 +1,3 @@ +#!/bin/sh +cd test +make -k runtest-TESTS |