diff options
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql_9.4.5.bb')
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql_9.4.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.5.bb b/meta-oe/recipes-support/postgresql/postgresql_9.4.5.bb new file mode 100644 index 0000000000..54b660e129 --- /dev/null +++ b/meta-oe/recipes-support/postgresql/postgresql_9.4.5.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require postgresql.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=7d847a9b446ddfe187acfac664189672" | ||
4 | |||
5 | PR = "${INC_PR}.0" | ||
6 | |||
7 | SRC_URI += "\ | ||
8 | file://remove.autoconf.version.check.patch \ | ||
9 | file://not-check-libperl.patch \ | ||
10 | " | ||
11 | |||
12 | SRC_URI[md5sum] = "8b2e3472a8dc786649b4d02d02e039a0" | ||
13 | SRC_URI[sha256sum] = "b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39" | ||
14 | |||