r4592 - trunk/src/host/opkg-utils

zecke at docs.openmoko.org zecke at docs.openmoko.org
Thu Aug 7 12:11:38 CEST 2008


Author: zecke
Date: 2008-08-07 12:11:38 +0200 (Thu, 07 Aug 2008)
New Revision: 4592

Modified:
   trunk/src/host/opkg-utils/opkg.py
Log:
[opkg-utils] Print the "Tags" field. Patch from OE and authored by John Lee


Modified: trunk/src/host/opkg-utils/opkg.py
===================================================================
--- trunk/src/host/opkg-utils/opkg.py	2008-08-07 10:07:28 UTC (rev 4591)
+++ trunk/src/host/opkg-utils/opkg.py	2008-08-07 10:11:38 UTC (rev 4592)
@@ -143,6 +143,7 @@
         self.homepage = None
         self.oe = None
         self.priority = None
+        self.tags = None
         self.fn = fn
 
         if fn:
@@ -415,6 +416,7 @@
         if self.oe: out = out + "OE: %s\n" % (self.oe)
         if self.homepage: out = out + "HomePage: %s\n" % (self.homepage)
         if self.priority: out = out + "Priority: %s\n" % (self.priority)
+        if self.tags: out = out + "Tags: %s\n" % (self.tags)
         out = out + "\n"
 
         return out





More information about the commitlog mailing list