diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-02-21 10:02:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-22 18:14:52 -0800 |
commit | 47c96e0bbb111b7fd09dac56a5f105a701fdc40c (patch) | |
tree | cacb70ea65614afa70f0af4969b56e29be44e62c /meta-oe/recipes-dbs | |
parent | bf591cf548b8bed3780a47c7f0580bd90ba27231 (diff) | |
download | meta-openembedded-47c96e0bbb111b7fd09dac56a5f105a701fdc40c.tar.gz |
postgresql: upgrade 1.11.1 -> 1.11.2
License-Update: Copyright Year Update
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs')
-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 @@ | |||
1 | require postgresql.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6dc95e63aa4d72502ff8193dfe2ddd38" | ||
4 | |||
5 | SRC_URI += "\ | ||
6 | file://not-check-libperl.patch \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "5e45f6d5b859cc76b5d62f1e328e9711" | ||
10 | 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 @@ | |||
1 | require postgresql.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=87da2b84884860b71f5f24ab37e7da78" | ||
4 | |||
5 | SRC_URI += "\ | ||
6 | file://not-check-libperl.patch \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "19d43be679cb0d55363feb8926af3a0f" | ||
10 | SRC_URI[sha256sum] = "2676b9ce09c21978032070b6794696e0aa5a476e3d21d60afc036dc0a9c09405" | ||