diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql_11.3.bb')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_11.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_11.3.bb b/meta-oe/recipes-dbs/postgresql/postgresql_11.3.bb new file mode 100644 index 000000000..ff9306c1a --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_11.3.bb @@ -0,0 +1,11 @@ +require postgresql.inc + +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=87da2b84884860b71f5f24ab37e7da78" + +SRC_URI += "\ + file://not-check-libperl.patch \ + file://0001-Add-support-for-RISC-V.patch \ +" + +SRC_URI[md5sum] = "c2a729b754b8de86a969c86ec25db076" +SRC_URI[sha256sum] = "2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d" |