pandora-skel: fix file list
authorGrazvydas Ignotas <notasas@gmail.com>
Tue, 16 Oct 2012 00:32:20 +0000 (03:32 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 16 Oct 2012 00:32:33 +0000 (03:32 +0300)
recipes/pandora-system/pandora-skel.bb

index ae6f37b..c5066ce 100644 (file)
@@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 # /etc/skel is used by Shadow's useradd so you really have that installed for this to make sense ;)
 RDEPENDS = "shadow"
 
 # /etc/skel is used by Shadow's useradd so you really have that installed for this to make sense ;)
 RDEPENDS = "shadow"
 
-PR = "r18"
+PR = "r19"
 
 SRC_URI = " \
   file://.xinitrc \     
 
 SRC_URI = " \
   file://.xinitrc \     
@@ -55,4 +55,4 @@ do_install() {
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-FILES_${PN} += "${prefix} ${datadir}"
+FILES_${PN} = "/*"