packages/webkit/webkit.inc: Allow debian package renaming again
authorHolger Freyther <zecke@selfish.org>
Mon, 29 Oct 2007 14:07:28 +0000 (14:07 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 29 Oct 2007 14:07:28 +0000 (14:07 +0000)
    -Remove the code that disabled debian package renaming as of
     koen's mail.
    -Don't bump the PR as the libraries have not changed, and
     webkit-gtklauncher and libwebkitgtklauncher have nothing in common
     but the same files ;)

packages/webkit/webkit.inc

index a04b565..2ff6109 100644 (file)
@@ -47,11 +47,3 @@ do_stage() {
        oe_runmake install
 }
 
-python populate_packages_prepend() {
-    print "foooo"
-    print bb.data.getVar("DEBIAN_NAMES", d, True)
-    if bb.data.getVar("DEBIAN_NAMES", d, True):
-        base = bb.data.expand("${PN}launcher", d, True)
-        bb.data.setVar("PKG_%s" % base, base, d)
-        bb.data.setVar("PKG_%s-dbg" % base, "%s-dbg" % base, d)
-}