From a64536fe90e84c79b319759fab5ec36265273c7f Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Mon, 15 Dec 2014 17:36:00 +0800 Subject: phpmyadmin: don't install patches Don't install local patch files to target. Signed-off-by: Wenzong Fan Signed-off-by: Martin Jansa --- meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-webserver/recipes-php') diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb index 49ca7da4f0..7cc3604c8c 100644 --- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb +++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb @@ -21,6 +21,8 @@ inherit allarch do_install() { install -d ${D}${datadir}/${BPN} cp -a * ${D}${datadir}/${BPN} + # Don't install patches to target + rm -rf ${D}${datadir}/${BPN}/patches install -d ${D}${sysconfdir}/apache2/conf.d install -m 0644 ${WORKDIR}/apache.conf ${D}${sysconfdir}/apache2/conf.d/phpmyadmin.conf -- cgit 1.2.3-korg