Age | Commit message (Collapse) | Author | Files |
|
|
|
xml2po anymore
* also fix 1 bug in do_install where it pokes stuff outside of ${D}
* binconfig hack is still there, though
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Make sure STAGING_BINDIR_CROSS is a directory and not the target filename
for xml2-config.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Converting libxml2 recipes to the new staging way
fixed the error where,during the compilation of gnome-doc-utils
libxml2.py couldn't be find,but strangely the libxml package had
only libxml.py
Also removed the following useless part as suggested by Phil Blundell
on mailing list:
install -d ${STAGING_DATADIR}/aclocal/
install -d ${STAGING_BINDIR_CROSS}
|
|
|
|
* Adds catalog and docbook support, which is needed for
libxml-libxml-perl recipe.
Signed-off-by: Philip Balister <philip@balister.org>
|
|
|
|
|
|
distutils-common-base.bbclass
Create a new class distutils-common-base.bbclass which holds the common
parts that can be used in native and target packages which need to use
distutils funtionality.
rpm, libxml2, zope are currently using them and needed to use
distutils-native-base for native recipes.
rpm and libxml need to defer the processing of certain configure
parameters which we evaluate using python. So we need to have python-native
built before we can process them. Hence we can not use EXTRA_OECONF
which is a python variable and gets expanded during parsing recipes
and ofcourse we have not yet built python-native.
We pass these extra options as a separate shell variable to do_configure
which we evaluate when that task is executing.
|
|
* EXTRA_OECONF uses --with-python=${PYTHON_DIR}
and PYTHON_DIR is a python evaluated. So unless
we have python-native built and installed in staging
we can not evaluate this variable. We move this
evaluation inside do_configure so that it gets
evluated after dependency is met.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|