libstd: correct path to COPYRIGHT

(cherry picked from commit 2fd83daa46)
This commit is contained in:
Johan Anderholm
2017-09-30 11:22:58 +02:00
committed by Doug Goldstein
parent 13e81c1961
commit 633c18c655
+1 -1
View File
@@ -1,7 +1,7 @@
require rust-source-${PV}.inc
require libstd-rs.inc
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=12922f5565a22267bd82aaeb6d3548e5"
LIC_FILES_CHKSUM = "file://../../COPYRIGHT;md5=12922f5565a22267bd82aaeb6d3548e5"
# Don't use jemalloc as it doesn't work for many targets.
# https://github.com/rust-lang/rust/pull/37392