diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-06-28 01:49:11 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-06-28 01:49:11 +0000 |
commit | 99ebb5db54f9f9dad8e545b6b0627ec400c925f9 (patch) | |
tree | dd55f7ebcf8cd635ba0eabc3ec02a64e939eb0b1 | |
parent | Explicitly set RDEPEND=DEPEND. (diff) | |
download | gentoo-2-99ebb5db54f9f9dad8e545b6b0627ec400c925f9.tar.gz gentoo-2-99ebb5db54f9f9dad8e545b6b0627ec400c925f9.tar.bz2 gentoo-2-99ebb5db54f9f9dad8e545b6b0627ec400c925f9.zip |
Added sys-apps/makedev and sys-fs/udev to packages.build for default/linux and hardened profiles.
This will allow stages to have devices and udev in sysinit runlevel - bug 368597
-rw-r--r-- | profiles/ChangeLog | 9 | ||||
-rw-r--r-- | profiles/default/linux/packages.build | 4 | ||||
-rw-r--r-- | profiles/hardened/packages.build | 4 |
3 files changed, 14 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index b3973276dc4a..a2c97542d3e2 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,18 @@ # ChangeLog for profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5481 2011/06/27 16:53:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5482 2011/06/28 01:49:11 jmbsvicetto Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 28 Jun 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + default/linux/packages.build, hardened/packages.build: + Added sys-apps/makedev and sys-fs/udev to packages.build for default/linux + and hardened profiles. + This will allow stages to have devices and udev in sysinit runlevel - bug + 368597. + 27 Jun 2011; Samuli Suominen <ssuominen@gentoo.org> package.mask: Remove entries for packages removed in favour completing bug #359595. diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index 3b7b9d6a9e11..bb021ae01b00 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.4 2011/04/09 21:28:10 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.5 2011/06/28 01:49:11 jmbsvicetto Exp $ # This file describes the packages needed to build a stage1 based on this # profile. Packages in this file are built in order. @@ -18,6 +18,7 @@ sys-devel/autoconf sys-devel/automake sys-devel/libtool sys-apps/baselayout +sys-apps/makedev sys-apps/coreutils sys-apps/diffutils sys-apps/file @@ -40,3 +41,4 @@ virtual/editor virtual/libc virtual/os-headers virtual/package-manager +sys-fs/udev diff --git a/profiles/hardened/packages.build b/profiles/hardened/packages.build index bcd68b25ab31..ae77d0ab83b4 100644 --- a/profiles/hardened/packages.build +++ b/profiles/hardened/packages.build @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/packages.build,v 1.5 2011/04/03 11:29:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/packages.build,v 1.6 2011/06/28 01:49:11 jmbsvicetto Exp $ app-arch/bzip2 app-arch/gzip @@ -9,6 +9,7 @@ app-shells/bash net-misc/rsync net-misc/wget sys-apps/baselayout +sys-apps/makedev sys-devel/autoconf sys-devel/automake sys-devel/libtool @@ -37,3 +38,4 @@ dev-lang/python virtual/editor virtual/libc virtual/os-headers +sys-fs/udev |