From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Marian Cichy Date: Tue, 7 Jan 2020 12:38:22 +0100 Message-Id: <20200107113823.4869-3-m.cichy@pengutronix.de> In-Reply-To: <20200107113823.4869-1-m.cichy@pengutronix.de> References: <20200107113823.4869-1-m.cichy@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 3/4] OpenCV: removed unnecessary source in install_tree List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Marian Cichy --- rules/opencv.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rules/opencv.make b/rules/opencv.make index ecd47c722..531b3bbf4 100644 --- a/rules/opencv.make +++ b/rules/opencv.make @@ -252,10 +252,9 @@ $(STATEDIR)/opencv.targetinstall: @$(foreach lib, $(OPENCV_LIBS-y), \ $(call install_lib, opencv, 0, 0, 0644, $(lib));) ifdef PTXCONF_OPENCV_EXAMPLES - $(call install_tree, opencv, 0, 0, $(OPENCV_PKGDIR)/usr/share/opencv/examples, /usr/share/opencv/examples) + $(call install_tree, opencv, 0, 0, - , /usr/share/opencv/examples) endif @$(call install_finish, opencv) - @$(call touch) # vim: syntax=make -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de