From: Grazvydas Ignotas Date: Tue, 16 Oct 2012 00:32:20 +0000 (+0300) Subject: pandora-skel: fix file list X-Git-Tag: sz_152~21 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=e05bb9e2f7f9427e5f84b40e2cd7194121f9a70a;hp=d74a31c15b9e7fdd9c13526fbae1ca9ac1dd0ebb pandora-skel: fix file list --- diff --git a/recipes/pandora-system/pandora-skel.bb b/recipes/pandora-system/pandora-skel.bb index ae6f37b..c5066ce 100644 --- a/recipes/pandora-system/pandora-skel.bb +++ b/recipes/pandora-system/pandora-skel.bb @@ -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" -PR = "r18" +PR = "r19" SRC_URI = " \ file://.xinitrc \ @@ -55,4 +55,4 @@ do_install() { PACKAGE_ARCH = "${MACHINE_ARCH}" -FILES_${PN} += "${prefix} ${datadir}" +FILES_${PN} = "/*"