openwrt-base-files.bbclass: Refer licence using relative paths

Drop setting protocol to git since its default

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2018-04-27 05:13:24 +00:00
parent 057871dfd6
commit 3e3a3208b0

View File

@@ -10,9 +10,9 @@
OPENWRT_SRCREV = "444add156f2a6d92fc15005c5ade2208a978966c"
LICENSE_append = "&GPL-2.0+"
LIC_FILES_CHKSUM_append = " file://openwrt/LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f "
LIC_FILES_CHKSUM_append = " file://../git/openwrt/LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f "
SRC_URI_append = "\
git://github.com/openwrt/openwrt.git;name=openwrt;destsuffix=git/openwrt/;protocol=git;branch=lede-17.01 \
git://github.com/openwrt/openwrt.git;name=openwrt;destsuffix=git/openwrt;branch=lede-17.01 \
"