diff mbox series

[1/2] documentation.conf: Drop obsolete INC_PR

Message ID 20260318160018.1765725-1-niko.mauno@vaisala.com
State Accepted, archived
Commit 7a45c8ca2271bf843832f47a1f67849c1e65c5b7
Headers show
Series [1/2] documentation.conf: Drop obsolete INC_PR | expand

Commit Message

Niko Mauno March 18, 2026, 4 p.m. UTC
The use of the variable ceased already in 2020, since
commit 3fdd772b419b ("recipes: Remove remaining INC_PR variables")

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
---
 meta/conf/documentation.conf | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 741130a392..bf6b4193b2 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -219,7 +219,6 @@  IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in t
 IMAGE_ROOTFS_MAXSIZE[doc] = "Defines the maximum size in Kbytes for the generated image."
 IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image."
 IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default."
-INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file."
 INCOMPATIBLE_LICENSE[doc] = "Specifies a space-separated list of license names (as they would appear in LICENSE) that should be excluded from the build. Wildcard is supported, such as '*GPL-3.0*'"
 INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS."
 INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages."