diff mbox series

[meta-arago,scarthgap,2/3] CLEANUP: Add missing SUMMARY

Message ID 20250717144849.471-2-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,scarthgap,1/3] check_yocto_rules: Add new rules | expand

Commit Message

Ryan Eatmon July 17, 2025, 2:48 p.m. UTC
Every recipe should have a SUMMARY and that can only be 72 characters at
most.  These recipes had DESCRIPTIONS and not SUMMARY.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-core/busybox/softap-udhcpd-config_1.0.bb            | 2 +-
 .../recipes-support/makedumpfile/makedumpfile_1.5.0.bb          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/busybox/softap-udhcpd-config_1.0.bb b/meta-arago-distro/recipes-core/busybox/softap-udhcpd-config_1.0.bb
index 0c896fed..bc72d383 100644
--- a/meta-arago-distro/recipes-core/busybox/softap-udhcpd-config_1.0.bb
+++ b/meta-arago-distro/recipes-core/busybox/softap-udhcpd-config_1.0.bb
@@ -1,4 +1,4 @@ 
-DESCRIPTION = "Configuration files for SoftAP with udhcpd"
+SUMMARY = "Configuration files for SoftAP with udhcpd"
 SECTION = "console/network"
 HOMEPAGE = "http://udhcp.busybox.net/"
 LICENSE = "GPL-2.0-only & BSD-4-Clause"
diff --git a/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb b/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb
index 29e6c18d..2b7002f5 100644
--- a/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb
+++ b/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb
@@ -1,4 +1,4 @@ 
-DESCRIPTION = "Make dump file utility"
+SUMMARY = "Make dump file utility"
 LICENSE = "GPL-2.0-only"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"