freetype 2.3.3 : Replace autotools_stage_includes with
authorManuel Teira <manuel.teira@telefonica.net>
Wed, 9 May 2007 17:46:04 +0000 (17:46 +0000)
committerManuel Teira <manuel.teira@telefonica.net>
Wed, 9 May 2007 17:46:04 +0000 (17:46 +0000)
autotools_stage_all as freetype2.m4 is needed for gst-ffmpeg configure
stage

packages/freetype/freetype_2.3.3.bb

index ef2a19c..c1febe8 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Freetype font rendering library"
 SECTION = "libs"
 LICENSE = "freetype"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
            file://fix-x86_64-build.patch;patch=1 \
@@ -33,7 +33,7 @@ do_compile_prepend() {
 
 do_stage() {
      export LIBTOOL='${LIBTOOL}'
-        autotools_stage_includes
+        autotools_stage_all
         oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR}
 }