diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-06-13 20:52:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-06-13 20:52:30 +0000 |
commit | c3aa5914792c54a7766f9a5ffd8ddb1416354ccc (patch) | |
tree | 3f2a460433104ac86241bd24208eb9f0f525e076 /fontconfig/fontconfig-native_2.2.94.oe | |
parent | 04178db61006f0a17b683fd475fbdcf504ae0eb7 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into allanon.vanille.de:/usr/local/projects/packages
2004/06/13 22:52:18+02:00 vanille.de!mickeyl
add FIXME for fontconfig-native which bails
out if the host has docbook2html installed. No, it doesn't honor --disable-docs for a reason
BKrev: 40ccbe8eVX_oOOCjK5SX40-pJm8UMQ
Diffstat (limited to 'fontconfig/fontconfig-native_2.2.94.oe')
-rw-r--r-- | fontconfig/fontconfig-native_2.2.94.oe | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/fontconfig/fontconfig-native_2.2.94.oe b/fontconfig/fontconfig-native_2.2.94.oe index e69de29bb2..c49add59b5 100644 --- a/fontconfig/fontconfig-native_2.2.94.oe +++ b/fontconfig/fontconfig-native_2.2.94.oe @@ -0,0 +1,20 @@ +include fontconfig_${PV}.oe +inherit native +DEPENDS = "freetype-native expat-native" +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/fontconfig-${PV}" + +do_compile () { + oe_runmake +} + +do_stage () { + oe_runmake install + install fc-lang/fc-lang ${STAGING_BINDIR} + install fc-glyphname/fc-glyphname ${STAGING_BINDIR} +} + +# +# FIXME: If this package fails to compile on your host, then +# you have docbook2html installed. Delete it or fix this package +# to obey what we request in fontconfig (--disable-docs). +# |