From 1b6242fc583a6b871304fb995af6dc211b58f69b Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:48:23 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- .../files/makefile-install-rule.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes-networking/openvswitchdpdk/files/makefile-install-rule.patch (limited to 'recipes-networking/openvswitchdpdk/files/makefile-install-rule.patch') diff --git a/recipes-networking/openvswitchdpdk/files/makefile-install-rule.patch b/recipes-networking/openvswitchdpdk/files/makefile-install-rule.patch new file mode 100644 index 0000000..2609870 --- /dev/null +++ b/recipes-networking/openvswitchdpdk/files/makefile-install-rule.patch @@ -0,0 +1,22 @@ +Index: dpdk-ovs/openvswitch/datapath/dpdk/Makefile +=================================================================== +--- dpdk-ovs.orig/openvswitch/datapath/dpdk/Makefile 2014-04-18 14:06:01.219379540 +0300 ++++ dpdk-ovs/openvswitch/datapath/dpdk/Makefile 2014-04-22 16:24:27.009689498 +0300 +@@ -77,3 +77,6 @@ + + clean-vport_ut: + $(MAKE) -f Makefile.vport_ut clean ++ ++install: ++ +Index: dpdk-ovs/openvswitch/datapath/dpdk/fd_link/Makefile +=================================================================== +--- dpdk-ovs.orig/openvswitch/datapath/dpdk/fd_link/Makefile 2014-04-18 14:06:01.219379540 +0300 ++++ dpdk-ovs/openvswitch/datapath/dpdk/fd_link/Makefile 2014-04-22 16:24:24.185689575 +0300 +@@ -53,3 +53,6 @@ + + check-recursive: + $(warning "This target is not implemented") ++ ++install: ++ -- cgit v1.2.3-54-g00ecf