diff options
-rw-r--r-- | recipes-kernel/rs9113/rs9113-from-src_1.5.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/rs9113/rs9113-from-src_1.5.5.bb b/recipes-kernel/rs9113/rs9113-from-src_1.5.5.bb index 7973516..ab26932 100644 --- a/recipes-kernel/rs9113/rs9113-from-src_1.5.5.bb +++ b/recipes-kernel/rs9113/rs9113-from-src_1.5.5.bb @@ -55,6 +55,8 @@ do_patch () { cd ${WORKDIR}/git echo "patches" ${M}/patches/* for f in ${M}/patches/* ; do + # If no patches, * is not expanded. + # Do not try to use "*" as a patch file. if ! [[ -r ${f} ]] ; then continue fi |