fontconfig: Do not install bogus local.conf.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 3 Feb 2006 21:04:23 +0000 (21:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 3 Feb 2006 21:04:23 +0000 (21:04 +0000)
packages/fontconfig/fontconfig_2.2.95.bb

index 7b2237a..46627d8 100644 (file)
@@ -5,9 +5,8 @@ DEPENDS = "expat freetype freetype-native zlib fontconfig-native"
 
 SRC_URI = "http://pdx.freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \
            file://fc-glyphname.patch;patch=1 \
-           file://fc-lang.patch;patch=1 \
-          file://local.conf"
-PR = "r2"
+           file://fc-lang.patch;patch=1"
+PR = "r3"
 
 PACKAGES =+ "fontconfig-utils"
 FILES_fontconfig-utils = "${bindir}/*"
@@ -30,6 +29,5 @@ do_stage () {
 
 do_install () {
        autotools_do_install
-       install -m 0644 ${WORKDIR}/local.conf ${D}${sysconfdir}/fonts/local.conf
 }