glibc: ptest: Fix glibc-tests package issue

Run glibc-tests only when its enabled in the DISTRO_FEATURES.

(From OE-Core rev: 5555e7cf935b047a3dc3228d26bf0fd52eb425e5)

Signed-off-by: pgowda <pgowda.cve@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Pgowda
2022-04-18 23:15:56 -07:00
committed by Richard Purdie
parent 9e87e26379
commit 41984559c8

View File

@@ -1,7 +1,8 @@
require glibc_${PV}.bb
require glibc-tests.inc
inherit ptest
inherit ptest features_check
REQUIRED_DISTRO_FEATURES = "ptest"
SRC_URI:append = " \
file://run-ptest \