Skip to content

Commit

Permalink
Match licenses with license files.
Browse files Browse the repository at this point in the history
Apache 2.0 and MIT, though similar, are not the same license.

Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
  • Loading branch information
alexgg committed Jan 24, 2020
1 parent ca915c0 commit f1e95f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SUMMARY = "Resin hostapp rootfs creation tool"
LICENSE = "MIT"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

SRC_URI = " \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ the linux kernel source. The headers are needed for OOT module building \
and are taking up less space than the entire linux kernel source tree. \
"
SECTION = "devel/kernel"
LICENSE = "Apache-2.0"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

DEPENDS += " \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUMMARY = "Linux kernel headers test"
DESCRIPTION = "This recipe tests generated kernel headers by running a simple hello-world compile test"
SECTION = "devel/kernel"
LICENSE = "Apache-2.0"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

SRC_URI = "file://example_module/hello.c \
Expand Down

0 comments on commit f1e95f2

Please sign in to comment.