summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.5.0.2.bb (renamed from meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.4.9.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.4.9.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.5.0.2.bb
index 91a1cbf9e..e28b66a23 100644
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.4.9.bb
+++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.5.0.2.bb
@@ -2,14 +2,14 @@ SUMMARY = "Web-based MySQL administration interface"
2HOMEPAGE = "http://www.phpmyadmin.net" 2HOMEPAGE = "http://www.phpmyadmin.net"
3# Main code is GPLv2, libraries/tcpdf is under LGPLv3, js/jquery is under MIT 3# Main code is GPLv2, libraries/tcpdf is under LGPLv3, js/jquery is under MIT
4LICENSE = "GPLv2 & LGPLv3 & MIT" 4LICENSE = "GPLv2 & LGPLv3 & MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a \ 5LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
6 file://libraries/tcpdf/LICENSE.TXT;md5=5c87b66a5358ebcc495b03e0afcd342c" 6 file://libraries/tcpdf/LICENSE.TXT;md5=5c87b66a5358ebcc495b03e0afcd342c"
7 7
8SRC_URI = "${SOURCEFORGE_MIRROR}/phpmyadmin/phpMyAdmin/${PV}/phpMyAdmin-${PV}-all-languages.tar.xz \ 8SRC_URI = "https://files.phpmyadmin.net/phpMyAdmin/4.5.0.2/phpMyAdmin-4.5.0.2-all-languages.tar.xz \
9 file://apache.conf" 9 file://apache.conf"
10 10
11SRC_URI[md5sum] = "d60d80fabe1b27023122228dcf7ee73e" 11SRC_URI[md5sum] = "2d08d2fcc8f70f88a11a14723e3ca275"
12SRC_URI[sha256sum] = "b9a31d6ec3e7abe708160ce8dbc364c029015256766bac6f68134b84a836d766" 12SRC_URI[sha256sum] = "d2e90ea486d90b4ebe5eb02d7ad349ad2916c12a8981f98553395ef78d22a8ec"
13 13
14S = "${WORKDIR}/phpMyAdmin-${PV}-all-languages" 14S = "${WORKDIR}/phpMyAdmin-${PV}-all-languages"
15 15
@@ -18,6 +18,7 @@ inherit allarch
18do_install() { 18do_install() {
19 install -d ${D}${datadir}/${BPN} 19 install -d ${D}${datadir}/${BPN}
20 cp -a * ${D}${datadir}/${BPN} 20 cp -a * ${D}${datadir}/${BPN}
21 chown -R root:root ${D}${datadir}/${BPN}
21 # Don't install patches to target 22 # Don't install patches to target
22 rm -rf ${D}${datadir}/${BPN}/patches 23 rm -rf ${D}${datadir}/${BPN}/patches
23 24