summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/tslib
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-graphics/tslib
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-graphics/tslib')
-rw-r--r--meta-oe/recipes-graphics/tslib/tslib_1.22.bb30
1 files changed, 15 insertions, 15 deletions
diff --git a/meta-oe/recipes-graphics/tslib/tslib_1.22.bb b/meta-oe/recipes-graphics/tslib/tslib_1.22.bb
index 326818eef..2cdac40fb 100644
--- a/meta-oe/recipes-graphics/tslib/tslib_1.22.bb
+++ b/meta-oe/recipes-graphics/tslib/tslib_1.22.bb
@@ -53,31 +53,31 @@ PACKAGECONFIG[galax] = "--enable-galax,--disable-galax"
53PACKAGECONFIG[one-wire-ts-input] = "--enable-one-wire-ts-input,--disable-one-wire-ts-input" 53PACKAGECONFIG[one-wire-ts-input] = "--enable-one-wire-ts-input,--disable-one-wire-ts-input"
54PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" 54PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
55 55
56do_install_prepend() { 56do_install:prepend() {
57 install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf 57 install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf
58} 58}
59 59
60do_install_append() { 60do_install:append() {
61 install -d ${D}${sysconfdir}/profile.d/ 61 install -d ${D}${sysconfdir}/profile.d/
62 install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ 62 install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/
63} 63}
64 64
65RPROVIDES_tslib-conf = "libts-0.0-conf" 65RPROVIDES:tslib-conf = "libts-0.0-conf"
66 66
67PACKAGES =+ "tslib-conf tslib-tests tslib-calibrate tslib-uinput" 67PACKAGES =+ "tslib-conf tslib-tests tslib-calibrate tslib-uinput"
68DEBIAN_NOAUTONAME_tslib-conf = "1" 68DEBIAN_NOAUTONAME:tslib-conf = "1"
69DEBIAN_NOAUTONAME_tslib-tests = "1" 69DEBIAN_NOAUTONAME:tslib-tests = "1"
70DEBIAN_NOAUTONAME_tslib-calibrate = "1" 70DEBIAN_NOAUTONAME:tslib-calibrate = "1"
71DEBIAN_NOAUTONAME_tslib-uinput = "1" 71DEBIAN_NOAUTONAME:tslib-uinput = "1"
72 72
73RDEPENDS_${PN} = "tslib-conf" 73RDEPENDS:${PN} = "tslib-conf"
74RRECOMMENDS_${PN} = "pointercal" 74RRECOMMENDS:${PN} = "pointercal"
75 75
76FILES_${PN}-dev += "${libdir}/ts/*.la" 76FILES:${PN}-dev += "${libdir}/ts/*.la"
77FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib" 77FILES:tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib"
78FILES_${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so*" 78FILES:${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so*"
79FILES_tslib-calibrate += "${bindir}/ts_calibrate" 79FILES:tslib-calibrate += "${bindir}/ts_calibrate"
80FILES_tslib-uinput += "${bindir}/ts_uinput" 80FILES:tslib-uinput += "${bindir}/ts_uinput"
81 81
82FILES_tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_print_mt \ 82FILES:tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_print_mt \
83 ${bindir}/ts_test ${bindir}/ts_test_mt ${bindir}/ts_verify ${bindir}/ts_finddev ${bindir}/ts_conf" 83 ${bindir}/ts_test ${bindir}/ts_test_mt ${bindir}/ts_verify ${bindir}/ts_finddev ${bindir}/ts_conf"