* Re: [oe-commits] org.oe.dev packages/webkit: Build and package naming fixes (when using debian renaming)
[not found] <E1IlBjn-00084R-Qk@linuxtogo.org>
@ 2007-10-26 4:43 ` Koen Kooi
2007-10-26 13:42 ` Holger Freyther
0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2007-10-26 4:43 UTC (permalink / raw)
To: openembedded-devel; +Cc: openembedded-commits
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
freyther commit schreef:
> packages/webkit: Build and package naming fixes (when using debian renaming)
> We do not want the package to be named libwebkitgtk-launcher but want to
> keep the webkit-gtklauncher names.
Do we? I created and maintain those recipes, and I made the decision to
name it libwebkitgtk-launcher when using debian naming. I would have
used DEBIAN_NOAUTONAME_webkit-gtklauncher otherwise. Which brings me to
my second point:
> +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)
> +}
Using python is unneeded and confusing. And as webkit maintainerin OE, I
don't want those in the recipes.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFHIXCDMkyGM64RGpERAqZuAKCsK/Dxm1EPgk0qEp+20dixabuHYwCeLTLv
Ztk68CUYd2ByaVgFxEh+67M=
=e/yc
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [oe-commits] org.oe.dev packages/webkit: Build and package naming fixes (when using debian renaming)
2007-10-26 4:43 ` [oe-commits] org.oe.dev packages/webkit: Build and package naming fixes (when using debian renaming) Koen Kooi
@ 2007-10-26 13:42 ` Holger Freyther
2007-10-26 22:20 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Holger Freyther @ 2007-10-26 13:42 UTC (permalink / raw)
To: openembedded-devel
Am 26.10.2007 um 06:43 schrieb Koen Kooi:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> freyther commit schreef:
>> packages/webkit: Build and package naming fixes (when using debian
>> renaming)
>> We do not want the package to be named libwebkitgtk-launcher
>> but want to
>> keep the webkit-gtklauncher names.
>
> Do we? I created and maintain those recipes, and I made the
> decision to
> name it libwebkitgtk-launcher when using debian naming. I would have
> used DEBIAN_NOAUTONAME_webkit-gtklauncher otherwise. Which brings
> me to
> my second point:
>
Hi Koen,
please enlighten me. I want to put webkit-gtklauncher into my image.
Due the package renaming do_rootfs will fail. Do you want people to
put webkit-gtklauncher into their image? How can they do it?
I will restore webkit-gtk_svn.bb but would like to keep the qt and
qtopia variant like it is (minus probably removing the python code).
Regarding the python code. Do we have some kind of janitor tasks for
newbies? They could kill it from ~5-10 recipes as well.
z.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [oe-commits] org.oe.dev packages/webkit: Build and package naming fixes (when using debian renaming)
2007-10-26 13:42 ` Holger Freyther
@ 2007-10-26 22:20 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2007-10-26 22:20 UTC (permalink / raw)
To: openembedded-devel
On Fri, 2007-10-26 at 15:42 +0200, Holger Freyther wrote:
> Am 26.10.2007 um 06:43 schrieb Koen Kooi:
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > freyther commit schreef:
> >> packages/webkit: Build and package naming fixes (when using debian
> >> renaming)
> >> We do not want the package to be named libwebkitgtk-launcher
> >> but want to
> >> keep the webkit-gtklauncher names.
> >
> > Do we? I created and maintain those recipes, and I made the
> > decision to
> > name it libwebkitgtk-launcher when using debian naming. I would have
> > used DEBIAN_NOAUTONAME_webkit-gtklauncher otherwise. Which brings
> > me to
> > my second point:
>
> please enlighten me. I want to put webkit-gtklauncher into my image.
> Due the package renaming do_rootfs will fail. Do you want people to
> put webkit-gtklauncher into their image? How can they do it?
In theory, package renaming should be accounted for in package creation.
We write package renaming data to the staging area in the form of
pkgmaps and pkgdata and this is then used when creating packages to
remap the Dependency and similar fields. Extremely ugly but it does
work.
Dredging the depths of my memory I think there is a bug where
IMAGE_INSTALL (or whatever the field is called) is not remapped before
processing and it should be. Most people work around or don't see this
by using task packages.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-10-26 22:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1IlBjn-00084R-Qk@linuxtogo.org>
2007-10-26 4:43 ` [oe-commits] org.oe.dev packages/webkit: Build and package naming fixes (when using debian renaming) Koen Kooi
2007-10-26 13:42 ` Holger Freyther
2007-10-26 22:20 ` Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.