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-oe/recipes-devtools/tcltk | |
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-oe/recipes-devtools/tcltk')
-rw-r--r-- | meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb index 34fca8189..6e951c993 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb | |||
@@ -45,7 +45,7 @@ EXTRA_OECONF = "\ | |||
45 | --libdir=${libdir} \ | 45 | --libdir=${libdir} \ |
46 | " | 46 | " |
47 | export TK_LIBRARY='${libdir}/tk${VER}' | 47 | export TK_LIBRARY='${libdir}/tk${VER}' |
48 | do_install_append() { | 48 | do_install:append() { |
49 | ln -sf libtk${VER}.so ${D}${libdir}/libtk${VER}.so.0 | 49 | ln -sf libtk${VER}.so ${D}${libdir}/libtk${VER}.so.0 |
50 | oe_libinstall -so libtk${VER} ${D}${libdir} | 50 | oe_libinstall -so libtk${VER} ${D}${libdir} |
51 | ln -sf wish${VER} ${D}${bindir}/wish | 51 | ln -sf wish${VER} ${D}${bindir}/wish |
@@ -62,12 +62,12 @@ PACKAGECONFIG[xss] = "--enable-xss,--disable-xss,libxscrnsaver libxext" | |||
62 | 62 | ||
63 | PACKAGES =+ "${PN}-lib" | 63 | PACKAGES =+ "${PN}-lib" |
64 | 64 | ||
65 | FILES_${PN}-lib = "${libdir}/libtk${VER}.so*" | 65 | FILES:${PN}-lib = "${libdir}/libtk${VER}.so*" |
66 | FILES_${PN} += "${libdir}/tk*" | 66 | FILES:${PN} += "${libdir}/tk*" |
67 | 67 | ||
68 | # isn't getting picked up by shlibs code | 68 | # isn't getting picked up by shlibs code |
69 | RDEPENDS_${PN} += "tk-lib" | 69 | RDEPENDS:${PN} += "tk-lib" |
70 | RDEPENDS_${PN}_class-native = "" | 70 | RDEPENDS:${PN}:class-native = "" |
71 | 71 | ||
72 | BBCLASSEXTEND = "native nativesdk" | 72 | BBCLASSEXTEND = "native nativesdk" |
73 | 73 | ||