Skip to content

Commit

Permalink
spidev-test: Update common-licenses reference
Browse files Browse the repository at this point in the history
The license files were renamed in oe-core to match the SPDX names.

Most recipes here were already updated in commit ed54f12
("recipes: Update common-licenses references to match new names"),
but spidev-test was still missing.

Signed-off-by: Daniel Klauer <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Armin Kuster <[email protected]>
  • Loading branch information
dkl authored and akuster committed Jan 30, 2022
1 parent 4d42217 commit a119f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-kernel/spidev-test/spidev-test.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUMMARY = "Test SPI devices"
DESCRIPTION = "SPI testing utility using the spidev driver"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
PROVIDES = "virtual/spidev-test"

inherit bash-completion kernelsrc kernel-arch
Expand Down

0 comments on commit a119f5c

Please sign in to comment.