[oe-commits] org.oe.dev freetype 2.3.3 : Replace autotools_stage_includes with

sirfred commit openembedded-commits at lists.openembedded.org
Wed May 9 17:54:50 UTC 2007


freetype 2.3.3 : Replace autotools_stage_includes with 
autotools_stage_all as freetype2.m4 is needed for gst-ffmpeg configure 
stage

Author: sirfred at openembedded.org
Branch: org.openembedded.dev
Revision: fa43d2a7d5f1f43a56484b453bd92ef407e945a9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fa43d2a7d5f1f43a56484b453bd92ef407e945a9
Files:
1
packages/freetype/freetype_2.3.3.bb
Diffs:

#
# mt diff -rfa3ed4b1cf9e05692862c308ec9235d49d4b2d22 -rfa43d2a7d5f1f43a56484b453bd92ef407e945a9
#
# 
# 
# patch "packages/freetype/freetype_2.3.3.bb"
#  from [55122f5b4aef57fc26717162d1861ad06fb111b3]
#    to [460e4d8ad965a31068ebdf89d81f84c70150ca8e]
# 
============================================================
--- packages/freetype/freetype_2.3.3.bb	55122f5b4aef57fc26717162d1861ad06fb111b3
+++ packages/freetype/freetype_2.3.3.bb	460e4d8ad965a31068ebdf89d81f84c70150ca8e
@@ -1,7 +1,7 @@ LICENSE = "freetype"
 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_stage() {
 
 do_stage() {
      export LIBTOOL='${LIBTOOL}'
-	 autotools_stage_includes
+	 autotools_stage_all
 	 oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR}
 }
 






More information about the Openembedded-commits mailing list