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

2013-09-12 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. The dependency broke several images because util-linux-mount behaves differently than

[oe] [meta-oe][meta-systemd][PATCH 0/3] Remove systemd support for the packages which already have it in oe-core

2013-09-12 Thread Muhammad Shakeel
Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com The following changes since commit a506a9efc86cda9dbf36cd916dbbfb1ae2162c45: log4cplus: add recipe (2013-09-10 22:48:36 +0200) are available in the git repository at: https://github.com/mshakeel/meta-oe.git master

[oe] [meta-oe][meta-systemd][PATCH 3/3] rpcbind: Remove systemd support which is merged in oe-core

2013-09-12 Thread Muhammad Shakeel
OE-Core has been updated to support rpcbind with systemd. Stuff here is not required anymore. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../rpcbind/rpcbind/rpcbind.service| 13 - .../rpcbind/rpcbind_0.2.0.bbappend | 16

[oe] [meta-oe][meta-systemd][PATCH 2/3] lighttpd: Remove systemd support which is merged in oe-core

2013-09-12 Thread Muhammad Shakeel
OE-Core has been updated to support lighttpd with systemd. Stuff here is not required anymore. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../lighttpd/lighttpd/lighttpd.service | 13 - .../lighttpd/lighttpd_1.4.32.bbappend | 15

[oe] [meta-oe][meta-systemd][PATCH 1/3] openssh: Remove systemd support which is merged in oe-core

2013-09-12 Thread Muhammad Shakeel
OE-Core has been updated to support openssh with systemd. Stuff here is not required anymore. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../openssh/openssh/sshd.socket| 11 --- .../openssh/openssh/sshd@.service |9 -

[oe] [meta-multimedia][PATCH] dleyna: switch to git clones instead of generated tarballs

2013-09-12 Thread Ross Burton
The tarballs used were the dynamically-generated tarballs from github, which recently have changed checksum. Avoid this problem entirely by fetching from git, locked to the relevant tag. Signed-off-by: Ross Burton ross.bur...@intel.com ---

Re: [oe] [meta-multimedia][PATCH] dleyna: switch to git clones instead of generated tarballs

2013-09-12 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 12-09-13 17:31, Ross Burton schreef: The tarballs used were the dynamically-generated tarballs from github, which recently have changed checksum. Avoid this problem entirely by fetching from git, locked to the relevant tag. Signed-off-by: