diff options
-rw-r--r-- | recipes-bsp/qe-ucode/qe-ucode_git.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb b/recipes-bsp/qe-ucode/qe-ucode_git.bb index fadd9300..8239fc49 100644 --- a/recipes-bsp/qe-ucode/qe-ucode_git.bb +++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb | |||
@@ -11,12 +11,12 @@ SRCREV= "57401f6dff6507055558eaa6838116baa8a2fd46" | |||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | python () { | 13 | python () { |
14 | if not d.getVar("QE_UCODE", True): | 14 | if not d.getVar("QE_UCODE", True): |
15 | PN = d.getVar("PN", True) | 15 | PN = d.getVar("PN", True) |
16 | FILE = os.path.basename(d.getVar("FILE", True)) | 16 | FILE = os.path.basename(d.getVar("FILE", True)) |
17 | bb.debug(1, "To build %s, see %s for instructions on \ | 17 | bb.debug(1, "To build %s, see %s for instructions on \ |
18 | setting up your qe-ucode" % (PN, FILE)) | 18 | setting up your qe-ucode" % (PN, FILE)) |
19 | raise bb.parse.SkipRecipe("because QE_UCODE is not set") | 19 | raise bb.parse.SkipRecipe("because QE_UCODE is not set") |
20 | } | 20 | } |
21 | 21 | ||
22 | do_install () { | 22 | do_install () { |