base-files: pandora hack
authorGrazvydas Ignotas <notasas@gmail.com>
Tue, 16 Oct 2012 00:16:07 +0000 (03:16 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 16 Oct 2012 00:16:07 +0000 (03:16 +0300)
remove files that come with pandora-skel

recipes/base-files/base-files_3.0.14.bb

index 7cb4061..a698a18 100644 (file)
@@ -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