summaryrefslogtreecommitdiff
path: root/fontconfig/fontconfig-native_2.2.94.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-06-23 18:40:47 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-06-23 18:40:47 +0000
commit220163102a13e0ce741b40863e0063c91373ecba (patch)
tree20a51f02b2ccbe0b63b9690ea0468ff7b8c29b54 /fontconfig/fontconfig-native_2.2.94.oe
parent38834c27843a5882f45b881e84cad7c4ff06b3ae (diff)
fix fontconfig and fontconfig-native
also upgrade to 2.2.95 based on a patch courtesy Michael Opdenacker - thanks. BKrev: 40d9ceafK-zibWeFvz-H1WcjwAdVMw
Diffstat (limited to 'fontconfig/fontconfig-native_2.2.94.oe')
-rw-r--r--fontconfig/fontconfig-native_2.2.94.oe10
1 files changed, 0 insertions, 10 deletions
diff --git a/fontconfig/fontconfig-native_2.2.94.oe b/fontconfig/fontconfig-native_2.2.94.oe
deleted file mode 100644
index 941f573622..0000000000
--- a/fontconfig/fontconfig-native_2.2.94.oe
+++ /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}
-}