From 325488a606bb49609ecfb5c4cc8423476fa96453 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 27 Sep 2018 17:10:06 +0200 Subject: [PATCH] Fixed hackfest vnf Makefiles to remove simple charm Change-Id: Ic0656664f91b49b63aa75344e549b26dfecf7ad0 Signed-off-by: garciadeblas --- descriptor-packages/vnfd/hackfest_basic_vnf/Makefile | 1 - descriptor-packages/vnfd/hackfest_cloudinit_vnf/Makefile | 1 - descriptor-packages/vnfd/hackfest_epasriov_vnf/Makefile | 1 - descriptor-packages/vnfd/hackfest_multivdu_vnf/Makefile | 1 - 4 files changed, 4 deletions(-) diff --git a/descriptor-packages/vnfd/hackfest_basic_vnf/Makefile b/descriptor-packages/vnfd/hackfest_basic_vnf/Makefile index 3e88db72..fadd46b1 100644 --- a/descriptor-packages/vnfd/hackfest_basic_vnf/Makefile +++ b/descriptor-packages/vnfd/hackfest_basic_vnf/Makefile @@ -15,7 +15,6 @@ # DESCRIPTORS_TOPDIR ?= ../.. -VNFD_CHARM = simple include $(DESCRIPTORS_TOPDIR)/mk/pkg.mk all: $(BUILD_DIR)/$(PKG_NAME) diff --git a/descriptor-packages/vnfd/hackfest_cloudinit_vnf/Makefile b/descriptor-packages/vnfd/hackfest_cloudinit_vnf/Makefile index 3e88db72..fadd46b1 100644 --- a/descriptor-packages/vnfd/hackfest_cloudinit_vnf/Makefile +++ b/descriptor-packages/vnfd/hackfest_cloudinit_vnf/Makefile @@ -15,7 +15,6 @@ # DESCRIPTORS_TOPDIR ?= ../.. -VNFD_CHARM = simple include $(DESCRIPTORS_TOPDIR)/mk/pkg.mk all: $(BUILD_DIR)/$(PKG_NAME) diff --git a/descriptor-packages/vnfd/hackfest_epasriov_vnf/Makefile b/descriptor-packages/vnfd/hackfest_epasriov_vnf/Makefile index 3e88db72..fadd46b1 100644 --- a/descriptor-packages/vnfd/hackfest_epasriov_vnf/Makefile +++ b/descriptor-packages/vnfd/hackfest_epasriov_vnf/Makefile @@ -15,7 +15,6 @@ # DESCRIPTORS_TOPDIR ?= ../.. -VNFD_CHARM = simple include $(DESCRIPTORS_TOPDIR)/mk/pkg.mk all: $(BUILD_DIR)/$(PKG_NAME) diff --git a/descriptor-packages/vnfd/hackfest_multivdu_vnf/Makefile b/descriptor-packages/vnfd/hackfest_multivdu_vnf/Makefile index 3e88db72..fadd46b1 100644 --- a/descriptor-packages/vnfd/hackfest_multivdu_vnf/Makefile +++ b/descriptor-packages/vnfd/hackfest_multivdu_vnf/Makefile @@ -15,7 +15,6 @@ # DESCRIPTORS_TOPDIR ?= ../.. -VNFD_CHARM = simple include $(DESCRIPTORS_TOPDIR)/mk/pkg.mk all: $(BUILD_DIR)/$(PKG_NAME) -- 2.25.1