summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-01-01 23:19:16 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2015-01-08 12:04:27 +0100
commit1601beb5a5867b0cf5cc8b54f3be31c607ef40a4 (patch)
tree9f25887d8dc3b893f3ff5f1f6f4bf352afc97930 /meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb
parent84f085314e2c46cb58e0ee7905ecbf646c545556 (diff)
downloadmeta-openembedded-1601beb5a5867b0cf5cc8b54f3be31c607ef40a4.tar.gz
phpmyadmin: update to 4.3.4
Drop patches merged upstream. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb')
-rw-r--r--meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb
deleted file mode 100644
index 7cc3604c8c..0000000000
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb
+++ /dev/null
@@ -1,37 +0,0 @@
1SUMMARY = "Web-based MySQL administration interface"
2HOMEPAGE = "http://www.phpmyadmin.net"
3# Main code is GPLv2, libraries/tcpdf is under LGPLv3, js/jquery is under MIT
4LICENSE = "GPLv2 & LGPLv3 & MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a \
6 file://libraries/tcpdf/LICENSE.TXT;md5=5c87b66a5358ebcc495b03e0afcd342c"
7
8SRC_URI = "${SOURCEFORGE_MIRROR}/phpmyadmin/phpMyAdmin/${PV}/phpMyAdmin-${PV}-all-languages.tar.xz \
9 file://0001-bug-4504-security-Self-XSS-in-query-charts.patch \
10 file://0001-bug-4505-security-XSS-in-view-operations-page.patch \
11 file://0001-Bug-4544-additional-fix-for-4.2.x.patch \
12 file://apache.conf"
13
14SRC_URI[md5sum] = "0dcd755450dac819f33502590c88ad29"
15SRC_URI[sha256sum] = "5d101dd88a99a869bc0c684a7f687cf290abc4bf306daac73337cbde2d7743e4"
16
17S = "${WORKDIR}/phpMyAdmin-${PV}-all-languages"
18
19inherit allarch
20
21do_install() {
22 install -d ${D}${datadir}/${BPN}
23 cp -a * ${D}${datadir}/${BPN}
24 # Don't install patches to target
25 rm -rf ${D}${datadir}/${BPN}/patches
26
27 install -d ${D}${sysconfdir}/apache2/conf.d
28 install -m 0644 ${WORKDIR}/apache.conf ${D}${sysconfdir}/apache2/conf.d/phpmyadmin.conf
29
30 # Remove a few scripts that explicitly require bash (!)
31 rm -f ${D}${datadir}/phpmyadmin/libraries/transformations/*.sh
32}
33
34FILES_${PN} = "${datadir}/${BPN} \
35 ${sysconfdir}/apache2/conf.d"
36
37RDEPENDS_${PN} += "bash"