diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-17 22:04:53 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-17 22:04:53 +0000 |
commit | be033d2d0b88f7a177efa3fb0db791175791a40e (patch) | |
tree | ce9c5d68c17986d693edbdc76344903801b938cc /meta | |
parent | 7bf17e82eb8b7fa415e376b5cb159ca13f8e0582 (diff) | |
download | poky-be033d2d0b88f7a177efa3fb0db791175791a40e.tar.gz |
dbus: Remove unneeded staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/dbus/dbus.inc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/meta/packages/dbus/dbus.inc b/meta/packages/dbus/dbus.inc index 154db65ba7..b122cf7017 100644 --- a/meta/packages/dbus/dbus.inc +++ b/meta/packages/dbus/dbus.inc | |||
@@ -13,7 +13,7 @@ SRC_URI = "\ | |||
13 | file://99_dbus \ | 13 | file://99_dbus \ |
14 | " | 14 | " |
15 | 15 | ||
16 | inherit autotools pkgconfig gettext pkgconfig_stage | 16 | inherit autotools pkgconfig gettext |
17 | 17 | ||
18 | INITSCRIPT_NAME = "dbus-1" | 18 | INITSCRIPT_NAME = "dbus-1" |
19 | INITSCRIPT_PARAMS = "start 02 5 2 . stop 20 0 1 6 ." | 19 | INITSCRIPT_PARAMS = "start 02 5 2 . stop 20 0 1 6 ." |
@@ -74,15 +74,6 @@ EXTRA_OECONF = "\ | |||
74 | ${EXTRA_OECONF_X} \ | 74 | ${EXTRA_OECONF_X} \ |
75 | " | 75 | " |
76 | 76 | ||
77 | do_stage() { | ||
78 | oe_libinstall -so -C dbus libdbus-1 ${STAGING_LIBDIR} | ||
79 | |||
80 | autotools_stage_includes | ||
81 | |||
82 | mkdir -p ${STAGING_LIBDIR}/dbus-1.0/include/dbus/ | ||
83 | install -m 0644 dbus/dbus-arch-deps.h ${STAGING_LIBDIR}/dbus-1.0/include/dbus/ | ||
84 | } | ||
85 | |||
86 | do_install() { | 77 | do_install() { |
87 | autotools_do_install | 78 | autotools_do_install |
88 | install -d ${D}/etc/default/volatiles | 79 | install -d ${D}/etc/default/volatiles |