summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-07-23 14:54:14 -0500
committerRyan Eatmon <reatmon@ti.com>2025-07-24 08:57:04 -0500
commitcdd972a7149c6e8930ac00c8a42ee2b18bd891ce (patch)
tree853d01928dc4328814313a4dd860643a65ecaab1
parent30eaf25b07172b061b0f3e053ee970293dddb394 (diff)
downloadmeta-ti-cdd972a7149c6e8930ac00c8a42ee2b18bd891ce.tar.gz
gadget-init: Add missing SUMMARY
Every recipe should have a SUMMARY and that can only be 72 characters at most. This recipes had a DESCRIPTION and not SUMMARY. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-extras/recipes-ti/beagleboard/gadget-init.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-ti/beagleboard/gadget-init.bb b/meta-ti-extras/recipes-ti/beagleboard/gadget-init.bb
index 3ab00ec3..27b2520e 100644
--- a/meta-ti-extras/recipes-ti/beagleboard/gadget-init.bb
+++ b/meta-ti-extras/recipes-ti/beagleboard/gadget-init.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Units to initialize usb gadgets" 1SUMMARY = "Units to initialize usb gadgets"
2 2
3PR = "r19" 3PR = "r19"
4 4