From 243bd285d67fbaf2dbd53e498428b43d8eea9389 Mon Sep 17 00:00:00 2001 From: Romain Perier Date: Sat, 20 Jun 2015 13:14:33 +0000 Subject: [PATCH] recipes-support: rkflashtool: Fix invalid LICENSE format --- recipes-support/rkflashtool/rkflashtool-native_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/rkflashtool/rkflashtool-native_git.bb b/recipes-support/rkflashtool/rkflashtool-native_git.bb index 342c0d5..fc3e68f 100644 --- a/recipes-support/rkflashtool/rkflashtool-native_git.bb +++ b/recipes-support/rkflashtool/rkflashtool-native_git.bb @@ -2,7 +2,7 @@ # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "Tools for flashing Rockchip devices" -LICENSE = "AS IS" +LICENSE = "ASIS" LIC_FILES_CHKSUM = "file://rkcrc.c;beginline=1;endline=25;md5=5c55527c991502a9b86b768674cdcff5" DEPENDS += "libusb-native"