From: Holger Freyther Date: Mon, 29 Oct 2007 14:07:28 +0000 (+0000) Subject: packages/webkit/webkit.inc: Allow debian package renaming again X-Git-Tag: Release-2010-05/1~8454^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bb9ce24b353f50be7196ea15240a1ae7d8c2813;p=openembedded.git 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 ;) --- 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) -}