diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-libre.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/kernel-libre.eclass b/eclass/kernel-libre.eclass index 140850c..80cc3ec 100644 --- a/eclass/kernel-libre.eclass +++ b/eclass/kernel-libre.eclass @@ -35,6 +35,7 @@ check_for_blobs() { # we want the name of a variable (not just its contents) # so can unset it if blobs are found + [[ "$SKIP_PATCH_DEBLOB" == "1" ]] && return 0 [[ -z "${!1}" ]] && return 1 sh ${DISTDIR}/${DEBLOB_CHECK} ${!1} |