aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sdr
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-08-04 11:48:07 -0700
committerKhem Raj <raj.khem@gmail.com>2010-08-05 08:25:51 -0700
commit9d612c4bb9bef813bdef9e198efc5949d51905eb (patch)
tree0cd8c93bb1cd91e68fea21b864fc267a7bd2256b /recipes/sdr
parent8cf290da2b42dea60d7ca598f37169fed8d858c6 (diff)
downloadopenembedded-9d612c4bb9bef813bdef9e198efc5949d51905eb.tar.gz
recipes: inherit autotools instead of autotools_stage
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes/sdr')
-rw-r--r--recipes/sdr/dttsp_svn.bb2
-rw-r--r--recipes/sdr/fldigi_3.11.4.bb2
-rw-r--r--recipes/sdr/hamlib_1.2.9.bb2
3 files changed, 3 insertions, 3 deletions
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