From 4fce968ab3cd0920343ec49e8c77903efffd857c Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 26 Oct 2009 08:50:47 +0000 Subject: Add option to skip deblob check of kernel patches --- eclass/kernel-libre.eclass | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v1.2.3