-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 ;)
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)
-}