[oe] X/Qt2 opie integration (patches included)

Koen Kooi k.kooi at student.utwente.nl
Sat Oct 4 06:30:21 UTC 2008


On 03-10-2008 20:19, Bernhard Guillon wrote:
> Hi all,
> here [1] [2] [3] are my efforts to integrate X/Qt2 into opie. Everything
> works fine for SIMpad. Can we put that into dev branch?
>
> best regrads
> Bernhard Guillon
>
> 1 http://linuxtogo.org/gowiki/Angstrom/XQt/playground
> 2 http://bugs.openembedded.net/show_bug.cgi?id=4582
> 3 http://bugs.openembedded.net/show_bug.cgi?id=4603

NACK!

+do_install() {
[..]
+	install -d ${D}/home/root
+	install -m 0600 .blackboxrc ${D}/home/root

A package NEVER EVER touches $HOME. NEVER! I wish ascii could produces 
some bigger capitals that blink and have baseballbats to get the point 
across, but sadly it can't.

Imagine I don't log in as root and fire up packagekit to install that 
packages. I don't get the .blackboxrc, but the root user suddenly has 
his .blackboxrc overwritten without notice.

So:

A package NEVER EVER touches $HOME. NEVER!

${sysconfdir} exists for a reason.

regards,

Koen





More information about the Openembedded-devel mailing list