From: Michael Lauer Date: Thu, 29 Apr 2004 19:24:54 +0000 (+0000) Subject: create /sys - patch courtesy pb_. X-Git-Tag: Release-2010-05/1~19466 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384fbee86f15b0361cbfd1eb50c6621cf817aeb1;p=openembedded.git create /sys - patch courtesy pb_. BKrev: 40915686bBQM2gON4KB_zsTS8j9Q9g --- diff --git a/base-files/base-files_3.0.14.oe b/base-files/base-files_3.0.14.oe index b268411313..c5bde72a9c 100644 --- a/base-files/base-files_3.0.14.oe +++ b/base-files/base-files_3.0.14.oe @@ -1,3 +1,4 @@ +PR = "r1" SRC_URI = "${DEBIAN_MIRROR}/main/b/base-files/base-files_${PV}.tar.gz" DESCRIPTION = "Base system miscellaneous files." @@ -37,4 +38,6 @@ do_install () { oe_machinstall -m 0644 ${FILESDIR}/fstab ${D}/${sysconfdir}/fstab oe_machinstall -m 0644 ${FILESDIR}/hostname ${D}/${sysconfdir}/hostname oe_machinstall -m 0644 ${FILESDIR}/profile ${D}/${sysconfdir}/profile + + install -d ${D}/sys }