From c48f87a3fa9c61aaeedbcf5712a699c27d940a3b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 3 Sep 2012 14:45:41 +0100 Subject: qemu-config: split out export of root via NFS to its own recipe This need not be specific to qemu machines, allow it to be used elsewhere in isolation. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- meta/recipes-bsp/qemu-config/qemu-config.bb | 7 ++----- meta/recipes-bsp/qemu-config/qemu-config/exports | 1 - 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-bsp/qemu-config/qemu-config/exports (limited to 'meta/recipes-bsp') diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb index 06f2f326b4..3ed07df91a 100644 --- a/meta/recipes-bsp/qemu-config/qemu-config.bb +++ b/meta/recipes-bsp/qemu-config/qemu-config.bb @@ -9,18 +9,15 @@ COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)" PR = "r25" -SRC_URI = "file://distcc.sh \ - file://exports" +SRC_URI = "file://distcc.sh" S = "${WORKDIR}" do_install() { install -d ${D}${sysconfdir}/profile.d - install -m 0755 distcc.sh ${D}${sysconfdir}/profile.d/ - install -m 0644 exports ${D}${sysconfdir}/ } -RDEPENDS_${PN} = "distcc packagegroup-core-nfs-server oprofileui-server bash" +RDEPENDS_${PN} = "distcc oprofileui-server bash" inherit allarch diff --git a/meta/recipes-bsp/qemu-config/qemu-config/exports b/meta/recipes-bsp/qemu-config/qemu-config/exports deleted file mode 100644 index b7257aa008..0000000000 --- a/meta/recipes-bsp/qemu-config/qemu-config/exports +++ /dev/null @@ -1 +0,0 @@ -/ *(rw,no_root_squash,async) -- cgit 1.2.3-korg