From 3a04eb561c3253ebaafd4d0febfc9d329e083c7a Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Tue, 16 Oct 2012 03:16:07 +0300 Subject: [PATCH] base-files: pandora hack remove files that come with pandora-skel --- recipes/base-files/base-files_3.0.14.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb index 7cb4061aed..a698a18ff8 100644 --- a/recipes/base-files/base-files_3.0.14.bb +++ b/recipes/base-files/base-files_3.0.14.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Miscellaneous files for the base system." SECTION = "base" PRIORITY = "required" -PR = "r92" +PR = "r93" LICENSE = "GPL" SRC_URI = " \ @@ -116,8 +116,8 @@ do_install () { install -m 0644 ${WORKDIR}/filesystems ${D}${sysconfdir}/filesystems install -m 0644 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd install -m 0644 ${WORKDIR}/profile ${D}${sysconfdir}/profile - install -m 0755 ${WORKDIR}/share/dot.profile ${D}${sysconfdir}/skel/.profile - install -m 0755 ${WORKDIR}/share/dot.bashrc ${D}${sysconfdir}/skel/.bashrc +# install -m 0755 ${WORKDIR}/share/dot.profile ${D}${sysconfdir}/skel/.profile +# install -m 0755 ${WORKDIR}/share/dot.bashrc ${D}${sysconfdir}/skel/.bashrc install -m 0644 ${WORKDIR}/inputrc ${D}${sysconfdir}/inputrc install -m 0644 ${WORKDIR}/motd ${D}${sysconfdir}/motd for license in BSD GPL-2 LGPL-2 LGPL-2.1 Artistic GPL-3 LGPL-3 GFDL-1.2; do -- 2.39.2