summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-08-30 09:35:12 -0500
committerJohn Klug <john.klug@multitech.com>2017-08-30 09:35:12 -0500
commitf6bcb4f9b822f6b49d7ba28a97d117b620d0a85b (patch)
treec6ae38aa0d0b834889255def75969486171eaa0b
parentecf292e7a733f98df57ea9254a05146eef225a3a (diff)
downloadmeta-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.bb2
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