[oe] srctree and gitver

Pierre Tardy tardyp at gmail.com
Thu Sep 10 13:09:26 UTC 2009


Hello,
Working on clutter, I want oe to build it easily, without making another
recipe.
I found out that adding those lines to local.conf will do the magic.

INHERIT_pn-clutter-1.0 += "srctree"
S_pn-clutter-1.0 = "/local/oe/localforks/clutter"
PV_pn-clutter-1.0 = "local"

The thing is I'd like to write:
INHERIT_pn-clutter-1.0 += "srctree gitver"
S_pn-clutter-1.0 = "/local/oe/localforks/clutter"
PV_pn-clutter-1.0 = "${GITVER}"

but GITVER wont get expanded:

NOTE: Running task 1 of 16 (ID: 1, /local/oe/poky/meta/packages/clutter/
clutter-1.0_git.bb, do_setscene)
NOTE: package clutter-1.0-${GITVER}: started
NOTE: package clutter-1.0-${GITVER}-r2: task do_setscene: started


-- 
Pierre



More information about the Openembedded-devel mailing list