diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_11.1.bb | 10 | ||||
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_11.2.bb | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_11.1.bb b/meta-oe/recipes-dbs/postgresql/postgresql_11.1.bb deleted file mode 100644 index 9713cb83b..000000000 --- a/meta-oe/recipes-dbs/postgresql/postgresql_11.1.bb +++ /dev/null @@ -1,10 +0,0 @@ -require postgresql.inc - -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6dc95e63aa4d72502ff8193dfe2ddd38" - -SRC_URI += "\ - file://not-check-libperl.patch \ -" - -SRC_URI[md5sum] = "5e45f6d5b859cc76b5d62f1e328e9711" -SRC_URI[sha256sum] = "90815e812874831e9a4bf6e1136bf73bc2c5a0464ef142e2dfea40cda206db08" diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_11.2.bb b/meta-oe/recipes-dbs/postgresql/postgresql_11.2.bb new file mode 100644 index 000000000..b87289a1b --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_11.2.bb @@ -0,0 +1,10 @@ +require postgresql.inc + +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=87da2b84884860b71f5f24ab37e7da78" + +SRC_URI += "\ + file://not-check-libperl.patch \ +" + +SRC_URI[md5sum] = "19d43be679cb0d55363feb8926af3a0f" +SRC_URI[sha256sum] = "2676b9ce09c21978032070b6794696e0aa5a476e3d21d60afc036dc0a9c09405" |