summaryrefslogtreecommitdiff
path: root/packages/base-passwd/base-passwd_3.5.9.bb
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2005-07-08 04:42:15 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-08 04:42:15 +0000
commit8836cd807198c224ed23b05fa4f708f096881b27 (patch)
tree815e45fc41e88728cb717f1207fd6c60b1dc5853 /packages/base-passwd/base-passwd_3.5.9.bb
parent6b01a54da465341d7d1adbd3178536d7219d7368 (diff)
Added mysql user and group with correct (reserved) UID/GID 64001.
Diffstat (limited to 'packages/base-passwd/base-passwd_3.5.9.bb')
-rw-r--r--packages/base-passwd/base-passwd_3.5.9.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/base-passwd/base-passwd_3.5.9.bb b/packages/base-passwd/base-passwd_3.5.9.bb
index 4ebb5749dd..72caba0223 100644
--- a/packages/base-passwd/base-passwd_3.5.9.bb
+++ b/packages/base-passwd/base-passwd_3.5.9.bb
@@ -6,7 +6,8 @@ LICENSE = "GPL"
SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \
file://configure.patch;patch=1 \
file://nobash.patch;patch=1 \
- file://root-home.patch;patch=1"
+ file://root-home.patch;patch=1 \
+ file://mysql.patch;patch=1"
S = "${WORKDIR}/base-passwd"