diff options
| -rw-r--r-- | meta-oe/recipes-support/edid-decode/edid-decode_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb index bb8c9de71d..6eaec800ca 100644 --- a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb +++ b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb | |||
| @@ -14,3 +14,5 @@ S = "${WORKDIR}/git" | |||
| 14 | do_install() { | 14 | do_install() { |
| 15 | oe_runmake 'DESTDIR=${D}' install | 15 | oe_runmake 'DESTDIR=${D}' install |
| 16 | } | 16 | } |
| 17 | |||
| 18 | BBCLASSEXTEND = "native" | ||
