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/sdr/dttsp_svn.bb | 2 +- recipes/sdr/fldigi_3.11.4.bb | 2 +- recipes/sdr/hamlib_1.2.9.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/sdr') diff --git a/recipes/sdr/dttsp_svn.bb b/recipes/sdr/dttsp_svn.bb index ac49779a76..216a0a7ba1 100644 --- a/recipes/sdr/dttsp_svn.bb +++ b/recipes/sdr/dttsp_svn.bb @@ -8,6 +8,6 @@ SRCREV = "241" SRC_URI = "svn://206.216.146.154/svn/repos_sdr_linux/branches/ab2kt;module=dttsp-ng" S = "${WORKDIR}/dttsp-ng/src" -inherit autotools_stage +inherit autotools diff --git a/recipes/sdr/fldigi_3.11.4.bb b/recipes/sdr/fldigi_3.11.4.bb index 2441731e7b..1e620ec068 100644 --- a/recipes/sdr/fldigi_3.11.4.bb +++ b/recipes/sdr/fldigi_3.11.4.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2" DEPENDS = "libsndfile1 portaudio-v19 hamlib jpeg fltk libsamplerate0 pulseaudio" -inherit autotools_stage +inherit autotools SRC_URI = "http://www.w1hkj.com/fldigi-distro/fldigi-${PV}.tar.gz" diff --git a/recipes/sdr/hamlib_1.2.9.bb b/recipes/sdr/hamlib_1.2.9.bb index 42e1cd0a5d..353a0e5968 100644 --- a/recipes/sdr/hamlib_1.2.9.bb +++ b/recipes/sdr/hamlib_1.2.9.bb @@ -7,7 +7,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/hamlib/hamlib-${PV}.tar.gz" PR = "r1" -inherit autotools_stage +inherit autotools EXTRA_OECONF = "--with-perl-inc=${STAGING_LIBDIR}/perl/5.8.8/CORE" # This is a hack, someone with some more time should fix the autofoo -- cgit 1.2.3-korg