summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/tiptop
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-extended/tiptop
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-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-oe/recipes-extended/tiptop')
-rw-r--r--meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb b/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb
index cf67a08b3e..31d0dae25c 100644
--- a/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb
+++ b/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb
@@ -17,7 +17,7 @@ inherit autotools
17EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2"" 17EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2""
18COMPATIBLE_HOST = "(i.86|x86_64|arm|powerpc|aarch64).*-linux" 18COMPATIBLE_HOST = "(i.86|x86_64|arm|powerpc|aarch64).*-linux"
19 19
20do_configure_prepend () { 20do_configure:prepend () {
21 # Two bugs in configure.ac when cross-compiling. 21 # Two bugs in configure.ac when cross-compiling.
22 # 1. The path of libxml2. Specify it in EXTRA_OECONF. 22 # 1. The path of libxml2. Specify it in EXTRA_OECONF.
23 # 2. hw's value on other platforms. Replace it if the target is 23 # 2. hw's value on other platforms. Replace it if the target is