diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-multimedia/classes | |
parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/classes')
-rw-r--r-- | meta-multimedia/classes/juce.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/classes/juce.bbclass b/meta-multimedia/classes/juce.bbclass index 3927235ef1..e20a054b45 100644 --- a/meta-multimedia/classes/juce.bbclass +++ b/meta-multimedia/classes/juce.bbclass | |||
@@ -9,14 +9,14 @@ JUCE_MODULES ??= " \ | |||
9 | " | 9 | " |
10 | JUCE_X11_DEPS = "libx11 libxext libxinerama libxrandr libxcursor" | 10 | JUCE_X11_DEPS = "libx11 libxext libxinerama libxrandr libxcursor" |
11 | 11 | ||
12 | PACKAGECONFIG_prepend= "${JUCE_MODULES} " | 12 | PACKAGECONFIG:prepend= "${JUCE_MODULES} " |
13 | PACKAGECONFIG[juce_core] = ",,curl," | 13 | PACKAGECONFIG[juce_core] = ",,curl," |
14 | PACKAGECONFIG[juce_audio_devices] = ",,alsa-lib," | 14 | PACKAGECONFIG[juce_audio_devices] = ",,alsa-lib," |
15 | PACKAGECONFIG[juce_graphics] = ",,${JUCE_X11_DEPS} freetype," | 15 | PACKAGECONFIG[juce_graphics] = ",,${JUCE_X11_DEPS} freetype," |
16 | PACKAGECONFIG[juce_gui_basics] = ",,${JUCE_X11_DEPS}," | 16 | PACKAGECONFIG[juce_gui_basics] = ",,${JUCE_X11_DEPS}," |
17 | PACKAGECONFIG[juce_opengl] = ",,virtual/libgl," | 17 | PACKAGECONFIG[juce_opengl] = ",,virtual/libgl," |
18 | 18 | ||
19 | DEPENDS_prepend = "projucer-native " | 19 | DEPENDS:prepend = "projucer-native " |
20 | 20 | ||
21 | export OE_JUCE_PROJUCER = "${STAGING_BINDIR_NATIVE}/Projucer" | 21 | export OE_JUCE_PROJUCER = "${STAGING_BINDIR_NATIVE}/Projucer" |
22 | 22 | ||