From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org,
richard.purdie@linuxfoundation.org
Subject: [PATCH] package.bbclass: Add SRC_URI and HOMEPAGE to manifest
Date: Tue, 14 Nov 2017 09:05:28 -0800 [thread overview]
Message-ID: <20171114170528.5645-1-sgw@linux.intel.com> (raw)
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
next reply other threads:[~2017-11-14 17:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-14 17:05 Saul Wold [this message]
2017-11-14 17:17 ` [PATCH] package.bbclass: Add SRC_URI and HOMEPAGE to manifest Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171114170528.5645-1-sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.