From c758c9c55c16ded55519ec0ea03949e1a7583d09 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 13 Feb 2012 11:25:10 +0100 Subject: [PATCH] kexclude->yumexclude --- bootstrapfs.pkgs | 2 +- wextoolbox.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrapfs.pkgs b/bootstrapfs.pkgs index 926480e..3be0094 100644 --- a/bootstrapfs.pkgs +++ b/bootstrapfs.pkgs @@ -4,7 +4,7 @@ groupname: PlanetLab groupdesc: PlanetLab Node Root # packages to exclude from stock repositories -kexclude: @KEXCLUDE@ +yumexclude: @NODEYUMEXCLUDE@ # fedora-release or centos-release are pulled from deps # define packages package: kernel diff --git a/wextoolbox.mk b/wextoolbox.mk index b73ae15..ead3514 100644 --- a/wextoolbox.mk +++ b/wextoolbox.mk @@ -220,7 +220,7 @@ IN_BOOTSTRAPFS += util-vserver # # libnl - local import # we need either 1.1 or at least 1.0.pre6 -# rebuild this on centos5 - see kexcludes in build.common +# rebuild this on centos5 - see yumexclude # local_libnl=false ifeq "$(DISTRONAME)" "centos5" @@ -323,7 +323,7 @@ IN_BOOTSTRAPFS += mom # # inotify-tools - local import -# rebuild this on centos5 (not found) - see kexcludes in build.common +# rebuild this on centos5 (not found) - see yumexclude # local_inotify_tools=false ifeq "$(DISTRONAME)" "centos5" -- 2.43.0