Re: [oe] [meta-oe][PATCH] vim: workaround nawk dependency problem with RPM

2013-09-08 Thread Peter A. Bigot
Ping? I see this is marked as New, Archived in patchwork so it doesn't show up for merge, but can't tell how it got archived. Is there something wrong with it? On 09/03/2013 02:04 PM, Peter A. Bigot wrote: One of the examples has a #!/usr/bin/nawk which tells RPM to add that as a dep, which

Re: [oe] [meta-oe][PATCH] vim: workaround nawk dependency problem with RPM

2013-09-08 Thread Martin Jansa
On Sun, Sep 08, 2013 at 07:57:47AM -0500, Peter A. Bigot wrote: Ping? I see this is marked as New, Archived in patchwork so it doesn't show up for merge, but can't tell how it got archived. Is there something wrong with it? It's in jansa/in-test bundle, see

[oe] [meta-networking][PATCH V3] fping: add recipe

2013-09-08 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-networking/recipes-support/fping/fping_3.5.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta-networking/recipes-support/fping/fping_3.5.bb diff --git

[oe] [meta-networking][PATCH V2] fping: add recipe

2013-09-08 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-networking/recipes-support/fping/fping_3.5.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta-networking/recipes-support/fping/fping_3.5.bb diff --git

[oe] [PATCH] ntfs-3g-ntfsprogs does not rdepend on util-linux-mount

2013-09-08 Thread Mike Looijmans
ntfs-3g-ntfsprogs has no runtime dependency on util-linux-mount, for example busybox mount will also do just fine. It might be less useful without any mount program, but that's not the same as depending on it. Signed-off-by: Mike Looijmans mike.looijm...@topic.nl ---