From 4d1f39af753ff93e08c91e08bc1b7c0037b89142 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 26 Apr 2010 17:41:05 +0100 Subject: autotools: deprecate autotools_stage class Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock --- meta/packages/devicekit/devicekit-power_014.bb | 2 +- meta/packages/devicekit/devicekit_003.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/packages/devicekit') diff --git a/meta/packages/devicekit/devicekit-power_014.bb b/meta/packages/devicekit/devicekit-power_014.bb index 621d80e2f..f69a060ef 100644 --- a/meta/packages/devicekit/devicekit-power_014.bb +++ b/meta/packages/devicekit/devicekit-power_014.bb @@ -5,7 +5,7 @@ DEPENDS = "devicekit glib-2.0 dbus-glib polkit" SRC_URI = "http://hal.freedesktop.org/releases/DeviceKit-power-${PV}.tar.gz" S = "${WORKDIR}/DeviceKit-power-${PV}" -inherit autotools_stage pkgconfig +inherit autotools pkgconfig do_configure_prepend() { sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am diff --git a/meta/packages/devicekit/devicekit_003.bb b/meta/packages/devicekit/devicekit_003.bb index cc79f0db5..af812935c 100644 --- a/meta/packages/devicekit/devicekit_003.bb +++ b/meta/packages/devicekit/devicekit_003.bb @@ -11,6 +11,6 @@ do_configure_prepend() { sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am } -inherit autotools_stage +inherit autotools FILES_${PN} += "${datadir}/dbus-1/" -- cgit v1.2.3