diff options
| author | Roy Li <rongqing.li@windriver.com> | 2015-06-09 11:07:24 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-06-23 12:40:10 +0200 |
| commit | 13a7f47192ffdce659da610322122d887c53b325 (patch) | |
| tree | 62fd83b9fcf9d21eff05792fa203fa2bd63fc927 /meta-oe/recipes-support/postgresql/postgresql_9.2.4.bb | |
| parent | 780333ce0d786748530078a81b56568ad72119c9 (diff) | |
| download | meta-openembedded-13a7f47192ffdce659da610322122d887c53b325.tar.gz | |
postgresql: upgrade to 9.4.2
1. remove Backport patches
2. Update the checksume, include CopyRight file, since date in it
is changed
3. remove --without-krb5 configure options, since it become useless
4. Update remove.autoconf.version.check.patch
5. skip to check libperl
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql_9.2.4.bb')
| -rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql_9.2.4.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.2.4.bb b/meta-oe/recipes-support/postgresql/postgresql_9.2.4.bb deleted file mode 100644 index 49ca53fae3..0000000000 --- a/meta-oe/recipes-support/postgresql/postgresql_9.2.4.bb +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | require postgresql.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=ab55a5887d3f8ba77d0fd7db787e4bab" | ||
| 4 | |||
| 5 | PR = "${INC_PR}.0" | ||
| 6 | |||
| 7 | SRC_URI += "\ | ||
| 8 | file://remove.autoconf.version.check.patch \ | ||
| 9 | file://ecpg-parallel-make-fix.patch \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "6ee5bb53b97da7c6ad9cb0825d3300dd" | ||
| 13 | SRC_URI[sha256sum] = "d97dd918a88a4449225998f46aafa85216a3f89163a3411830d6890507ffae93" | ||
