blob: 4e2d1d388b61b7f0e887e803c10978062dd811df [file] [log] [blame]
developer15a43312022-04-12 11:23:23 +08001EXTRA_OECONF += " \
2 --without-pear \
3 "
4do_install_prepend_pn-php () {
5 install -d ${D}${sysconfdir}
6 touch ${D}${sysconfdir}/pear.conf
7}
8
9do_install_append_pn-php () {
10 rm ${D}${sysconfdir}/pear.conf
11}