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/lame/lame_3.98.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/lame') diff --git a/recipes/lame/lame_3.98.2.bb b/recipes/lame/lame_3.98.2.bb index e9aabaa6c2..d4791a890e 100644 --- a/recipes/lame/lame_3.98.2.bb +++ b/recipes/lame/lame_3.98.2.bb @@ -8,7 +8,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-398-2.tar.gz \ file://no-gtk1.patch \ file://ldflags-qa.patch" -inherit autotools_stage +inherit autotools PACKAGES += "libmp3lame libmp3lame-dev" FILES_${PN} = "${bindir}/lame" -- cgit 1.2.3-korg