From f97b72a81950855d1d8a57aef1aa1006bac80722 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 2 Nov 2017 16:01:01 -0500 Subject: 1.5.6 driver for mLinux 3 --- recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3