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-graphics/fvwm/fvwm_2.6.9.bb | |
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-graphics/fvwm/fvwm_2.6.9.bb')
-rw-r--r-- | meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb index 51f5a4eca..96877577e 100644 --- a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb +++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb | |||
@@ -44,7 +44,7 @@ inherit autotools gettext update-alternatives pkgconfig python3native perlnative | |||
44 | # depends on virtual/libx11 | 44 | # depends on virtual/libx11 |
45 | REQUIRED_DISTRO_FEATURES = "x11" | 45 | REQUIRED_DISTRO_FEATURES = "x11" |
46 | 46 | ||
47 | ALTERNATIVE_${PN} = "x-window-manager" | 47 | ALTERNATIVE:${PN} = "x-window-manager" |
48 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/fvwm" | 48 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/fvwm" |
49 | ALTERNATIVE_PRIORITY[x-window-manager] = "20" | 49 | ALTERNATIVE_PRIORITY[x-window-manager] = "20" |
50 | 50 | ||
@@ -76,7 +76,7 @@ EXTRA_OEMAKE = " \ | |||
76 | V=1 \ | 76 | V=1 \ |
77 | " | 77 | " |
78 | 78 | ||
79 | do_install_append() { | 79 | do_install:append() { |
80 | install -d -m 0755 ${D}/${sysconfdir}/xdg/fvwm | 80 | install -d -m 0755 ${D}/${sysconfdir}/xdg/fvwm |
81 | # You can install the config file here | 81 | # You can install the config file here |
82 | 82 | ||
@@ -92,18 +92,18 @@ PACKAGES = " \ | |||
92 | " | 92 | " |
93 | 93 | ||
94 | # minimal set of binaries | 94 | # minimal set of binaries |
95 | FILES_${PN} = " \ | 95 | FILES:${PN} = " \ |
96 | ${bindir}/fvwm \ | 96 | ${bindir}/fvwm \ |
97 | ${bindir}/fvwm-root \ | 97 | ${bindir}/fvwm-root \ |
98 | ${datadir}/fvwm/ConfigFvwmDefaults \ | 98 | ${datadir}/fvwm/ConfigFvwmDefaults \ |
99 | " | 99 | " |
100 | 100 | ||
101 | RDEPENDS_${PN} = " \ | 101 | RDEPENDS:${PN} = " \ |
102 | xuser-account \ | 102 | xuser-account \ |
103 | " | 103 | " |
104 | 104 | ||
105 | # by default a lot of stuff is installed and it's not easy to control what to | 105 | # by default a lot of stuff is installed and it's not easy to control what to |
106 | # install, so install everything, but skip the check | 106 | # install, so install everything, but skip the check |
107 | INSANE_SKIP_${PN} = " \ | 107 | INSANE_SKIP:${PN} = " \ |
108 | installed-vs-shipped \ | 108 | installed-vs-shipped \ |
109 | " | 109 | " |