From 6bb9ce24b353f50be7196ea15240a1ae7d8c2813 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Mon, 29 Oct 2007 14:07:28 +0000 Subject: packages/webkit/webkit.inc: Allow debian package renaming again -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 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/webkit/webkit.inc b/packages/webkit/webkit.inc index a04b565973..2ff61091c3 100644 --- a/packages/webkit/webkit.inc +++ b/packages/webkit/webkit.inc @@ -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) -} -- cgit v1.2.3