fix fontconfig and fontconfig-native
authorMichael Lauer <mickey@vanille-media.de>
Wed, 23 Jun 2004 18:40:47 +0000 (18:40 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 23 Jun 2004 18:40:47 +0000 (18:40 +0000)
also upgrade to 2.2.95 based on a patch courtesy Michael Opdenacker - thanks.

BKrev: 40d9ceafK-zibWeFvz-H1WcjwAdVMw

14 files changed:
fontconfig/fontconfig-2.2.92/freetype-includes.patch [deleted file]
fontconfig/fontconfig-2.2.92/makefile1.patch [deleted file]
fontconfig/fontconfig-2.2.92/makefile2.patch [deleted file]
fontconfig/fontconfig-2.2.94/fc-glyphname.patch [deleted file]
fontconfig/fontconfig-2.2.94/fc-lang.patch [deleted file]
fontconfig/fontconfig-2.2.94/fc-min.patch [deleted file]
fontconfig/fontconfig-2.2.95/fc-glyphname.patch [new file with mode: 0644]
fontconfig/fontconfig-2.2.95/fc-lang.patch [new file with mode: 0644]
fontconfig/fontconfig-native_2.2.94.oe [deleted file]
fontconfig/fontconfig-native_2.2.95.oe [new file with mode: 0644]
fontconfig/fontconfig_2.2.92.oe [deleted file]
fontconfig/fontconfig_2.2.94.oe [deleted file]
fontconfig/fontconfig_2.2.95.oe [new file with mode: 0644]
initscripts/initscripts-1.0/h3600/devices

diff --git a/fontconfig/fontconfig-2.2.92/freetype-includes.patch b/fontconfig/fontconfig-2.2.92/freetype-includes.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/fontconfig/fontconfig-2.2.92/makefile1.patch b/fontconfig/fontconfig-2.2.92/makefile1.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/fontconfig/fontconfig-2.2.92/makefile2.patch b/fontconfig/fontconfig-2.2.92/makefile2.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/fontconfig/fontconfig-2.2.94/fc-glyphname.patch b/fontconfig/fontconfig-2.2.94/fc-glyphname.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/fontconfig/fontconfig-2.2.94/fc-lang.patch b/fontconfig/fontconfig-2.2.94/fc-lang.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/fontconfig/fontconfig-2.2.94/fc-min.patch b/fontconfig/fontconfig-2.2.94/fc-min.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/fontconfig/fontconfig-2.2.95/fc-glyphname.patch b/fontconfig/fontconfig-2.2.95/fc-glyphname.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fontconfig/fontconfig-2.2.95/fc-lang.patch b/fontconfig/fontconfig-2.2.95/fc-lang.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fontconfig/fontconfig-native_2.2.94.oe b/fontconfig/fontconfig-native_2.2.94.oe
deleted file mode 100644 (file)
index 941f573..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-include fontconfig_${PV}.oe
-inherit native
-DEPENDS = "freetype-native expat-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/fontconfig-${PV}"
-
-do_stage () {
-       oe_runmake install
-       install fc-lang/fc-lang ${STAGING_BINDIR}
-       install fc-glyphname/fc-glyphname ${STAGING_BINDIR}
-}
diff --git a/fontconfig/fontconfig-native_2.2.95.oe b/fontconfig/fontconfig-native_2.2.95.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fontconfig/fontconfig_2.2.92.oe b/fontconfig/fontconfig_2.2.92.oe
deleted file mode 100644 (file)
index 17dc900..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-DESCRIPTION = "A library for configuring and customizing font access."
-DEPENDS = "expat freetype freetype-native zlib"
-
-FC_SONAME = "1.0.4"
-
-SRC_URI = "http://pdx.freedesktop.org/~fontconfig/release/fontconfig-${PV}.tar.gz \
-          file://freetype-includes.patch;patch=1;pnum=0 \
-          file://makefile1.patch;patch=1;pnum=0 \
-          file://makefile2.patch;patch=1;pnum=0"
-
-S = "${WORKDIR}/fontconfig-${PV}"
-
-inherit autotools  pkgconfig
-
-EXTRA_OECONF = " --disable-docs "
-
-do_compile () {
-# XXX ${PV} dist missing some files !
-          touch fc-list/fc-list.1
-          touch fc-cache/fc-cache.1
-          oe_runmake -C fc-lang      "CC=${BUILD_CC}" \
-               "CFLAGS=${BUILD_CFLAGS}" "LDFLAGS=${BUILD_LDFLAGS}" \
-               "CPPFLAGS=${BUILD_CPPFLAGS}" "CXXFLAGS=${BUILD_CXXFLAGS}" \
-               "FREETYPE_CFLAGS=-I${STAGING_INCDIR}/freetype2" "FREETYPE_LIBS=-lfreetype -lz"
-          oe_runmake -C fc-glyphname "CC=${BUILD_CC}" \
-               "CFLAGS=${BUILD_CFLAGS}" "LDFLAGS=${BUILD_LDFLAGS}" \
-               "CPPFLAGS=${BUILD_CPPFLAGS}" "CXXFLAGS=${BUILD_CXXFLAGS}" \
-               "FREETYPE_CFLAGS=-I${STAGING_INCDIR}/freetype2" "FREETYPE_LIBS=-lfreetype -lz"
-          oe_runmake
-}
-
-
-do_stage () {
-       oe_libinstall -so -a -C src libfontconfig ${STAGING_LIBDIR}
-       install -d ${STAGING_INCDIR}/fontconfig
-       cp -a ${S}/fontconfig/*.h ${STAGING_INCDIR}/fontconfig/
-}
diff --git a/fontconfig/fontconfig_2.2.94.oe b/fontconfig/fontconfig_2.2.94.oe
deleted file mode 100644 (file)
index 6a35855..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "A library for configuring and customizing font access."
-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://fc-min.patch;patch=1"
-
-PACKAGES =+ "fontconfig-utils "
-FILES_fontconfig-utils = "${bindir}/*"
-
-S = "${WORKDIR}/fontconfig-${PV}"
-
-inherit autotools pkgconfig
-
-export HASDOCBOOK="no"
-
-EXTRA_OECONF = " --disable-docs "
-
-do_compile () {
-       oe_runmake FC_LANG=fc-lang FC_GLYPHNAME=fc-glyphname
-}
-
-do_stage () {
-       oe_libinstall -so -a -C src libfontconfig ${STAGING_LIBDIR}
-       install -d ${STAGING_INCDIR}/fontconfig
-       for i in ${S}/fontconfig/*.h; do install -m 0644 $i ${STAGING_INCDIR}/fontconfig/; done
-}
diff --git a/fontconfig/fontconfig_2.2.95.oe b/fontconfig/fontconfig_2.2.95.oe
new file mode 100644 (file)
index 0000000..e69de29
index a9350b5..e62266f 100644 (file)
@@ -3,6 +3,7 @@
 # Devfs handling script.  Since we arent running devfsd due to various reasons
 # which I will not lay out here, we need to create some links for compatibility.
 
+    mount /proc
     depmod -ae
     modprobe ipaq_hal
     model=`cat /proc/hal/model`