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/libpar2/libpar2_0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/libpar2') diff --git a/recipes/libpar2/libpar2_0.2.bb b/recipes/libpar2/libpar2_0.2.bb index 9efde2a87f..372c0c53cf 100644 --- a/recipes/libpar2/libpar2_0.2.bb +++ b/recipes/libpar2/libpar2_0.2.bb @@ -7,7 +7,7 @@ DEPENDS = "libsigc++-2.0" SRC_URI = "${SOURCEFORGE_MIRROR}/parchive/libpar2/libpar2-${PV}.tar.gz" -inherit autotools_stage pkgconfig +inherit autotools pkgconfig SRC_URI[md5sum] = "94c6df4e38efe08056ecde2a04e0be91" SRC_URI[sha256sum] = "074fbf840f73b1e13e0405fce261078c81c8c0a4859e30a7bba10510f9199908" -- cgit 1.2.3-korg