diff options
author | Michael Lippautz <michael.lippautz@gmail.com> | 2010-05-09 10:11:49 +0200 |
---|---|---|
committer | Michael Lippautz <michael.lippautz@gmail.com> | 2010-05-09 10:12:28 +0200 |
commit | cf8a3496a7384193011f1e9c70308618062e4533 (patch) | |
tree | a257875dd0c1dc09ee8b40707eb5511286fb677e /recipes/libzip/libzip_0.9.bb | |
parent | e349daff3e0aa4e1296f908b25ace435e519ccea (diff) |
libzip: convert to new style staging
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Diffstat (limited to 'recipes/libzip/libzip_0.9.bb')
-rw-r--r-- | recipes/libzip/libzip_0.9.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/libzip/libzip_0.9.bb b/recipes/libzip/libzip_0.9.bb index d91cae14d1..34b463ecd2 100644 --- a/recipes/libzip/libzip_0.9.bb +++ b/recipes/libzip/libzip_0.9.bb @@ -3,14 +3,11 @@ SECTION = "libs" HOMEPAGE = "http://www.nih.at/libzip" LICENSE = "BSD" DEPENDS = "zlib" +PR = "r1" SRC_URI = "http://www.nih.at/${PN}/${PN}-${PV}.tar.bz2" inherit autotools -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "56b9f11c1eee5eed189a20183d7e06b0" SRC_URI[sha256sum] = "23a8c3624122a3777bb4ac3be4a867fd0bed7f3aacb8f1d0b68fc459cfb035fc" |