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/gnuradio/gnuradio-libusb-compat.inc | 2 +- recipes/gnuradio/gnuradio.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gnuradio') diff --git a/recipes/gnuradio/gnuradio-libusb-compat.inc b/recipes/gnuradio/gnuradio-libusb-compat.inc index efe2b88b4f..c10a40cf24 100644 --- a/recipes/gnuradio/gnuradio-libusb-compat.inc +++ b/recipes/gnuradio/gnuradio-libusb-compat.inc @@ -5,7 +5,7 @@ LICENSE = "GPLv3" DEPENDS = "virtual/libusb0 guile-native fftwf python virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-native python-numpy" INC_PR = "r7" -inherit distutils-base autotools autotools_stage pkgconfig +inherit distutils-base autotools autotools pkgconfig export BUILD_SYS export HOST_SYS=${MULTIMACH_TARGET_SYS} diff --git a/recipes/gnuradio/gnuradio.inc b/recipes/gnuradio/gnuradio.inc index 6eaf119f4c..10bf160ac3 100644 --- a/recipes/gnuradio/gnuradio.inc +++ b/recipes/gnuradio/gnuradio.inc @@ -5,7 +5,7 @@ LICENSE = "GPLv3" DEPENDS = "virtual/libusb0 guile-native fftwf python virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-native python-numpy" INC_PR = "r7" -inherit distutils-base autotools autotools_stage pkgconfig +inherit distutils-base autotools autotools pkgconfig export BUILD_SYS export HOST_SYS=${MULTIMACH_TARGET_SYS} -- cgit 1.2.3-korg