diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-23 14:54:14 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-24 08:57:04 -0500 |
commit | cdd972a7149c6e8930ac00c8a42ee2b18bd891ce (patch) | |
tree | 853d01928dc4328814313a4dd860643a65ecaab1 | |
parent | 30eaf25b07172b061b0f3e053ee970293dddb394 (diff) | |
download | meta-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.bb | 2 |
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 @@ | |||
1 | DESCRIPTION = "Units to initialize usb gadgets" | 1 | SUMMARY = "Units to initialize usb gadgets" |
2 | 2 | ||
3 | PR = "r19" | 3 | PR = "r19" |
4 | 4 | ||