diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-04 11:48:07 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-05 08:25:51 -0700 |
commit | 9d612c4bb9bef813bdef9e198efc5949d51905eb (patch) | |
tree | 0cd8c93bb1cd91e68fea21b864fc267a7bd2256b /recipes/libpar2 | |
parent | 8cf290da2b42dea60d7ca598f37169fed8d858c6 (diff) |
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/libpar2')
-rw-r--r-- | recipes/libpar2/libpar2_0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |