diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-02 10:13:26 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-01 19:29:05 -0700 |
| commit | 02a16d38abb6cefac4cde129205a052c0269a4ed (patch) | |
| tree | 1cf7b2acfc83e26acb3c19afe8f4f170340f6bf5 /meta-oe | |
| parent | 7e2bda1d702086014912a6e8dc342d36c3caf4a6 (diff) | |
| download | meta-openembedded-02a16d38abb6cefac4cde129205a052c0269a4ed.tar.gz | |
libharu: upgrade 2.4.5 -> 2.4.6
Changelog:
===========
- TTF security fixes
- Fix #334 - HPDF_FAILD_TO_ALLOC_MEM missing
- Compatibility with Higher version of Delphi
- Remove restriction on user password to be different from owner password
- Fix various typos
- Fix Build error for Win32 (x86) due to modifier mismatch #350
- CMakeLists.txt: install docs and bindings to DOCDIR
- Adapt CMake scripts for WebAssembly compilation
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/libharu/libharu_2.4.6.bb (renamed from meta-oe/recipes-support/libharu/libharu_2.4.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libharu/libharu_2.4.5.bb b/meta-oe/recipes-support/libharu/libharu_2.4.6.bb index 0ad4bd92c0..714cccbc3c 100644 --- a/meta-oe/recipes-support/libharu/libharu_2.4.5.bb +++ b/meta-oe/recipes-support/libharu/libharu_2.4.6.bb | |||
| @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=924546dab2bef90e370d7c0c090ddcf0" | |||
| 8 | 8 | ||
| 9 | DEPENDS += "libpng zlib" | 9 | DEPENDS += "libpng zlib" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/libharu/libharu.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/libharu/libharu.git;branch=master;protocol=https;tag=v${PV}" |
| 12 | SRCREV = "8fe5a738541a04642885fb7a75b2b5b9c5b416fa" | 12 | SRCREV = "3467749fd1c0ab6ca6ed424d053b1ea53c1bf67c" |
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | inherit cmake | 15 | inherit cmake |
