summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-10-29 14:07:28 +0000
committerHolger Freyther <zecke@selfish.org>2007-10-29 14:07:28 +0000
commit6bb9ce24b353f50be7196ea15240a1ae7d8c2813 (patch)
tree72adfce70ccc335df56d93adb4b92afb94363b13
parent227caa1ecb4171aff59d2b8e6b6be82aebc596f8 (diff)
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 ;)
-rw-r--r--packages/webkit/webkit.inc8
1 files changed, 0 insertions, 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)
-}