mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Marian Cichy <m.cichy@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Marian Cichy <m.cichy@pengutronix.de>
Subject: [ptxdist] [PATCH 3/4] OpenCV: removed unnecessary source in install_tree
Date: Tue,  7 Jan 2020 12:38:22 +0100	[thread overview]
Message-ID: <20200107113823.4869-3-m.cichy@pengutronix.de> (raw)
In-Reply-To: <20200107113823.4869-1-m.cichy@pengutronix.de>

---
 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

  parent reply	other threads:[~2020-01-07 11:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-07 11:38 [ptxdist] [PATCH 1/4] OpenCV: Removed blank lines Marian Cichy
2020-01-07 11:38 ` [ptxdist] [PATCH 2/4] OpenCV: added -v flag when installing examples Marian Cichy
2020-01-07 11:38 ` Marian Cichy [this message]
2020-01-07 11:38 ` [ptxdist] [PATCH 4/4] changed and removed various cmake-flags Marian Cichy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200107113823.4869-3-m.cichy@pengutronix.de \
    --to=m.cichy@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox