Skip to content

Commit

Permalink
Merge pull request #39 from YoeDistro/yoe/mut
Browse files Browse the repository at this point in the history
yoe-simple-image.bb: Use features_check instead of distro_features_check
  • Loading branch information
cbrake authored Nov 23, 2019
2 parents 2f5b09a + 22da3bf commit feaf92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-core/images/yoe-simple-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda

DEPENDS += "coreutils-native"

inherit distro_features_check
inherit features_check

IMAGE_FEATURES += "ssh-server-dropbear package-management hwcodecs"

Expand Down

0 comments on commit feaf92e

Please sign in to comment.