summaryrefslogtreecommitdiffstats
path: root/meta/packages/base-files/base-files_3.0.14.bb
diff options
context:
space:
mode:
authorCyril Humbert <cyril.humbert@martec.fr>2009-01-23 16:30:35 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-23 16:30:35 +0000
commit4d7b70c17f17acba9340f3d8cbdc28349f468acb (patch)
treebab6253e06103e4cc1c6b5e1d9678b367cd26e16 /meta/packages/base-files/base-files_3.0.14.bb
parentc92acf4b05329a8c08564a2c0f7f256810c5a1d2 (diff)
downloadpoky-4d7b70c17f17acba9340f3d8cbdc28349f468acb.tar.gz
base-files: Add /etc/shells file
Diffstat (limited to 'meta/packages/base-files/base-files_3.0.14.bb')
-rw-r--r--meta/packages/base-files/base-files_3.0.14.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/base-files/base-files_3.0.14.bb b/meta/packages/base-files/base-files_3.0.14.bb
index aa61a1d39a..ce29364d50 100644
--- a/meta/packages/base-files/base-files_3.0.14.bb
+++ b/meta/packages/base-files/base-files_3.0.14.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Miscellaneous files for the base system." 1DESCRIPTION = "Miscellaneous files for the base system."
2SECTION = "base" 2SECTION = "base"
3PRIORITY = "required" 3PRIORITY = "required"
4PR = "r63" 4PR = "r64"
5LICENSE = "GPL" 5LICENSE = "GPL"
6 6
7SRC_URI = " \ 7SRC_URI = " \
@@ -11,6 +11,7 @@ SRC_URI = " \
11 file://inputrc \ 11 file://inputrc \
12 file://host.conf \ 12 file://host.conf \
13 file://profile \ 13 file://profile \
14 file://shells \
14 file://fstab \ 15 file://fstab \
15 file://filesystems \ 16 file://filesystems \
16 file://issue.net \ 17 file://issue.net \
@@ -111,6 +112,7 @@ do_install () {
111 install -m 0644 ${WORKDIR}/filesystems ${D}${sysconfdir}/filesystems 112 install -m 0644 ${WORKDIR}/filesystems ${D}${sysconfdir}/filesystems
112 install -m 0644 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd 113 install -m 0644 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd
113 install -m 0644 ${WORKDIR}/profile ${D}${sysconfdir}/profile 114 install -m 0644 ${WORKDIR}/profile ${D}${sysconfdir}/profile
115 install -m 0644 ${WORKDIR}/shells ${D}${sysconfdir}/shells
114 install -m 0755 ${WORKDIR}/share/dot.profile ${D}${sysconfdir}/skel/.profile 116 install -m 0755 ${WORKDIR}/share/dot.profile ${D}${sysconfdir}/skel/.profile
115 install -m 0755 ${WORKDIR}/share/dot.bashrc ${D}${sysconfdir}/skel/.bashrc 117 install -m 0755 ${WORKDIR}/share/dot.bashrc ${D}${sysconfdir}/skel/.bashrc
116 install -m 0644 ${WORKDIR}/inputrc ${D}${sysconfdir}/inputrc 118 install -m 0644 ${WORKDIR}/inputrc ${D}${sysconfdir}/inputrc