summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/devel-config/nfs-export-root.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/devel-config/nfs-export-root.bb')
-rw-r--r--meta/recipes-devtools/devel-config/nfs-export-root.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/devel-config/nfs-export-root.bb b/meta/recipes-devtools/devel-config/nfs-export-root.bb
index 5e69962d7c..ad5486aa87 100644
--- a/meta/recipes-devtools/devel-config/nfs-export-root.bb
+++ b/meta/recipes-devtools/devel-config/nfs-export-root.bb
@@ -3,10 +3,10 @@ DESCRIPTION = "Enables NFS access from any host to the entire filesystem (for de
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5 5
6
7SRC_URI = "file://exports" 6SRC_URI = "file://exports"
8 7
9S = "${WORKDIR}" 8S = "${WORKDIR}/sources"
9UNPACKDIR = "${S}"
10 10
11do_install() { 11do_install() {
12 install -d ${D}${sysconfdir} 12 install -d ${D}${sysconfdir}