diff options
author | Graham Gower <graham.gower@gmail.com> | 2010-09-15 18:31:31 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-16 23:16:55 -0700 |
commit | b2fa19e0b972363f69361964c0a539111c75a4a6 (patch) | |
tree | 604a9c230dff44f2594878b571f4b7728bc7ec0e /recipes/zziplib/zziplib.inc | |
parent | bf2115c3aa191ec61a4e1747de4127e442b4f975 (diff) |
zziplib: remove 3 years old recipe with no in tree users.
This recipe also has QA Issues with staging. e.g.
ERROR: QA Issue with staging: zziplib.pc failed sanity test (tmpdir) in path /mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib/pkgconfig
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/zziplib/zziplib.inc')
-rw-r--r-- | recipes/zziplib/zziplib.inc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes/zziplib/zziplib.inc b/recipes/zziplib/zziplib.inc deleted file mode 100644 index 5951ed6e7d..0000000000 --- a/recipes/zziplib/zziplib.inc +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Support library for dealing with zip files" -SECTION = "libs" -PRIORITY = "optional" - -DEPENDS = "zlib python-native" - -SRC_URI = "${SOURCEFORGE_MIRROR}/zziplib/zziplib-${PV}.tar.bz2" -LICENSE = "LGPL MPL" - -inherit autotools pkgconfig - -BBCLASSEXTEND = "native" - -do_configure_append() { - # Fix some brokenness in the generated makefile. - sed -i \ - -e "s|tail -1|tail -n 1|" \ - -e "s|dist dist-all dist-all:|dist dist-all:|" \ - -e "s|docs||g" \ - Makefile - - mkdir ${S}/build -} |