Author: titmuss
Date: Tue Oct 14 12:19:12 2008
New Revision: 3126

URL: http://svn.slimdevices.com?rev=3126&root=Jive&view=rev
Log:
Bug: 9249
Description:
Revert freetype to the version using in 7.1. This allows the automated tests to 
pass the 
playmode test.


Added:
    7.3/trunk/squeezeos/poky/meta-squeezeos/packages/freetype/
    7.3/trunk/squeezeos/poky/meta-squeezeos/packages/freetype/freetype_2.1.10.bb
Modified:
    7.3/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf

Modified: 7.3/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf?rev=3126&root=Jive&r1=3125&r2=3126&view=diff
==============================================================================
--- 7.3/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf 
(original)
+++ 7.3/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf Tue Oct 
14 12:19:12 2008
@@ -68,3 +68,4 @@
 
 PREFERRED_VERSION_busybox ?= "1.7.0"
 PREFERRED_VERSION_qemu-native ?= "0.9.1"
+PREFERRED_VERSION_freetype ?= "2.1.10"

Added: 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/freetype/freetype_2.1.10.bb
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeos/poky/meta-squeezeos/packages/freetype/freetype_2.1.10.bb?rev=3126&root=Jive&view=auto
==============================================================================
--- 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/freetype/freetype_2.1.10.bb 
(added)
+++ 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/freetype/freetype_2.1.10.bb 
Tue Oct 14 12:19:12 2008
@@ -1,0 +1,33 @@
+DESCRIPTION = "Freetype font rendering library"
+SECTION = "libs"
+LICENSE = "freetype"
+#PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2"
+
+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
+       aclocal -I .
+       gnu-configize --force
+       autoconf
+       cd ${S}
+       oe_runconf
+}
+
+do_stage() {
+     export LIBTOOL='${LIBTOOL}'
+        autotools_stage_all
+        oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR}
+}
+
+FILES_${PN} = "${libdir}/lib*${SOLIBS}"
+FILES_${PN}-dev += "${bindir}"

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to