diff options
| author | Joerg Vehlow <joerg.vehlow@aox.de> | 2022-05-12 11:03:32 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-12 09:16:11 -0700 |
| commit | 1aa9d7d53d05b01727a8fdc2079f7c00e273fc13 (patch) | |
| tree | 0954d2d393cea30acd83307f342c1bb6b0385ba7 | |
| parent | d7ff4a77241fc79fc704a0d9d6b414b52f025531 (diff) | |
| download | meta-openembedded-1aa9d7d53d05b01727a8fdc2079f7c00e273fc13.tar.gz | |
jq: Fix typo OE_EXTRACONF -> EXTRA_OECONF
Signed-off-by: Joerg Vehlow <joerg.vehlow@aox.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/jq/jq_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/jq/jq_git.bb b/meta-oe/recipes-devtools/jq/jq_git.bb index d0c70da76f..8b0218c83e 100644 --- a/meta-oe/recipes-devtools/jq/jq_git.bb +++ b/meta-oe/recipes-devtools/jq/jq_git.bb | |||
| @@ -21,7 +21,7 @@ PACKAGECONFIG[docs] = "--enable-docs,--disable-docs,ruby-native" | |||
| 21 | PACKAGECONFIG[maintainer-mode] = "--enable-maintainer-mode,--disable-maintainer-mode,flex-native bison-native" | 21 | PACKAGECONFIG[maintainer-mode] = "--enable-maintainer-mode,--disable-maintainer-mode,flex-native bison-native" |
| 22 | PACKAGECONFIG[oniguruma] = "--with-oniguruma,--without-oniguruma,onig" | 22 | PACKAGECONFIG[oniguruma] = "--with-oniguruma,--without-oniguruma,onig" |
| 23 | 23 | ||
| 24 | OE_EXTRACONF += " \ | 24 | EXTRA_OECONF += " \ |
| 25 | --disable-valgrind \ | 25 | --disable-valgrind \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
