summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb')
-rw-r--r--recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb b/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb
index a4867ec..319e054 100644
--- a/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb
+++ b/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb
@@ -54,7 +54,6 @@ do_compile () {
do_patch () {
cd ${WORKDIR}/git
- echo "patches" ${M}/patches/*
for f in ${M}/patches/* ; do
# Cannot use [[ $f =~ \.patch$ ]] here because the $ after patch breaks the recipe.
if echo ${f} | grep '\.patch$' >/dev/null 2>&1 ; then