mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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:
@@ -1,7 +1,8 @@
|
|||||||
require glibc_${PV}.bb
|
require glibc_${PV}.bb
|
||||||
require glibc-tests.inc
|
require glibc-tests.inc
|
||||||
|
|
||||||
inherit ptest
|
inherit ptest features_check
|
||||||
|
REQUIRED_DISTRO_FEATURES = "ptest"
|
||||||
|
|
||||||
SRC_URI:append = " \
|
SRC_URI:append = " \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
|
|||||||
Reference in New Issue
Block a user