for python and gdbm. This is handled by autotools.oeclass now
BKrev: 40a7ba4acQEcCPQE7q_0HsNPmEQ_kQ
inherit autotools
-do_configure_prepend() {
- rm -f aclocal.m4
-}
-
do_stage () {
oe_libinstall -so -a libgdbm ${STAGING_LIBDIR}
install -m 0644 ${S}/gdbm.h ${STAGING_INCDIR}/
EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc"
-do_configure_prepend() {
- # blow this away so that autoreconf will regenerate it
- rm -f aclocal.m4
-}
-
#
# copy config.h and an appropriate Makefile for distutils.sysconfig
# which laters uses the information out of these to compile extensions