Skip to content

Commit

Permalink
Merge pull request #5 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
images: Replace COREBASE with COMMON_LICENSE_DIR
  • Loading branch information
cbrake authored Nov 20, 2018
2 parents ffdff5b + 1c1d815 commit 6276f39
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions recipes-core/images/yoe-qt5-eglfs-image.bb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Yoe QT5 sample image
require yoe-simple-image.bb

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

require yoe-simple-image.bb
require qt5.inc

CONFLICT_DISTRO_FEATURES = "wayland x11"
Expand Down
4 changes: 2 additions & 2 deletions recipes-core/images/yoe-qt5-wayland-image.bb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Yoe QT5/Wayland sample image
require yoe-simple-image.bb

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

require yoe-simple-image.bb
require qt5.inc

REQUIRED_DISTRO_FEATURES = "wayland"
Expand Down
4 changes: 2 additions & 2 deletions recipes-core/images/yoe-qt5-x11-image.bb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Yoe QT5/X11 sample image
require yoe-simple-image.bb

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

require yoe-simple-image.bb
require qt5.inc

REQUIRED_DISTRO_FEATURES = "x11"
Expand Down
2 changes: 1 addition & 1 deletion recipes-core/images/yoe-simple-image.bb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Yoe sample image

require recipes-core/images/core-image-base.bb
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

inherit distro_features_check

require recipes-core/images/core-image-base.bb
IMAGE_FEATURES += "ssh-server-dropbear package-management hwcodecs"

export IMAGE_BASENAME = "yoe-simple-image"

0 comments on commit 6276f39

Please sign in to comment.