fix dependencies for vsys
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 16 Sep 2008 08:05:42 +0000 (08:05 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 16 Sep 2008 08:05:42 +0000 (08:05 +0000)
Makefile
planetlab.mk

index 9b6a7eb..329cfd7 100644 (file)
--- 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 
index dc3fdc4..384fd2c 100644 (file)
@@ -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