diff options
| author | alperak <alperyasinak1@gmail.com> | 2023-12-24 12:01:36 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-27 00:15:54 -0800 |
| commit | aebb88b41f3c22ba737ad570d6cf44812f8f63c7 (patch) | |
| tree | 34432f7feb5ac47b41f3dfe2378f7a3aa26530e7 | |
| parent | ffd3a042d9c8dd55b993eafee72bcd48edcce361 (diff) | |
| download | meta-openembedded-aebb88b41f3c22ba737ad570d6cf44812f8f63c7.tar.gz | |
hstr: upgrade 2.5.0 -> 3.1.0
Changelog:
* Released v3.1.0 - Minor release fixing a Bash function that is used
when ioctl/TIOCSTI is not available.
* Released v3.0.0 - major release which adds ability of HSTR to work
on operating systems and Linux kernels without ioctl/TIOCSTI support.
* Released v2.6.0 - fix release (several memory leak and overflow fixes,
MacPorts and Debian documentation, Snap script fix, GitHub Actions workflow).
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/hstr/hstr_3.1.0.bb (renamed from meta-oe/recipes-support/hstr/hstr_2.5.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/hstr/hstr_2.5.0.bb b/meta-oe/recipes-support/hstr/hstr_3.1.0.bb index 6c9f65e829..a641feef6f 100644 --- a/meta-oe/recipes-support/hstr/hstr_2.5.0.bb +++ b/meta-oe/recipes-support/hstr/hstr_3.1.0.bb | |||
| @@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "ncurses readline" | 7 | DEPENDS = "ncurses readline" |
| 8 | 8 | ||
| 9 | SRC_URI = "https://github.com/dvorka/hstr/releases/download/2.5/hstr-${PV}-tarball.tgz \ | 9 | SRC_URI = "https://github.com/dvorka/hstr/releases/download/3.1/hstr-${PV}-tarball.tgz \ |
| 10 | file://0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch \ | 10 | file://0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch \ |
| 11 | file://0001-Use-OE-specific-checks-for-ncurses.patch" | 11 | file://0001-Use-OE-specific-checks-for-ncurses.patch" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/${BPN}" | 13 | S = "${WORKDIR}/${BPN}" |
| 14 | 14 | ||
| 15 | SRC_URI[sha256sum] = "44bb6d93ef064536218f8ae5464772861bfccfe364a436397d9f770207cd306d" | 15 | SRC_URI[sha256sum] = "4dabf61f045f022bac8bc909e5fd96041af6c53df56d97dfa3cfbf49af4453a5" |
| 16 | 16 | ||
| 17 | inherit autotools pkgconfig bash-completion | 17 | inherit autotools pkgconfig bash-completion |
