* [PATCH] package.bbclass: Add SRC_URI and HOMEPAGE to manifest
@ 2017-11-14 17:05 Saul Wold
2017-11-14 17:17 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2017-11-14 17:05 UTC (permalink / raw)
To: openembedded-core, richard.purdie
This will allow tools to be developed that create manifest based BOMs
with detailed information.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/classes/package.bbclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 2053d46395a..c2410238682 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -1387,6 +1387,8 @@ python emit_pkgdata() {
write_if_exists(sf, pkg, 'LICENSE')
write_if_exists(sf, pkg, 'DESCRIPTION')
write_if_exists(sf, pkg, 'SUMMARY')
+ write_if_exists(sf, pkg, 'SRC_URI')
+ write_if_exists(sf, pkg, 'HOMEPAGE')
write_if_exists(sf, pkg, 'RDEPENDS')
rprov = write_if_exists(sf, pkg, 'RPROVIDES')
write_if_exists(sf, pkg, 'RRECOMMENDS')
--
2.13.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] package.bbclass: Add SRC_URI and HOMEPAGE to manifest
2017-11-14 17:05 [PATCH] package.bbclass: Add SRC_URI and HOMEPAGE to manifest Saul Wold
@ 2017-11-14 17:17 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2017-11-14 17:17 UTC (permalink / raw)
To: Saul Wold, openembedded-core
On Tue, 2017-11-14 at 09:05 -0800, Saul Wold wrote:
> This will allow tools to be developed that create manifest based BOMs
> with detailed information.
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> meta/classes/package.bbclass | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/meta/classes/package.bbclass
> b/meta/classes/package.bbclass
> index 2053d46395a..c2410238682 100644
> --- a/meta/classes/package.bbclass
> +++ b/meta/classes/package.bbclass
> @@ -1387,6 +1387,8 @@ python emit_pkgdata() {
> write_if_exists(sf, pkg, 'LICENSE')
> write_if_exists(sf, pkg, 'DESCRIPTION')
> write_if_exists(sf, pkg, 'SUMMARY')
> + write_if_exists(sf, pkg, 'SRC_URI')
> + write_if_exists(sf, pkg, 'HOMEPAGE')
> write_if_exists(sf, pkg, 'RDEPENDS')
> rprov = write_if_exists(sf, pkg, 'RPROVIDES')
> write_if_exists(sf, pkg, 'RRECOMMENDS')
This was already proposed once and rejected as its using the interface
for something it really wasn't designed for :/.
Cheers,
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-14 17:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-14 17:05 [PATCH] package.bbclass: Add SRC_URI and HOMEPAGE to manifest Saul Wold
2017-11-14 17:17 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox