diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql_9.4.18.bb')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_9.4.18.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_9.4.18.bb b/meta-oe/recipes-dbs/postgresql/postgresql_9.4.18.bb new file mode 100644 index 0000000000..a306bca38f --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_9.4.18.bb | |||
@@ -0,0 +1,13 @@ | |||
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 | UPSTREAM_CHECK_URI = "http://ftp.postgresql.org/pub/source/" | ||
10 | UPSTREAM_CHECK_REGEX = "(?P<pver>v9.4(\.\d+)+(-P\d+)*)/" | ||
11 | |||
12 | SRC_URI[md5sum] = "4032f32af5afb0aa8f78f9a5639c0873" | ||
13 | SRC_URI[sha256sum] = "428337f2b2f5e3ea21b8a44f88eb89c99a07a324559b99aebe777c9abdf4c4c0" | ||