diff options
Diffstat (limited to 'meta-oe/recipes-support/fbset')
-rw-r--r-- | meta-oe/recipes-support/fbset/fbset-modes.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fbset/fbset-modes.bb b/meta-oe/recipes-support/fbset/fbset-modes.bb index 03d403950..e3b26ec45 100644 --- a/meta-oe/recipes-support/fbset/fbset-modes.bb +++ b/meta-oe/recipes-support/fbset/fbset-modes.bb | |||
@@ -13,5 +13,9 @@ do_install() { | |||
13 | } | 13 | } |
14 | 14 | ||
15 | inherit allarch | 15 | inherit allarch |
16 | CONFFILES_${PN} = "${sysconfdir}/fb.modes" | ||
17 | 16 | ||
17 | # fb.modes file is MACHINE_ARCH, base.bbclass correctly changes it to MACHINE_ARCH, but too late for allarch.bbclass | ||
18 | # to disable "all" behavior (found when comparing qemuarm and qemux86 signatures) | ||
19 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
20 | |||
21 | CONFFILES_${PN} = "${sysconfdir}/fb.modes" | ||