aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fbset/fbset-modes.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/fbset/fbset-modes.bb')
-rw-r--r--meta-oe/recipes-support/fbset/fbset-modes.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/fbset/fbset-modes.bb b/meta-oe/recipes-support/fbset/fbset-modes.bb
index cf4089f633..03d4039509 100644
--- a/meta-oe/recipes-support/fbset/fbset-modes.bb
+++ b/meta-oe/recipes-support/fbset/fbset-modes.bb
@@ -3,7 +3,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PV = "0.1.0"
-PR = "r5"
+PR = "r6"
SRC_URI = "file://fb.modes"
@@ -12,6 +12,6 @@ do_install() {
install -m 0644 ${WORKDIR}/fb.modes ${D}${sysconfdir}
}
-PACKAGE_ARCH = "all"
+inherit allarch
CONFFILES_${PN} = "${sysconfdir}/fb.modes"