diff options
| author | Nikhil R <nikhilar2410@gmail.com> | 2023-07-06 10:22:28 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-07-21 06:27:34 -1000 |
| commit | 67c4196ac17e891b00535603002a5fc73e9581ab (patch) | |
| tree | be0cfdd38151ea686f2b358e5800d41b8ef20bf5 /meta/conf/distro/include | |
| parent | 934cbbc48e7bafb49ab63f162a65951b088d5413 (diff) | |
| download | poky-67c4196ac17e891b00535603002a5fc73e9581ab.tar.gz | |
libpng: Add ptest for libpng
libpng is a platform-independent library which
supports all PNG features.
This ptest executes the below binaries, parses
the png image and prints the image features.
1. pngfix - provides information about PNG image
copyrights details.
2. pngtest - tests, optimizes and optionally fixes
the zlib header in PNG files.
3. pngstest - verifies the integrity of PNG image by
dumping chunk level information.
4. timepng - provides details about PNG image chunks.
(From OE-Core rev: 2d58b38185ca7eed5d885b8d00ca549b57138554)
Signed-off-by: Nikhil R <nikhil.r@kpit.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/conf/distro/include')
| -rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 5bcff83093..5c6a30635f 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
| @@ -29,6 +29,7 @@ PTESTS_FAST = "\ | |||
| 29 | libnl-ptest \ | 29 | libnl-ptest \ |
| 30 | libmodule-build-perl-ptest \ | 30 | libmodule-build-perl-ptest \ |
| 31 | libpcre-ptest \ | 31 | libpcre-ptest \ |
| 32 | libpng-ptest \ | ||
| 32 | libssh2-ptest \ | 33 | libssh2-ptest \ |
| 33 | libtimedate-perl-ptest \ | 34 | libtimedate-perl-ptest \ |
| 34 | libtest-needs-perl-ptest \ | 35 | libtest-needs-perl-ptest \ |
