From: Thierry Parmentelat Date: Fri, 30 Mar 2012 15:29:14 +0000 (+0200) Subject: dont rebuild openvswitch on lxc-f16 - natively in 3.3 X-Git-Tag: 5.0-rc27~72 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a95b3c4e234aaf52c8dfcd044c9509b3a5c79907;p=build.git dont rebuild openvswitch on lxc-f16 - natively in 3.3 --- diff --git a/lxc.mk b/lxc.mk index d49583a7..942a1ec7 100644 --- a/lxc.mk +++ b/lxc.mk @@ -159,7 +159,10 @@ openvswitch-MODULES := openvswitch openvswitch-SPEC := openvswitch.spec openvswitch-DEPEND-DEVEL-RPMS += kernel-devel IN_NODEIMAGE += openvswitch +# build only on f14 as f16 has this natively +ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f14)" ALL += openvswitch +endif # # vsys