mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
phpmyadmin: 4.4.9 -> 4.5.0.2
Upgrade phpmyadmin from 4.4.9 to 4.5.0.2 and SRC_URI is updated.
Accoring to release note, there is NO API changes for 4.5.0.x serial. So
upgrade to 4.5.0.2 rather than 4.4.15 which will only support for
security fixes only.
And license file has some text update. See:
9d080a482f
Change files owner to fix [host-user-contaminated] warnings.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
2d1de436b1
commit
4e8d16ea6e
|
|
@ -2,14 +2,14 @@ SUMMARY = "Web-based MySQL administration interface"
|
|||
HOMEPAGE = "http://www.phpmyadmin.net"
|
||||
# Main code is GPLv2, libraries/tcpdf is under LGPLv3, js/jquery is under MIT
|
||||
LICENSE = "GPLv2 & LGPLv3 & MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a \
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://libraries/tcpdf/LICENSE.TXT;md5=5c87b66a5358ebcc495b03e0afcd342c"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/phpmyadmin/phpMyAdmin/${PV}/phpMyAdmin-${PV}-all-languages.tar.xz \
|
||||
SRC_URI = "https://files.phpmyadmin.net/phpMyAdmin/4.5.0.2/phpMyAdmin-4.5.0.2-all-languages.tar.xz \
|
||||
file://apache.conf"
|
||||
|
||||
SRC_URI[md5sum] = "d60d80fabe1b27023122228dcf7ee73e"
|
||||
SRC_URI[sha256sum] = "b9a31d6ec3e7abe708160ce8dbc364c029015256766bac6f68134b84a836d766"
|
||||
SRC_URI[md5sum] = "2d08d2fcc8f70f88a11a14723e3ca275"
|
||||
SRC_URI[sha256sum] = "d2e90ea486d90b4ebe5eb02d7ad349ad2916c12a8981f98553395ef78d22a8ec"
|
||||
|
||||
S = "${WORKDIR}/phpMyAdmin-${PV}-all-languages"
|
||||
|
||||
|
|
@ -18,6 +18,7 @@ inherit allarch
|
|||
do_install() {
|
||||
install -d ${D}${datadir}/${BPN}
|
||||
cp -a * ${D}${datadir}/${BPN}
|
||||
chown -R root:root ${D}${datadir}/${BPN}
|
||||
# Don't install patches to target
|
||||
rm -rf ${D}${datadir}/${BPN}/patches
|
||||
|
||||
Loading…
Reference in New Issue
Block a user