hc
2023-11-06 15ade055295d13f95d49e3d99b09f3bbfb4a43e7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2020, Rockchip Electronics Co., Ltd
# Released under the MIT license (see COPYING.MIT for the terms)
 
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
 
inherit auto-patch
 
inherit freeze-rev local-git
 
SRCREV = "82957dba3977fd50d4c013e0d359f3203072a0f2"
SRC_URI = " \
   git://github.com/JeffyCN/mirrors.git;protocol=https;nobranch=1;branch=kernel-4.19-2022_01_10; \
"
 
S = "${WORKDIR}/git"
 
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"