diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
| tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-sato/matchbox-keyboard | |
| parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
| download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-keyboard')
| -rw-r--r-- | meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb index 49e37bd77c..a878411814 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb | |||
| @@ -33,19 +33,19 @@ PACKAGECONFIG[gtk3-im] = "--enable-gtk3-im,--disable-gtk3-im,gtk+3" | |||
| 33 | 33 | ||
| 34 | PACKAGES += "${PN}-im ${PN}-applet" | 34 | PACKAGES += "${PN}-im ${PN}-applet" |
| 35 | 35 | ||
| 36 | FILES_${PN} = "${bindir}/ \ | 36 | FILES:${PN} = "${bindir}/ \ |
| 37 | ${sysconfdir} \ | 37 | ${sysconfdir} \ |
| 38 | ${datadir}/applications \ | 38 | ${datadir}/applications \ |
| 39 | ${datadir}/pixmaps \ | 39 | ${datadir}/pixmaps \ |
| 40 | ${datadir}/matchbox-keyboard" | 40 | ${datadir}/matchbox-keyboard" |
| 41 | 41 | ||
| 42 | FILES_${PN}-im = "${libdir}/gtk-2.0/*/immodules/*.so \ | 42 | FILES:${PN}-im = "${libdir}/gtk-2.0/*/immodules/*.so \ |
| 43 | ${libdir}/gtk-3.0/*/immodules/*.so" | 43 | ${libdir}/gtk-3.0/*/immodules/*.so" |
| 44 | 44 | ||
| 45 | FILES_${PN}-applet = "${libdir}/matchbox-panel/*.so" | 45 | FILES:${PN}-applet = "${libdir}/matchbox-panel/*.so" |
| 46 | 46 | ||
| 47 | 47 | ||
| 48 | do_install_append () { | 48 | do_install:append () { |
| 49 | install -d ${D}/${sysconfdir}/X11/Xsession.d/ | 49 | install -d ${D}/${sysconfdir}/X11/Xsession.d/ |
| 50 | install -m 755 ${WORKDIR}/80matchboxkeyboard.sh ${D}/${sysconfdir}/X11/Xsession.d/ | 50 | install -m 755 ${WORKDIR}/80matchboxkeyboard.sh ${D}/${sysconfdir}/X11/Xsession.d/ |
| 51 | 51 | ||
| @@ -56,5 +56,5 @@ do_install_append () { | |||
| 56 | 56 | ||
| 57 | GTKIMMODULES_PACKAGES = "${PN}-im" | 57 | GTKIMMODULES_PACKAGES = "${PN}-im" |
| 58 | 58 | ||
| 59 | RDEPENDS_${PN} = "formfactor dbus-wait" | 59 | RDEPENDS:${PN} = "formfactor dbus-wait" |
| 60 | RRECOMMENDS_${PN} = "${PN}-applet" | 60 | RRECOMMENDS:${PN} = "${PN}-applet" |
