mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
recipes-support: rkflashtool: Fix invalid LICENSE format
This commit is contained in:
parent
25d150ab19
commit
243bd285d6
|
@ -2,7 +2,7 @@
|
||||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||||
|
|
||||||
DESCRIPTION = "Tools for flashing Rockchip devices"
|
DESCRIPTION = "Tools for flashing Rockchip devices"
|
||||||
LICENSE = "AS IS"
|
LICENSE = "ASIS"
|
||||||
LIC_FILES_CHKSUM = "file://rkcrc.c;beginline=1;endline=25;md5=5c55527c991502a9b86b768674cdcff5"
|
LIC_FILES_CHKSUM = "file://rkcrc.c;beginline=1;endline=25;md5=5c55527c991502a9b86b768674cdcff5"
|
||||||
|
|
||||||
DEPENDS += "libusb-native"
|
DEPENDS += "libusb-native"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user