fontforge: cosmetics

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-17 09:58:59 +01:00
parent fd850fb488
commit 8fa5db2287

View File

@@ -20,9 +20,7 @@ EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disa
do_configure_prepend() {
currdir=`pwd`
cd ${S}
./bootstrap
cd $currdir
}
@@ -39,5 +37,5 @@ FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${PN}/python"
FILES_${PN}-python-dbg = "${PYTHON_SITEPACKAGES_DIR}/.debug"
RDEPENDS_${PN}-python = "python"
# for kde-fonts oxygen-fonts
# for e.g kde's oxygen-fonts
BBCLASSEXTEND = "native"