From 2092fdc003f853266cf23ae62b1de5204b370223 Mon Sep 17 00:00:00 2001 From: Thomas Devoogdt Date: Fri, 2 Jan 2026 19:51:30 +0100 Subject: [PATCH] support/testing/tests/package/test_openjdk: drop the X11 dependency Commit 3dd73c3 "package/openjdk: allow compiling without X11 support", dropped the need for X11, so drop it from TestOpenJdk. Signed-off-by: Thomas Devoogdt Signed-off-by: Thomas Petazzoni --- support/testing/tests/package/test_openjdk.py | 1 - 1 file changed, 1 deletion(-) diff --git a/support/testing/tests/package/test_openjdk.py b/support/testing/tests/package/test_openjdk.py index 26b7f9ee92..3bf89f9efe 100644 --- a/support/testing/tests/package/test_openjdk.py +++ b/support/testing/tests/package/test_openjdk.py @@ -18,7 +18,6 @@ class TestOpenJdk(infra.basetest.BRTest): BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y BR2_TARGET_ROOTFS_CPIO=y BR2_TARGET_ROOTFS_CPIO_GZIP=y - BR2_PACKAGE_XORG7=y BR2_PACKAGE_OPENJDK=y BR2_PACKAGE_OPENJDK_HELLO_WORLD=y BR2_PACKAGE_OPENJDK_JNI_TEST=y