blob: 4e2d1d388b61b7f0e887e803c10978062dd811df [file] [log] [blame]
EXTRA_OECONF += " \
--without-pear \
"
do_install_prepend_pn-php () {
install -d ${D}${sysconfdir}
touch ${D}${sysconfdir}/pear.conf
}
do_install_append_pn-php () {
rm ${D}${sysconfdir}/pear.conf
}