From 9d612c4bb9bef813bdef9e198efc5949d51905eb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Aug 2010 11:48:07 -0700 Subject: recipes: inherit autotools instead of autotools_stage Signed-off-by: Khem Raj Acked-by: Martin Jansa Acked-by: Richard Purdie --- recipes/bluez/obexd_0.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/bluez/obexd_0.13.bb') diff --git a/recipes/bluez/obexd_0.13.bb b/recipes/bluez/obexd_0.13.bb index 08b8148e61..0afcae1451 100644 --- a/recipes/bluez/obexd_0.13.bb +++ b/recipes/bluez/obexd_0.13.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2" SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz" -inherit autotools_stage +inherit autotools FILES_${PN} += "${datadir}/dbus-1/" -- cgit 1.2.3-korg