All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] Fix FILESEXTRAPATHS, dir is "netbase-5.0"
@ 2013-04-19 13:35 Robert P. J. Day
  2013-04-19 13:58 ` Martin Jansa
  0 siblings, 1 reply; 11+ messages in thread
From: Robert P. J. Day @ 2013-04-19 13:35 UTC (permalink / raw)
  To: Yocto discussion list


The actual files subdirectory name is "netbase-5.0", not "netbase".

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  same fix was once applied to exactly the same recipe bbappend file
under meta-ti layer.

diff --git a/recipes-core/netbase/netbase_5.0.bbappend b/recipes-core/netbase/netbase_5.0.bbappend
index 36432f5..a3fbd33 100644
--- a/recipes-core/netbase/netbase_5.0.bbappend
+++ b/recipes-core/netbase/netbase_5.0.bbappend
@@ -1,3 +1,3 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
 # Don't forget to bump PRINC if you update the extra files.
 PRINC = "1"

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-04-22 20:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19 13:35 [meta-raspberrypi][PATCH] Fix FILESEXTRAPATHS, dir is "netbase-5.0" Robert P. J. Day
2013-04-19 13:58 ` Martin Jansa
2013-04-19 14:02   ` Robert P. J. Day
2013-04-19 14:17   ` Robert P. J. Day
2013-04-19 14:25     ` Martin Jansa
2013-04-19 14:39       ` Robert P. J. Day
2013-04-19 14:45         ` Paul Barker
2013-04-19 16:23           ` Saul Wold
2013-04-20 13:05             ` Paul Barker
2013-04-20 20:35               ` Andrei Gherzan
2013-04-22 20:17                 ` Paul Barker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.