diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-10-15 15:21:11 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:49:59 +0100 |
| commit | 99d33f27781a7780ae3ec55ece7e6160c33f1ece (patch) | |
| tree | f31e80d51290c92457cc3d655badebf4893675e1 | |
| parent | 75b0fb2ab99b84e466db543642e953f75ffee299 (diff) | |
| download | poky-99d33f27781a7780ae3ec55ece7e6160c33f1ece.tar.gz | |
packagegroup-core-basic: libuser has a hard depenency on libpam
Since libpam is only built when DISTRO_FEATURES pam is enabled we should
not be trying to build libuser also.
(From OE-Core rev: 5b3c2aac48dd060f20a3c65f15560996c35695fd)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-basic.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb index 2e6f576c9f..55de32fcf8 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb | |||
| @@ -107,7 +107,7 @@ RDEPENDS_packagegroup-core-initscripts = "\ | |||
| 107 | RDEPENDS_packagegroup-core-multiuser = "\ | 107 | RDEPENDS_packagegroup-core-multiuser = "\ |
| 108 | cracklib \ | 108 | cracklib \ |
| 109 | gzip \ | 109 | gzip \ |
| 110 | libuser \ | 110 | ${@base_contains('DISTRO_FEATURES', 'pam', 'libuser', '', d)} \ |
| 111 | shadow \ | 111 | shadow \ |
| 112 | sudo \ | 112 | sudo \ |
| 113 | " | 113 | " |
