[oe-commits] org.oe.dev freetype_2.3.3.bb: Apply no-hardcode.patch and configure.patch. Needed for sane RPATH's in depending libraries (fontconfig/pango/...)

likewise commit openembedded-commits at lists.openembedded.org
Fri Apr 27 10:38:56 UTC 2007


freetype_2.3.3.bb: Apply no-hardcode.patch and configure.patch. Needed for sane RPATH's in depending libraries (fontconfig/pango/...)

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

#
# mt diff -rc29b7de673c6bc884d5c343e14dafd7b2e69da22 -rc9156882c7a9571536d48876ec434ff48dc2c80a
#
# 
# 
# patch "packages/freetype/freetype_2.3.3.bb"
#  from [4e066043085f52cdd0cfa3ed9c8b69ce68436ab7]
#    to [644e3836398686362396185b89a6c313a312b216]
# 
============================================================
--- packages/freetype/freetype_2.3.3.bb	4e066043085f52cdd0cfa3ed9c8b69ce68436ab7
+++ packages/freetype/freetype_2.3.3.bb	644e3836398686362396185b89a6c313a312b216
@@ -1,12 +1,12 @@ LICENSE = "freetype"
 DESCRIPTION = "Freetype font rendering library"
 SECTION = "libs"
 LICENSE = "freetype"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
-           file://fix-x86_64-build.patch;patch=1"
-#           file://no-hardcode.patch;patch=1"
-#	   file://configure.patch;patch=1 \
+           file://fix-x86_64-build.patch;patch=1 \
+           file://no-hardcode.patch;patch=1 \
+           file://configure.patch;patch=1 \
 S = "${WORKDIR}/freetype-${PV}"
 
 inherit autotools pkgconfig binconfig






More information about the Openembedded-commits mailing list