X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lxc.mk;h=51fcc76fc17de3d3974e5dda3370e37b117120d3;hb=7d6138cd60ad31d7be89c236e8aaa7e27596e45f;hp=cac0afc0baabedc0e055e8907b0d204dac30c979;hpb=00c829b8272a47780efb1863407fe563b9054a69;p=build.git diff --git a/lxc.mk b/lxc.mk index cac0afc0..51fcc76f 100644 --- a/lxc.mk +++ b/lxc.mk @@ -190,27 +190,6 @@ ALL += pf2slice #ALL += mom #IN_NODEIMAGE += mom -# -# inotify-tools - local import -# rebuild this on centos5 (not found) - see yumexclude -# -local_inotify_tools=false -ifeq "$(DISTRONAME)" "centos5" -local_inotify_tools=true -endif - -ifeq "$(DISTRONAME)" "sl6" -local_inotify_tools=true -endif - -ifeq "$(local_inotify_tools)" "true" -inotify-tools-MODULES := inotify-tools -inotify-tools-SPEC := inotify-tools.spec -inotify-tools-BUILD-FROM-SRPM := yes -IN_NODEIMAGE += inotify-tools -ALL += inotify-tools -endif - # # openvswitch # @@ -230,9 +209,6 @@ vsys-MODULES := vsys vsys-SPEC := vsys.spec # ocaml-docs is not needed anymore but keep it on a tmp basis as some tags may still have it vsys-STOCK-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs -ifeq "$(local_inotify_tools)" "true" -vsys-LOCAL-DEVEL-RPMS += inotify-tools inotify-tools-devel -endif IN_NODEIMAGE += vsys ALL += vsys