diff options
Diffstat (limited to 'recipes-graphics/libgles')
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb index 5903b2e2..301bdd48 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | |||
@@ -12,11 +12,11 @@ SRCREV = "3c0537748dd283b2de9c5369570aa2aade5a9979" | |||
12 | 12 | ||
13 | # There's only hardfp version available | 13 | # There's only hardfp version available |
14 | python __anonymous() { | 14 | python __anonymous() { |
15 | tunes = bb.data.getVar("TUNE_FEATURES", d, 1) | 15 | tunes = d.getVar("TUNE_FEATURES", d, 1) |
16 | if not tunes: | 16 | if not tunes: |
17 | return | 17 | return |
18 | pkgn = bb.data.getVar("PN", d, 1) | 18 | pkgn = d.getVar("PN", d, 1) |
19 | pkgv = bb.data.getVar("PV", d, 1) | 19 | pkgv = d.getVar("PV", d, 1) |
20 | if "callconvention-hard" not in tunes: | 20 | if "callconvention-hard" not in tunes: |
21 | bb.warn("%s-%s ONLY supports hardfp mode for now" % (pkgn, pkgv)) | 21 | bb.warn("%s-%s ONLY supports hardfp mode for now" % (pkgn, pkgv)) |
22 | raise bb.parse.SkipPackage("%s-%s ONLY supports hardfp mode for now" % (pkgn, pkgv)) | 22 | raise bb.parse.SkipPackage("%s-%s ONLY supports hardfp mode for now" % (pkgn, pkgv)) |