]> code.ossystems Code Review - openembedded-core.git/commitdiff
base.bbclass: update obsolete comment about rpm do_unpack dependencies
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 18 May 2018 20:59:57 +0000 (13:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 May 2018 10:25:06 +0000 (11:25 +0100)
The previous comment was made obsolete by:

  http://git.openembedded.org/openembedded-core/commit/?id=2f31f1795bc0c85b1646bc7d9596bbe778cb84e5

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/base.bbclass

index 7c42cf95e19f8cfee668608a6995416de1427985..1a359a04b78f8f83bae90f844430bf54bb90ef49 100644 (file)
@@ -621,7 +621,7 @@ python () {
         elif path.endswith('.zip') or path.endswith('.jar'):
             d.appendVarFlag('do_unpack', 'depends', ' unzip-native:do_populate_sysroot')
 
-        # file is needed by rpm2cpio.sh
+        # Some rpm files may be compressed internally using xz (for example, rpms from Fedora)
         elif path.endswith('.rpm'):
             d.appendVarFlag('do_unpack', 'depends', ' xz-native:do_populate_sysroot')