fbset-modes: make the modes a conffile
authorKoen Kooi <koen@openembedded.org>
Tue, 23 Oct 2007 13:00:53 +0000 (13:00 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 23 Oct 2007 13:00:53 +0000 (13:00 +0000)
packages/fbset/fbset-modes.bb

index b1f0058..2724252 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Default display timings and resolutions for fbset"
 PV = "0.1.0"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "file://fb.modes"
 
@@ -10,4 +10,5 @@ do_install() {
 }
 
 PACKAGE_ARCH = "all"
+CONFFILES_${PN} = "${sysconfdir}/fb.modes"