diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2013-07-22 03:45:41 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-31 06:56:27 +0100 |
commit | 25dc927009252151cc976b13c3f5bd19131cc4e8 (patch) | |
tree | b8585e57e42ada65c5fe5a32f95bde0532a30bc0 /meta/recipes-core/dbus/dbus.inc | |
parent | e01735756a76d27b724b9e7829f78e8a335c1f60 (diff) | |
download | openembedded-core-25dc927009252151cc976b13c3f5bd19131cc4e8.tar.gz openembedded-core-25dc927009252151cc976b13c3f5bd19131cc4e8.tar.bz2 openembedded-core-25dc927009252151cc976b13c3f5bd19131cc4e8.zip |
dbus: remove build host test in configure script
The dbus build tests the build host to detect what initscript
environment it expects. Remove the test and set it to "redhat"
unconditionally as the oe-core initscript has a redhat-style pid file
path.
Signed-off-by: Andy Ross <andy.ross@windriver.com
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Diffstat (limited to 'meta/recipes-core/dbus/dbus.inc')
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index b07aefa3b5..580a93661a 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc @@ -16,7 +16,9 @@ INC_PR = "r6" SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ file://tmpdir.patch; \ - file://dbus-1.init" + file://dbus-1.init \ + file://os-test.patch \ +" inherit useradd autotools pkgconfig gettext update-rc.d |