diff mbox series

[2/2] makedepend: remove recipe

Message ID 20260901171904.2579721-2-ross.burton@arm.com
State Under Review
Headers show
Series [1/2] mesa: remove obsolete build dependencies | expand

Commit Message

Ross Burton Sept. 1, 2026, 5:19 p.m. UTC
Now that mesa no longer depends on makedepend, there are no users of the
recipe in core.

We could move the recipe to meta-oe, but the layer index says that the
only recipes that depend on this recipe are variations of mesa[1] which
hasn't used makedepend since 2012, so instead the dependency can be
removed from those recipes in master.

[1] https://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Amakedepend-native

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/conf/distro/include/maintainers.inc      |  1 -
 .../xorg-util/makedepend_1.0.10.bb            | 20 -------------------
 2 files changed, 21 deletions(-)
 delete mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.10.bb
diff mbox series

Patch

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 2966cddc056..512deb141d5 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -503,7 +503,6 @@  RECIPE_MAINTAINER:pn-m4 = "Robert Yang <liezhi.yang@windriver.com>"
 RECIPE_MAINTAINER:pn-m4-native = "Robert Yang <liezhi.yang@windriver.com>"
 RECIPE_MAINTAINER:pn-make = "Robert Yang <liezhi.yang@windriver.com>"
 RECIPE_MAINTAINER:pn-make-mod-scripts = "Bruce Ashfield <bruce.ashfield@gmail.com>"
-RECIPE_MAINTAINER:pn-makedepend = "Robert Yang <liezhi.yang@windriver.com>"
 RECIPE_MAINTAINER:pn-makedevs = "Chen Qi <Qi.Chen@windriver.com>"
 RECIPE_MAINTAINER:pn-makedumpfile = "Etienne Cordonnier <ecordonnier@snap.com>"
 RECIPE_MAINTAINER:pn-man-db = "Hongxu Jia <hongxu.jia@windriver.com>"
diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.10.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.10.bb
deleted file mode 100644
index 643624485cd..00000000000
--- a/meta/recipes-graphics/xorg-util/makedepend_1.0.10.bb
+++ /dev/null
@@ -1,20 +0,0 @@ 
-require xorg-util-common.inc
-
-SUMMARY = "create dependencies in makefiles"
-
-DESCRIPTION = "The makedepend program reads each sourcefile in sequence \
-and parses it like a C-preprocessor, processing \
-all #include, #define,  #undef, #ifdef, #ifndef, #endif, #if, #elif \
-and #else directives so that it can correctly tell which #include, \
-directives would be used in a compilation. Any #include, directives \
-can reference files having other #include directives, and parsing will \
-occur in these files as well."
-
-DEPENDS = "xorgproto util-macros"
-PE = "1"
-
-BBCLASSEXTEND = "native"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
-
-SRC_URI[sha256sum] = "baf742fb6c76c15febf5181e5cd814066205d8be9aef4abfdc2c54b235e14917"