1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

moved nfs-server for qemu target to qemu-config

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1503 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-04-13 13:13:31 +00:00
parent 25f95c5f9c
commit 383979e51e
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -194,8 +194,6 @@ POKY_EXTRA_RDEPENDS_akita = "pointercal"
DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}"
IMAGE_FEATURES ?= ""
IMAGE_FEATURES_append_qemux86 = "nfs-server"
IMAGE_FEATURES_append_qemuarm = "nfs-server"
DISTRO_TASKS = "\
task-oh-boot \
+2 -2
View File
@@ -1,7 +1,7 @@
DESCRIPTION = "Adds scripts to use distcc on the host system under qemu"
LICENSE = "GPL"
RDEPENDS = "distcc"
PR = "r1"
RDEPENDS = "distcc task-oh-nfs-server"
PR = "r2"
SRC_URI = "file://distcc.sh \
file://exports"