[OE-core] [PATCH 2/2] package.bbclass: Emit HOMEPAGE pkgdata.

Rob Walton Rob.Walton at arm.com
Wed May 29 10:50:14 UTC 2019


Requesting review. Thanks.

________________________________
From: Rob Walton
Sent: 22 May 2019 13:44:37
To: openembedded-core at lists.openembedded.org
Cc: Rob Walton
Subject: [PATCH 2/2] package.bbclass: Emit HOMEPAGE pkgdata.

Emit the contents of HOMEPAGE in the extra pkgdata. This is useful
information to have when creating license manifests.

Signed-off-by: Rob Walton <rob.walton at arm.com>
---
 meta/classes/package.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 4c0a859..a08aefe 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -1458,6 +1458,7 @@ fi
         write_if_exists(sf, pkg, 'PKGR')
         write_if_exists(sf, pkg, 'LICENSE')
         write_if_exists(sf, pkg, 'DESCRIPTION')
+        write_if_exists(sf, pkg, 'HOMEPAGE')
         write_if_exists(sf, pkg, 'SUMMARY')
         write_if_exists(sf, pkg, 'RDEPENDS')
         rprov = write_if_exists(sf, pkg, 'RPROVIDES')
--
2.7.4

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20190529/48cd81d1/attachment.html>


More information about the Openembedded-core mailing list