From e05bb9e2f7f9427e5f84b40e2cd7194121f9a70a Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Tue, 16 Oct 2012 03:32:20 +0300 Subject: [PATCH 1/1] pandora-skel: fix file list --- recipes/pandora-system/pandora-skel.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} = "/*" -- 2.39.2