* [OE-core][PATCH] packagedata: Include package name in extended data
@ 2024-05-23 18:18 Joshua Watt
0 siblings, 0 replies; only message in thread
From: Joshua Watt @ 2024-05-23 18:18 UTC (permalink / raw)
To: openembedded-core; +Cc: Joshua Watt
Include the PKG name of the package in the extended data
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
meta/lib/oe/packagedata.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/lib/oe/packagedata.py b/meta/lib/oe/packagedata.py
index 2d1d6ddeb75..6e7cfb56beb 100644
--- a/meta/lib/oe/packagedata.py
+++ b/meta/lib/oe/packagedata.py
@@ -276,7 +276,8 @@ fi
d.setVar('PKG:%s' % pkg, pkg)
extended_data = {
- "files_info": {}
+ "name": pkgval,
+ "files_info": {},
}
pkgdestpkg = os.path.join(pkgdest, pkg)
--
2.43.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-05-23 18:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23 18:18 [OE-core][PATCH] packagedata: Include package name in extended data Joshua Watt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.