freetype: Drop old version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3732 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-02-11 09:51:43 +00:00
parent 033c32be39
commit 6326621b9a
2 changed files with 0 additions and 53 deletions

View File

@ -1,21 +0,0 @@
require freetype_${PV}.bb
inherit native
DEPENDS = ""
FILESPATH = "${FILE_DIRNAME}/freetype-${PV}:${FILE_DIRNAME}/freetype:${FILE_DIRNAME}/files"
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() {
:
}

View File

@ -1,32 +0,0 @@
DESCRIPTION = "Freetype font rendering library"
HOMEPAGE = "http://www.freetype.org"
SECTION = "libs"
LICENSE = "freetype"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
file://configure.patch;patch=1 \
file://no-hardcode.patch;patch=1"
S = "${WORKDIR}/freetype-${PV}"
inherit autotools pkgconfig binconfig
LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
do_configure() {
cd builds/unix
gnu-configize
aclocal -I .
autoconf
cd ${S}
oe_runconf
}
do_stage() {
autotools_stage_includes
oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR}
}
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${bindir}"