X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-skel.bb;h=74ff31af2b12f1ce14692c7b8d323da54ffe81e3;hp=73bd78b56ad33a7ff74a57baf4f08377f5dd9082;hb=178fd421bd7d500c584cbb2db1274b9fb9d7d406;hpb=6abe5a959df73b97c99c6318420e11013e273344 diff --git a/recipes/pandora-system/pandora-skel.bb b/recipes/pandora-system/pandora-skel.bb index 73bd78b..74ff31a 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 = "r4" +PR = "r7" SRC_URI = " \ file://.xinitrc \ @@ -24,6 +24,7 @@ SRC_URI = " \ do_install() { install -d ${D}${sysconfdir}/skel/ + install -d ${D}${sysconfdir}/skel/Desktop install -m 0644 ${WORKDIR}/.xinitrc ${D}${sysconfdir}/skel/.xinitrc install -m 0644 ${WORKDIR}/vimrc ${D}${sysconfdir}/skel/.vimrc install -m 0644 ${WORKDIR}/bashrc ${D}${sysconfdir}/skel/.bashrc