Skip to content

Commit 4f7d4f3

Browse files
committed
nerdctl: drop redundent 'qcom-distro-sota' overrides
Since all QCOM distros now share the common `qcom-distro` override, drop redundent `qcom-distro-sota` override checks to simplify recipe. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
1 parent 78d980c commit 4f7d4f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Go binaries on ARMv7 are built in a strange way
22
INSANE_SKIP:${PN}:append:arm:qcom-distro = " textrel"
3-
INSANE_SKIP:${PN}:append:arm:qcom-distro-sota = " textrel"
43

54
# workaround for permissions preventing rm_work to succeed
65
do_rm_work:prepend:qcom-distro() {
@@ -9,8 +8,3 @@ do_rm_work:prepend:qcom-distro() {
98
fi
109
}
1110

12-
do_rm_work:prepend:qcom-distro-sota() {
13-
if [ -d ${UNPACKDIR} ] ; then
14-
chmod u+w ${UNPACKDIR} -R
15-
fi
16-
}

0 commit comments

Comments
 (0)