diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-03-09 16:51:57 -0500 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-03-23 04:15:12 +0000 |
commit | 02f9a52c6c99ba70b8ab930f821979ab2c23a554 (patch) | |
tree | 2d777ab8adb65202f4545b89a453221d79237752 /meta-phosphor/common/recipes-phosphor/packagegroups | |
parent | d3839348be84c133838f509c032b40dd51dfc110 (diff) | |
download | talos-openbmc-02f9a52c6c99ba70b8ab930f821979ab2c23a554.tar.gz talos-openbmc-02f9a52c6c99ba70b8ab930f821979ab2c23a554.zip |
Clean up stale obmc-phosphor-utils references
There were a number of places that inherited this class but did not
use it. A number of classes that did use it did not inherit it.
This was possible because the class was pulled in by the distro
configuration but that has been removed here as well.
Tested: Built and verified a witherspoon image
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: I73511cdcc609875b4fe016967c1b84c5200fb703
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/packagegroups')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb b/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb index 41eb7a3f7..11cfe3442 100644 --- a/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb +++ b/meta-phosphor/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb @@ -2,7 +2,6 @@ SUMMARY = "OpenBMC - Applications" PR = "r1" inherit packagegroup -inherit obmc-phosphor-utils inherit obmc-phosphor-license PROVIDES = "${PACKAGES}" |