package.bbclass: yank an unintentional change.
authorChris Larson <clarson@kergoth.com>
Thu, 14 Sep 2006 19:32:43 +0000 (19:32 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 14 Sep 2006 19:32:43 +0000 (19:32 +0000)
classes/package.bbclass

index 6a27bc2..3c6d97d 100644 (file)
@@ -391,10 +391,6 @@ python populate_packages () {
                                bb.note("%s contains dangling symlink to %s" % (pkg, l))
                bb.data.setVar('RDEPENDS_' + pkg, " " + " ".join(rdepends), d)
 
-       bb.build.exec_func('emit_pkgdata', d)
-}
-
-python emit_pkgdata() {
        def write_if_exists(f, pkg, var):
                def encode(str):
                        import codecs