diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-10-31 13:37:49 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-31 08:55:36 -0700 |
| commit | 93d77fe170387af7c31cb9c5ec1205fb2c2d9b2e (patch) | |
| tree | 10a6afc63c85ccf64298e6d1fe087adeed3e8700 /meta-oe | |
| parent | e37675cdd5909a5fc79613c7743a54da94f795dc (diff) | |
| download | meta-openembedded-93d77fe170387af7c31cb9c5ec1205fb2c2d9b2e.tar.gz | |
psqlodbc: set SRCREV
This recipe was moved from tarballs to git in the 17.00.0006 upgrade,
but the recipe failed to set SRCREV. This meant bitbake had to look up
the tag name on every parse.
Set SRCREV, and remove the now-obsolete SRC_URI[sha256sum].
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-dbs/psqlodbc/psqlodbc_17.00.0006.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-dbs/psqlodbc/psqlodbc_17.00.0006.bb b/meta-oe/recipes-dbs/psqlodbc/psqlodbc_17.00.0006.bb index 2fbd8b78e4..183f810216 100644 --- a/meta-oe/recipes-dbs/psqlodbc/psqlodbc_17.00.0006.bb +++ b/meta-oe/recipes-dbs/psqlodbc/psqlodbc_17.00.0006.bb | |||
| @@ -19,7 +19,6 @@ HOMEPAGE = "https://odbc.postgresql.org/" | |||
| 19 | LICENSE = "LGPL-2.0-only" | 19 | LICENSE = "LGPL-2.0-only" |
| 20 | LIC_FILES_CHKSUM = "file://license.txt;md5=6db3822fc7512e83087ba798da013692" | 20 | LIC_FILES_CHKSUM = "file://license.txt;md5=6db3822fc7512e83087ba798da013692" |
| 21 | 21 | ||
| 22 | PV_WITH_USCORE = "${@d.getVar('PV').replace('.', '_')}" | ||
| 23 | SRC_URI = "git://github.com/postgresql-interfaces/psqlodbc.git;protocol=https;branch=main;tag=REL-${PV_WITH_USCORE} \ | 22 | SRC_URI = "git://github.com/postgresql-interfaces/psqlodbc.git;protocol=https;branch=main;tag=REL-${PV_WITH_USCORE} \ |
| 24 | file://psqlodbc-remove-some-checks-for-cross-compiling.patch \ | 23 | file://psqlodbc-remove-some-checks-for-cross-compiling.patch \ |
| 25 | file://psqlodbc-donot-use-the-hardcode-libdir.patch \ | 24 | file://psqlodbc-donot-use-the-hardcode-libdir.patch \ |
| @@ -28,7 +27,8 @@ SRC_URI = "git://github.com/postgresql-interfaces/psqlodbc.git;protocol=https;br | |||
| 28 | file://run-ptest \ | 27 | file://run-ptest \ |
| 29 | " | 28 | " |
| 30 | 29 | ||
| 31 | SRC_URI[sha256sum] = "afd892f89d2ecee8d3f3b2314f1bd5bf2d02201872c6e3431e5c31096eca4c8b" | 30 | SRCREV = "251c8e8200c7a030fa46e59429d3fec7a73de4ec" |
| 31 | PV_WITH_USCORE = "${@d.getVar('PV').replace('.', '_')}" | ||
| 32 | 32 | ||
| 33 | DEPENDS += "postgresql unixodbc" | 33 | DEPENDS += "postgresql unixodbc" |
| 34 | 34 | ||
