We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a94d162 + 2cadb4d commit 785833dCopy full SHA for 785833d
meta-rdk-mtk-bpir4/recipes-ccsp/hal/halinterface.bbappend
@@ -5,11 +5,11 @@ SRC_URI += "file://hal_interface.patch;apply=no "
5
#need to remove this patch once this changes merged in rdk-next
6
do_hal_interface_patches() {
7
cd ${S}
8
- if [ ! -e patch_applied ]; then
+ if [ ! -e bpi_patch_applied ]; then
9
bbnote "Patching hal_interface.patch"
10
patch -p1 < ${WORKDIR}/hal_interface.patch
11
12
- touch patch_applied
+ touch bpi_patch_applied
13
fi
14
}
15
addtask hal_interface_patches after do_unpack before do_configure
0 commit comments