From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Tue, 16 Sep 2008 08:05:42 +0000 (+0000)
Subject: fix dependencies for vsys
X-Git-Tag: 4.3-rc1~189
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=038b13b8e990fbb1ee4359d4866475238a756fd3;p=build.git

fix dependencies for vsys
---

diff --git a/Makefile b/Makefile
index 9b6a7eb3..329cfd7e 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,8 @@
 #     a set of *packages* that this package depends on
 # (*) package-DEPEND-DEVEL-RPMS
 #     a set of *rpms* that the build will rpm-install before building <package>
+#     this is intended to denote local rpms, i.e. ones that are results of our own build
+#     stock rpms should be mentioned in config.planetlab/devel.pkgs
 # (*) package-DEPEND-FILES
 #     a set of files that the package depends on - and that make needs to know about
 #     if this contains RPMS/yumgroups.xml, then the toplevel RPMS's index 
diff --git a/planetlab.mk b/planetlab.mk
index dc3fdc46..384fd2c6 100644
--- a/planetlab.mk
+++ b/planetlab.mk
@@ -182,7 +182,6 @@ endif
 ifeq "$(vsys_support)" "yes"
 vsys-MODULES := vsys
 vsys-SPEC := vsys.spec
-vsys-DEPEND-DEVEL-RPMS := kernel-headers ocaml ocaml-docs inotify-tools inotify-tools-devel 
 IN_BOOTSTRAPFS += vsys
 ALL += vsys
 endif