Re: [ptxdist] Purpose of ptxd_install_fixup_timestamps

2016-01-22 Thread Michael Olbrich
Hi, On Mon, Jan 18, 2016 at 02:59:56PM +0100, Albert Antony wrote: > Could someone please explain what the purpose of the > ptxd_install_fixup_timestamps function is? It is called in the > targetinstall stage just before xpkg generation, seemingly in order to > change the timestamps on all

[ptxdist] [PATCH] Busybox: fixed inverted BUSYBOX_DESKTOP for ps

2016-01-22 Thread Bruno Thomsen
Currently you have to choose between -o options and -l/-w options. This patch make it possible to enable all advanced ps features when the BUSYBOX_DESKTOP flag is enabled. Signed-off-by: Bruno Thomsen --- config/busybox/procps/Config.in | 4 ++-- 1 file changed, 2

Re: [ptxdist] Semicolon in filenames

2016-01-22 Thread Michael Olbrich
On Fri, Jan 22, 2016 at 01:31:37AM +0100, Ladislav Michl wrote: > Now I'm going to be honest. Previous patch 'Add usb-modeswitch-data package' > break things - 'ptxdist images' fails as ':' is used as delimiter in perms > file. > Patch bellow escapes semicolon on producer side, anyone cares about

[ptxdist] Colons in filenames

2016-01-22 Thread Ladislav Michl
On Fri, Jan 22, 2016 at 08:18:05AM +0100, Uwe Kleine-König wrote: > Hello, > > On Fri, Jan 22, 2016 at 01:31:37AM +0100, Ladislav Michl wrote: > > Now I'm going to be honest. Previous patch 'Add usb-modeswitch-data package' > > break things - 'ptxdist images' fails as ':' is used as delimiter in

[ptxdist] [ANNOUNCE] PTXdist 2016.01.0 released

2016-01-22 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2016.01.0. It's a relative small release this time. The biggest change is gobject-introspection and the related changes. This makes it possible to do stuff like write GStreamer pipelines in Python. Other than that, just the usual mix of

[ptxdist] [PATCH] usb_modeswitch: udev helper

2016-01-22 Thread Ladislav Michl
Install also udev helper and systemd service file Signed-off-by: Ladislav Michl --- rules/usb-modeswitch.in | 20 +--- rules/usb-modeswitch.make | 13 + 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/rules/usb-modeswitch.in

[ptxdist] [PATCH v2] usb_modeswitch: udev helper

2016-01-22 Thread Ladislav Michl
Install also udev helper and systemd service file Signed-off-by: Ladislav Michl --- Changelog: - select TCL also depends on RUNTIME - simplify 'or' in makefile's ifdef - targetinstall file from pkgdir, not srcdir (all above pointed by Michael Olbrich, thanks!)

Re: [ptxdist] [PATCH] usb_modeswitch: udev helper

2016-01-22 Thread Michael Olbrich
On Fri, Jan 22, 2016 at 02:38:55PM +0100, Ladislav Michl wrote: > Install also udev helper and systemd service file > > Signed-off-by: Ladislav Michl > --- > rules/usb-modeswitch.in | 20 +--- > rules/usb-modeswitch.make | 13 + > 2 files

Re: [ptxdist] [PATCH] Busybox: fixed inverted BUSYBOX_DESKTOP for ps

2016-01-22 Thread Michael Olbrich
On Fri, Jan 22, 2016 at 10:37:40AM +0100, Bruno Thomsen wrote: > Currently you have to choose between -o options and -l/-w options. > > This patch make it possible to enable all advanced ps features > when the BUSYBOX_DESKTOP flag is enabled. I don't think this works like this. The busybox