summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/ptest-packagelists.inc
diff options
context:
space:
mode:
authorNikhil R <nikhilar2410@gmail.com>2023-07-10 16:49:47 +0530
committerSteve Sakoman <steve@sakoman.com>2023-07-22 16:24:17 -1000
commit7ac47c90cc9191abaa70abd9245c3e67248ac74d (patch)
treedeb9e0b97e1aa3ee5ae4409c29bdf910d8c64e31 /meta/conf/distro/include/ptest-packagelists.inc
parent5de95d9c29ecd7cc634f173efa2b4e8a79bcca6d (diff)
downloadpoky-7ac47c90cc9191abaa70abd9245c3e67248ac74d.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: 843803bcc248b18cdefb29d610a1371e32e815ce) Signed-off-by: Nikhil R <nikhil.r@kpit.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/conf/distro/include/ptest-packagelists.inc')
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc1
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 badfd69325..3fb7ec2657 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -26,6 +26,7 @@ PTESTS_FAST = "\
26 liberror-perl-ptest \ 26 liberror-perl-ptest \
27 libmodule-build-perl-ptest \ 27 libmodule-build-perl-ptest \
28 libpcre-ptest \ 28 libpcre-ptest \
29 libpng-ptest \
29 libtimedate-perl-ptest \ 30 libtimedate-perl-ptest \
30 libtest-needs-perl-ptest \ 31 libtest-needs-perl-ptest \
31 liburi-perl-ptest \ 32 liburi-perl-ptest \