summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb
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/fvwm/fvwm_2.6.9.bb
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/fvwm/fvwm_2.6.9.bb')
-rw-r--r--meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb10
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
45REQUIRED_DISTRO_FEATURES = "x11" 45REQUIRED_DISTRO_FEATURES = "x11"
46 46
47ALTERNATIVE_${PN} = "x-window-manager" 47ALTERNATIVE:${PN} = "x-window-manager"
48ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/fvwm" 48ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/fvwm"
49ALTERNATIVE_PRIORITY[x-window-manager] = "20" 49ALTERNATIVE_PRIORITY[x-window-manager] = "20"
50 50
@@ -76,7 +76,7 @@ EXTRA_OEMAKE = " \
76 V=1 \ 76 V=1 \
77" 77"
78 78
79do_install_append() { 79do_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
95FILES_${PN} = " \ 95FILES:${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
101RDEPENDS_${PN} = " \ 101RDEPENDS:${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
107INSANE_SKIP_${PN} = " \ 107INSANE_SKIP:${PN} = " \
108 installed-vs-shipped \ 108 installed-vs-shipped \
109" 109"