diff options
author | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2013-03-22 11:55:35 -0700 |
---|---|---|
committer | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2013-03-22 12:05:11 -0700 |
commit | ad2e02a40e0edaf92e48cd8dd784a1b96bc9ad88 (patch) | |
tree | 3d075911e2a0d24e6412e4e78f604d15bc6f47c1 | |
parent | 4da30033682ccbe1038b928e1a195b20420eff49 (diff) | |
download | meta-common-ad2e02a40e0edaf92e48cd8dd784a1b96bc9ad88.tar.gz meta-common-ad2e02a40e0edaf92e48cd8dd784a1b96bc9ad88.tar.bz2 meta-common-ad2e02a40e0edaf92e48cd8dd784a1b96bc9ad88.zip |
Add 'attr' and 'smack' to the development groupsubmit/trunk/20130322.190627accepted/trunk/20130326.150502
To facilitate Smack debugging, the 'attr' package is useful.
The Smack utilities are already pulled in by rpm-security-plugin, but to
be sure they are always available in devel images, add 'smack' as well.
Change-Id: Ia3be629a8b8afec1f31f269c769a039d570cb79f
-rw-r--r-- | packaging/meta-common.changes | 3 | ||||
-rw-r--r-- | patterns/development.yaml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/packaging/meta-common.changes b/packaging/meta-common.changes index b3bff13..0b3a000 100644 --- a/packaging/meta-common.changes +++ b/packaging/meta-common.changes @@ -1,3 +1,6 @@ +* Fri Mar 22 2013 Patrick McCarty <patrick.mccarty@linux.intel.com> accepted/trunk/20130311.092601@276ed55 +- Add 'attr' to the development group + * Mon Mar 11 2013 Anas Nashif <anas.nashif@intel.com> accepted/trunk/20130306.221530@ad71748 - add iputils/iproute2 diff --git a/patterns/development.yaml b/patterns/development.yaml index 4186cdb..48323a7 100644 --- a/patterns/development.yaml +++ b/patterns/development.yaml @@ -39,4 +39,6 @@ Packages: - git-core - valgrind - lsof +- attr +- smack Summary: Development |