mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
92c500e967
* Upgrade postgresql from 9.4.5 to 9.4.8 * Update LIC_FILES_CHKSUM as COPYRIGHT file updates * Remove two backport CVE patches Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
365 B
BlitzBasic
15 lines
365 B
BlitzBasic
require postgresql.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a9c1120056a102a8c8c4013cd828dce"
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
SRC_URI += "\
|
|
file://remove.autoconf.version.check.patch \
|
|
file://not-check-libperl.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "a1a2e8014b2b4c49fc58fe2e2fe83681"
|
|
SRC_URI[sha256sum] = "4a10640e180e0d9adb587bc25a82dcce6bf507b033637e7fb9d4eeffa33a6b4c"
|
|
|