* [PATCH] debian.bbclass: add a note when a package is renamed
@ 2018-01-05 13:06 Ross Burton
0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2018-01-05 13:06 UTC (permalink / raw)
To: openembedded-core
To make it easier to debug problems with renaming caused by debian.bbclass,
explicitly log when packages are renamed.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
meta/classes/debian.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/debian.bbclass b/meta/classes/debian.bbclass
index 8124558b819..5cdbf360dcb 100644
--- a/meta/classes/debian.bbclass
+++ b/meta/classes/debian.bbclass
@@ -120,6 +120,7 @@ python debian_package_name_hook () {
if not newpkg.find(mlpre) == 0:
newpkg = mlpre + newpkg
if newpkg != pkg:
+ bb.note("debian: renaming %s to %s" % (pkg, newpkg))
d.setVar('PKG_' + pkg, newpkg)
add_rprovides(pkg, d)
else:
@@ -138,4 +139,3 @@ python debian_package_name_hook () {
EXPORT_FUNCTIONS package_name_hook
DEBIAN_NAMES = "1"
-
--
2.11.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-05 13:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 13:06 [PATCH] debian.bbclass: add a note when a package is renamed Ross Burton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox