mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
dbus: Remove unneeded staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -13,7 +13,7 @@ SRC_URI = "\
|
||||
file://99_dbus \
|
||||
"
|
||||
|
||||
inherit autotools pkgconfig gettext pkgconfig_stage
|
||||
inherit autotools pkgconfig gettext
|
||||
|
||||
INITSCRIPT_NAME = "dbus-1"
|
||||
INITSCRIPT_PARAMS = "start 02 5 2 . stop 20 0 1 6 ."
|
||||
@@ -74,15 +74,6 @@ EXTRA_OECONF = "\
|
||||
${EXTRA_OECONF_X} \
|
||||
"
|
||||
|
||||
do_stage() {
|
||||
oe_libinstall -so -C dbus libdbus-1 ${STAGING_LIBDIR}
|
||||
|
||||
autotools_stage_includes
|
||||
|
||||
mkdir -p ${STAGING_LIBDIR}/dbus-1.0/include/dbus/
|
||||
install -m 0644 dbus/dbus-arch-deps.h ${STAGING_LIBDIR}/dbus-1.0/include/dbus/
|
||||
}
|
||||
|
||||
do_install() {
|
||||
autotools_do_install
|
||||
install -d ${D}/etc/default/volatiles
|
||||
|
||||
Reference in New Issue
Block a user