mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
phpmyadmin: don't install patches
Don't install local patch files to target. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
3add4db0fc
commit
a64536fe90
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user