All of lore.kernel.org
 help / color / mirror / Atom feed
* Is it possible for a recipe to include/require something from a subdirectory?
@ 2009-08-20 14:31 Ulf Samuelsson
  2009-08-20 15:26 ` Chris Larson
  0 siblings, 1 reply; 3+ messages in thread
From: Ulf Samuelsson @ 2009-08-20 14:31 UTC (permalink / raw)
  To: openembedded-devel

I just finished a nice gnome script which allows me to automatically
generate SRC_URI_append's

I select the files[1-4] in <recipy-dir>/<recipy>/<xxx>/<yyy>",
and then run the script

result is:

SRC_URI_append_<board> = "\
	file://<file1>	\
	file://<file2>	\
	file://<file3>	\
	file://<file4>	\
	"

Now, in <recipy-dir>/<recipy>.bb I want to include the file using

require <xxx>/<yyy>/SRC_URI_append

This did not work, so I tried symlinking - bad move...
I'd hate having to move it to the top directory of the recipe.

Any ideas?

-- 
Best Regards
Ulf Samuelsson




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

end of thread, other threads:[~2009-08-22  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-20 14:31 Is it possible for a recipe to include/require something from a subdirectory? Ulf Samuelsson
2009-08-20 15:26 ` Chris Larson
2009-08-22  8:13   ` Ulf Samuelsson

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.