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/libgc/libgc_7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/libgc') diff --git a/recipes/libgc/libgc_7.1.bb b/recipes/libgc/libgc_7.1.bb index 9ab47e4766..e134f83622 100644 --- a/recipes/libgc/libgc_7.1.bb +++ b/recipes/libgc/libgc_7.1.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/" SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}.tar.gz" -inherit autotools_stage +inherit autotools S = "${WORKDIR}/gc-${PV}" -- cgit v1.2.3