diff options
author | John Klug <john.klug@multitech.com> | 2017-08-30 09:35:12 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-08-30 09:35:12 -0500 |
commit | f6bcb4f9b822f6b49d7ba28a97d117b620d0a85b (patch) | |
tree | c6ae38aa0d0b834889255def75969486171eaa0b | |
parent | ecf292e7a733f98df57ea9254a05146eef225a3a (diff) | |
download | meta-multitech-f6bcb4f9b822f6b49d7ba28a97d117b620d0a85b.tar.gz meta-multitech-f6bcb4f9b822f6b49d7ba28a97d117b620d0a85b.tar.bz2 meta-multitech-f6bcb4f9b822f6b49d7ba28a97d117b620d0a85b.zip |
Asterisk is not a patch file for rs9113
-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 |