freetype: remove old versions
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 15 Aug 2010 14:22:25 +0000 (16:22 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 15 Aug 2010 14:22:25 +0000 (16:22 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
16 files changed:
recipes/freetype/freetype-2.3.0/configure.patch [deleted file]
recipes/freetype/freetype-2.3.0/no-hardcode.patch [deleted file]
recipes/freetype/freetype-2.3.1/fix-x86_64-build.patch [deleted file]
recipes/freetype/freetype-2.3.11/fix-configure.patch [deleted file]
recipes/freetype/freetype-2.3.11/libtool-tag.patch [deleted file]
recipes/freetype/freetype-2.3.4/fix-x86_64-build.patch [deleted file]
recipes/freetype/freetype-2.3.5/fix-x86_64-build.patch [deleted file]
recipes/freetype/freetype-2.3.9/fix-configure.patch [deleted file]
recipes/freetype/freetype-2.3.9/libtool-tag.patch [deleted file]
recipes/freetype/freetype-native_2.3.5.bb [deleted file]
recipes/freetype/freetype_2.3.0.bb [deleted file]
recipes/freetype/freetype_2.3.1.bb [deleted file]
recipes/freetype/freetype_2.3.11.bb [deleted file]
recipes/freetype/freetype_2.3.4.bb [deleted file]
recipes/freetype/freetype_2.3.5.bb [deleted file]
recipes/freetype/freetype_2.3.9.bb [deleted file]

diff --git a/recipes/freetype/freetype-2.3.0/configure.patch b/recipes/freetype/freetype-2.3.0/configure.patch
deleted file mode 100644 (file)
index 7c2035d..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
-Index: freetype-2.3.0/builds/unix/configure.ac
-===================================================================
---- freetype-2.3.0.orig/builds/unix/configure.ac       2007-01-17 12:51:51.000000000 +0100
-+++ freetype-2.3.0/builds/unix/configure.ac    2007-01-19 00:10:00.000000000 +0100
-@@ -159,7 +159,7 @@
- # don't quote AS_HELP_STRING!
- AC_ARG_WITH([zlib],
--  AS_HELP_STRING([--without-zlib],
-+  AC_HELP_STRING([--without-zlib],
-                  [use internal zlib instead of system-wide]))
- if test x$with_zlib != xno && test -z "$LIBZ"; then
-   AC_CHECK_LIB([z], [gzsetparams], [AC_CHECK_HEADER([zlib.h], [LIBZ='-lz'])])
-@@ -175,7 +175,7 @@
- # don't quote AS_HELP_STRING!
- AC_ARG_WITH([old-mac-fonts],
--  AS_HELP_STRING([--with-old-mac-fonts],
-+  AC_HELP_STRING([--with-old-mac-fonts],
-                  [allow Mac resource-based fonts to be used]))
- if test x$with_old_mac_fonts = xyes; then
-   orig_LDFLAGS="${LDFLAGS}"
-Index: freetype-2.3.0/builds/unix/unix-cc.in
-===================================================================
---- freetype-2.3.0.orig/builds/unix/unix-cc.in 2006-10-15 10:57:22.000000000 +0200
-+++ freetype-2.3.0/builds/unix/unix-cc.in      2007-01-19 00:10:53.000000000 +0100
-@@ -14,8 +14,10 @@
- CC           := @CC@
- COMPILER_SEP := $(SEP)
-+SHELL        := @SHELL@
-+top_builddir := $(BUILD_DIR)
--LIBTOOL ?= $(BUILD_DIR)/libtool
-+LIBTOOL := @LIBTOOL@
- # The object file extension (for standard and static libraries).  This can be
diff --git a/recipes/freetype/freetype-2.3.0/no-hardcode.patch b/recipes/freetype/freetype-2.3.0/no-hardcode.patch
deleted file mode 100644 (file)
index 6528975..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- freetype-2.2.1/builds/unix/freetype-config.in.orig 2006-07-10 10:51:47.000000000 +0100
-+++ freetype-2.2.1/builds/unix/freetype-config.in      2006-07-10 10:52:27.000000000 +0100
-@@ -16,7 +16,7 @@
- libdir=@libdir@
- enable_shared=@enable_shared@
- wl=@wl@
--hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'
-+hardcode_libdir_flag_spec=''
- usage()
- {
diff --git a/recipes/freetype/freetype-2.3.1/fix-x86_64-build.patch b/recipes/freetype/freetype-2.3.1/fix-x86_64-build.patch
deleted file mode 100644 (file)
index ae504dc..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: freetype-2.3.1/builds/unix/configure.raw
-===================================================================
---- freetype-2.3.1.orig/builds/unix/configure.raw
-+++ freetype-2.3.1/builds/unix/configure.raw
-@@ -40,7 +40,7 @@ AC_SUBST(EXEEXT)
- # checks for native programs to generate building tool
- if test ${cross_compiling} = yes; then
--  AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build-gcc})
-+  AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc)
-   test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc)
-   test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc)
-   test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler])
-Index: freetype-2.3.1/builds/unix/configure.ac
-===================================================================
---- freetype-2.3.1.orig/builds/unix/configure.ac
-+++ freetype-2.3.1/builds/unix/configure.ac
-@@ -40,7 +40,7 @@ AC_SUBST(EXEEXT)
- # checks for native programs to generate building tool
- if test ${cross_compiling} = yes; then
--  AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build-gcc})
-+  AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc)
-   test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc)
-   test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc)
-   test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler])
diff --git a/recipes/freetype/freetype-2.3.11/fix-configure.patch b/recipes/freetype/freetype-2.3.11/fix-configure.patch
deleted file mode 100644 (file)
index ecd9673..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: freetype-2.3.6/builds/unix/configure.ac
-===================================================================
---- freetype-2.3.6.orig/builds/unix/configure.ac
-+++ freetype-2.3.6/builds/unix/configure.ac
-@@ -506,8 +506,6 @@ AC_SUBST([FT2_EXTRA_LIBS])
- AC_SUBST([SYSTEM_ZLIB])
--LT_INIT(win32-dll)
--
- AC_SUBST([hardcode_libdir_flag_spec])
- AC_SUBST([wl])
- AC_SUBST([build_libtool_libs])
diff --git a/recipes/freetype/freetype-2.3.11/libtool-tag.patch b/recipes/freetype/freetype-2.3.11/libtool-tag.patch
deleted file mode 100644 (file)
index 2f096cd..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- freetype-2.3.6/builds/unix/unix-cc.in      
-+++ freetype-2.3.6/builds/unix/unix-cc.in      
-@@ -88,7 +88,7 @@ 
- #
- #
- CCraw := $(CC)
--CC    := $(LIBTOOL) --mode=compile $(CCraw)
-+CC    := $(LIBTOOL) --tag=CC --mode=compile $(CCraw)
- # Linker flags.
- #
-@@ -105,7 +105,7 @@ 
- # Library linking
- #
--LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
-+LINK_LIBRARY = $(LIBTOOL) --tag=CC --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
-                           -rpath $(libdir) -version-info $(version_info) \
-                           $(LDFLAGS) -no-undefined \
-                           # -export-symbols $(EXPORTS_LIST)
diff --git a/recipes/freetype/freetype-2.3.4/fix-x86_64-build.patch b/recipes/freetype/freetype-2.3.4/fix-x86_64-build.patch
deleted file mode 100644 (file)
index ae504dc..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: freetype-2.3.1/builds/unix/configure.raw
-===================================================================
---- freetype-2.3.1.orig/builds/unix/configure.raw
-+++ freetype-2.3.1/builds/unix/configure.raw
-@@ -40,7 +40,7 @@ AC_SUBST(EXEEXT)
- # checks for native programs to generate building tool
- if test ${cross_compiling} = yes; then
--  AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build-gcc})
-+  AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc)
-   test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc)
-   test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc)
-   test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler])
-Index: freetype-2.3.1/builds/unix/configure.ac
-===================================================================
---- freetype-2.3.1.orig/builds/unix/configure.ac
-+++ freetype-2.3.1/builds/unix/configure.ac
-@@ -40,7 +40,7 @@ AC_SUBST(EXEEXT)
- # checks for native programs to generate building tool
- if test ${cross_compiling} = yes; then
--  AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build-gcc})
-+  AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc)
-   test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc)
-   test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc)
-   test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler])
diff --git a/recipes/freetype/freetype-2.3.5/fix-x86_64-build.patch b/recipes/freetype/freetype-2.3.5/fix-x86_64-build.patch
deleted file mode 100644 (file)
index ae504dc..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: freetype-2.3.1/builds/unix/configure.raw
-===================================================================
---- freetype-2.3.1.orig/builds/unix/configure.raw
-+++ freetype-2.3.1/builds/unix/configure.raw
-@@ -40,7 +40,7 @@ AC_SUBST(EXEEXT)
- # checks for native programs to generate building tool
- if test ${cross_compiling} = yes; then
--  AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build-gcc})
-+  AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc)
-   test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc)
-   test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc)
-   test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler])
-Index: freetype-2.3.1/builds/unix/configure.ac
-===================================================================
---- freetype-2.3.1.orig/builds/unix/configure.ac
-+++ freetype-2.3.1/builds/unix/configure.ac
-@@ -40,7 +40,7 @@ AC_SUBST(EXEEXT)
- # checks for native programs to generate building tool
- if test ${cross_compiling} = yes; then
--  AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build-gcc})
-+  AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc)
-   test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc)
-   test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc)
-   test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler])
diff --git a/recipes/freetype/freetype-2.3.9/fix-configure.patch b/recipes/freetype/freetype-2.3.9/fix-configure.patch
deleted file mode 100644 (file)
index ecd9673..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: freetype-2.3.6/builds/unix/configure.ac
-===================================================================
---- freetype-2.3.6.orig/builds/unix/configure.ac
-+++ freetype-2.3.6/builds/unix/configure.ac
-@@ -506,8 +506,6 @@ AC_SUBST([FT2_EXTRA_LIBS])
- AC_SUBST([SYSTEM_ZLIB])
--LT_INIT(win32-dll)
--
- AC_SUBST([hardcode_libdir_flag_spec])
- AC_SUBST([wl])
- AC_SUBST([build_libtool_libs])
diff --git a/recipes/freetype/freetype-2.3.9/libtool-tag.patch b/recipes/freetype/freetype-2.3.9/libtool-tag.patch
deleted file mode 100644 (file)
index 2f096cd..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- freetype-2.3.6/builds/unix/unix-cc.in      
-+++ freetype-2.3.6/builds/unix/unix-cc.in      
-@@ -88,7 +88,7 @@ 
- #
- #
- CCraw := $(CC)
--CC    := $(LIBTOOL) --mode=compile $(CCraw)
-+CC    := $(LIBTOOL) --tag=CC --mode=compile $(CCraw)
- # Linker flags.
- #
-@@ -105,7 +105,7 @@ 
- # Library linking
- #
--LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
-+LINK_LIBRARY = $(LIBTOOL) --tag=CC --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
-                           -rpath $(libdir) -version-info $(version_info) \
-                           $(LDFLAGS) -no-undefined \
-                           # -export-symbols $(EXPORTS_LIST)
diff --git a/recipes/freetype/freetype-native_2.3.5.bb b/recipes/freetype/freetype-native_2.3.5.bb
deleted file mode 100644 (file)
index 4b969a1..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-require freetype_${PV}.bb
-inherit native
-DEPENDS = ""
-
-EXTRA_OEMAKE=
-
-do_configure() {
-       (cd builds/unix && gnu-configize) || die "failure running gnu-configize"
-       oe_runconf
-}
-
-do_stage() {
-       autotools_stage_includes
-       oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR}
-}
-
-do_install() {
-       :
-}
-
diff --git a/recipes/freetype/freetype_2.3.0.bb b/recipes/freetype/freetype_2.3.0.bb
deleted file mode 100644 (file)
index 8487eb1..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-DESCRIPTION = "Freetype font rendering library"
-SECTION = "libs"
-LICENSE = "freetype"
-PR = "r0"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
-          file://configure.patch \
-           file://no-hardcode.patch"
-S = "${WORKDIR}/freetype-${PV}"
-
-inherit autotools pkgconfig binconfig
-
-DEFAULT_PREFERENCE = "-1"
-
-LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
-EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
-EXTRA_OECONF = "--without-zlib"
-
-do_configure() {
-       cd builds/unix
-       gnu-configize
-       aclocal -I .
-       autoconf
-       cd ${S}
-       oe_runconf
-}
-
-do_compile_prepend() {
-       ${BUILD_CC} -o objs/apinames src/tools/apinames.c
-}
-
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}"
-
-SRC_URI[md5sum] = "5b331456e0357e90d57cab5943dbe560"
-SRC_URI[sha256sum] = "1b1bb146b8d2fd04ea03106da5f8abfd83e44c04a060fd7a38d06d6a224390bd"
diff --git a/recipes/freetype/freetype_2.3.1.bb b/recipes/freetype/freetype_2.3.1.bb
deleted file mode 100644 (file)
index a8e3b62..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-DESCRIPTION = "Freetype font rendering library"
-SECTION = "libs"
-LICENSE = "freetype"
-PR = "r0"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
-           file://fix-x86_64-build.patch"
-#           file://no-hardcode.patch"
-#         file://configure.patch \
-S = "${WORKDIR}/freetype-${PV}"
-
-inherit autotools pkgconfig binconfig
-
-DEFAULT_PREFERENCE = "-1"
-
-LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
-EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
-EXTRA_OECONF = "--without-zlib"
-
-do_configure() {
-       cd builds/unix
-       gnu-configize
-       aclocal -I .
-       autoconf
-       cd ${S}
-       oe_runconf
-}
-
-do_compile_prepend() {
-       ${BUILD_CC} -o objs/apinames src/tools/apinames.c
-}
-
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}"
-
-SRC_URI[md5sum] = "11e1186ca5520c5a284fa0a03f652035"
-SRC_URI[sha256sum] = "be38eecd22880089223dc7e49ac79ce4fdfd1cb7ea09b3a4ef9bd1966f0d6155"
diff --git a/recipes/freetype/freetype_2.3.11.bb b/recipes/freetype/freetype_2.3.11.bb
deleted file mode 100644 (file)
index 1474bb9..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-DESCRIPTION = "Freetype font rendering library"
-SECTION = "libs"
-LICENSE = "freetype"
-PR = "r0"
-
-SRC_URI = "\
-  ${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
-  file://no-hardcode.patch \
-  file://fix-configure.patch \
-  file://libtool-tag.patch \
-"
-S = "${WORKDIR}/freetype-${PV}"
-
-inherit autotools pkgconfig binconfig
-
-LIBTOOL = "${HOST_SYS}-libtool"
-EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
-EXTRA_OECONF = "--without-zlib"
-
-do_configure() {
-       cd builds/unix
-       libtoolize --force --copy
-       gnu-configize --force
-       aclocal -I .
-       autoconf
-       cd ${S}
-       oe_runconf
-}
-
-do_compile_prepend() {
-       ${BUILD_CC} -o objs/apinames src/tools/apinames.c
-}
-
-BBCLASSEXTEND = "native"
-
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}"
-
-SRC_URI[md5sum] = "519c7cbf5cbd72ffa822c66844d3114c"
-SRC_URI[sha256sum] = "8a033b1e6018a1e9ea381b09b2347b02c6686bdf7e4ee86a6714b6b90f1e2ec9"
diff --git a/recipes/freetype/freetype_2.3.4.bb b/recipes/freetype/freetype_2.3.4.bb
deleted file mode 100644 (file)
index 136dfbc..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-DESCRIPTION = "Freetype font rendering library"
-SECTION = "libs"
-LICENSE = "freetype"
-PR = "r2"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
-           file://fix-x86_64-build.patch \
-           file://no-hardcode.patch \
-         "
-
-S = "${WORKDIR}/freetype-${PV}"
-
-inherit autotools pkgconfig binconfig
-
-DEFAULT_PREFERENCE = "-1"
-
-LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
-EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
-EXTRA_OECONF = "--without-zlib"
-
-do_configure() {
-       cd builds/unix
-       gnu-configize
-       aclocal -I .
-       autoconf
-       cd ${S}
-       oe_runconf
-}
-
-do_compile_prepend() {
-       ${BUILD_CC} -o objs/apinames src/tools/apinames.c
-}
-
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}"
-
-SRC_URI[md5sum] = "1a6c59a7723d637c78672e7784da865d"
-SRC_URI[sha256sum] = "7157876cf358d1fb68b890c7da4f7025288a4e7b756af7b01009c5055637c954"
diff --git a/recipes/freetype/freetype_2.3.5.bb b/recipes/freetype/freetype_2.3.5.bb
deleted file mode 100644 (file)
index eca7e91..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-DESCRIPTION = "Freetype font rendering library"
-SECTION = "libs"
-LICENSE = "freetype"
-PR = "r3"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
-           file://fix-x86_64-build.patch \
-           file://no-hardcode.patch \
-         "
-
-S = "${WORKDIR}/freetype-${PV}"
-
-inherit autotools pkgconfig binconfig
-
-LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
-EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
-EXTRA_OECONF = "--without-zlib"
-
-do_configure() {
-       cd builds/unix
-       libtoolize --force --copy
-       gnu-configize --force
-       aclocal -I .
-       autoconf
-       cd ${S}
-       oe_runconf
-}
-
-do_compile_prepend() {
-       ${BUILD_CC} -o objs/apinames src/tools/apinames.c
-}
-
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}"
-
-SRC_URI[md5sum] = "65234327c5ac46ee00ebda15995d4c1c"
-SRC_URI[sha256sum] = "1b357a3a1106c78c80dfd25e3854c3faa9a3dfc7063a4a1e5404e70c241d677e"
diff --git a/recipes/freetype/freetype_2.3.9.bb b/recipes/freetype/freetype_2.3.9.bb
deleted file mode 100644 (file)
index 37dda5d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-DESCRIPTION = "Freetype font rendering library"
-SECTION = "libs"
-LICENSE = "freetype"
-PR = "r1"
-
-SRC_URI = "\
-  ${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
-  file://no-hardcode.patch \
-  file://fix-configure.patch \
-  file://libtool-tag.patch \
-"
-S = "${WORKDIR}/freetype-${PV}"
-
-inherit autotools pkgconfig binconfig
-
-LIBTOOL = "${HOST_SYS}-libtool"
-EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
-EXTRA_OECONF = "--without-zlib"
-
-do_configure() {
-       cd builds/unix
-       libtoolize --force --copy
-       gnu-configize --force
-       aclocal -I .
-       autoconf
-       cd ${S}
-       oe_runconf
-}
-
-do_compile_prepend() {
-       ${BUILD_CC} -o objs/apinames src/tools/apinames.c
-}
-
-BBCLASSEXTEND = "native"
-
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}"
-
-SRC_URI[md5sum] = "d76233108aca9c9606cdbd341562ad9a"
-SRC_URI[sha256sum] = "51a033bce9904d73e0821e8e2bba24bd319619d7d1b2e9eeccac611580242ab6"