diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-12 22:41:14 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-12 22:41:14 +0000 |
commit | ce3ef9f4e87cecbf181fb09696f39885f6087a21 (patch) | |
tree | a1ecb0b8d120bb8be5d748981233e97e65cebbd4 /meta/packages/dbus/dbus-native_1.2.14.bb | |
parent | b5b6b222bc6df7d3249333b2600aabaced3e60c7 (diff) | |
download | poky-ce3ef9f4e87cecbf181fb09696f39885f6087a21.tar.gz |
dbus-native: Apply install fix patch to ensure the version of dbus-daemon in staging is not a wrapper
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/dbus/dbus-native_1.2.14.bb')
-rw-r--r-- | meta/packages/dbus/dbus-native_1.2.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/dbus/dbus-native_1.2.14.bb b/meta/packages/dbus/dbus-native_1.2.14.bb index d799ba2d1d..425e5b2918 100644 --- a/meta/packages/dbus/dbus-native_1.2.14.bb +++ b/meta/packages/dbus/dbus-native_1.2.14.bb | |||
@@ -3,7 +3,7 @@ inherit native | |||
3 | 3 | ||
4 | DEPENDS = "glib-2.0-native libxml2-native expat-native" | 4 | DEPENDS = "glib-2.0-native libxml2-native expat-native" |
5 | 5 | ||
6 | PR = "r3" | 6 | PR = "r4" |
7 | 7 | ||
8 | do_stage() { | 8 | do_stage() { |
9 | oe_runmake install | 9 | oe_runmake install |