From cf3796f66318074737bbf9e0b43da8063f9fe43a Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Tue, 6 Jul 2010 11:00:03 +0800 Subject: base-passwd: upgrade to 3.5.22 [Patches] UPDATE _nobash.patch_: use /bin/sh instead of /bin/bash. disable root password as we have no /etc/shadow KEEP _root-home.patch_: set home of root to /home/root instead of /root DISABLE _mysql.patch_: poky doesn't have mysql pacakge. no need to set password for it then. but keep for a while REMOVE _configure.patch_: in upstream now [Recipe] - add license checksum - reduce line wraps Signed-off-by: Kevin Tian --- meta/packages/base-passwd/base-passwd-3.5.22/mysql.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/packages/base-passwd/base-passwd-3.5.22/mysql.patch (limited to 'meta/packages/base-passwd/base-passwd-3.5.22/mysql.patch') diff --git a/meta/packages/base-passwd/base-passwd-3.5.22/mysql.patch b/meta/packages/base-passwd/base-passwd-3.5.22/mysql.patch new file mode 100644 index 000000000..8bfd75792 --- /dev/null +++ b/meta/packages/base-passwd/base-passwd-3.5.22/mysql.patch @@ -0,0 +1,13 @@ +# set correct uid/gid for mysql, from OE (8836cd807198c224ed23b05fa4f708f096881b27). +# however poky doesn't include mysql so far. Remove it from patch list, but keep +# this patch for a while +# +# comment added by Kevin Tian , 2010-07-06 +--- base-passwd/group.master.orig 2005-07-08 06:36:07.717990112 +0200 ++++ base-passwd/group.master 2005-07-08 06:36:32.000000000 +0200 +@@ -36,4 +36,5 @@ + staff:*:50: + games:*:60: + users:*:100: ++mysql:*:64001: + nogroup:*:65534: -- cgit v1.2.3