Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
packagegroups: Get rid of DISTRO_FEATURE stuff.
Browse files Browse the repository at this point in the history
This isn't the right place for a distro feature to get involved. If it's
not defined the error is mysterious because these packagegroups just
disappear, or rather appear to not exist.
  • Loading branch information
flihp committed Feb 10, 2015
1 parent 9a203cf commit b66ec87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions recipes-txt/packagegroups/packagegroup-tboot.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ PR = "r0"

inherit packagegroup

PROVIDES = "${PACKAGES}"
PACKAGES = "${@base_contains('DISTRO_FEATURES', 'txt', 'packagegroup-tboot', '',d)}"
PROVIDES = "packagegroup-tboot"

RDEPENDS_packagegroup-tboot = "\
tboot \
Expand Down
3 changes: 1 addition & 2 deletions recipes-txt/packagegroups/packagegroup-txt-utils.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ PR = "r0"

inherit packagegroup

PROVIDES = "${PACKAGES}"
PACKAGES = "${@base_contains('DISTRO_FEATURES', 'txt', 'packagegroup-txt-utils', '',d)}"
PROVIDES = "packagegroup-txt-utils"

RDEPENDS_packagegroup-txt-utils = "\
pcr-calc \
Expand Down

0 comments on commit b66ec87

Please sign in to comment.