]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: use ${BP} for subdir for binary packages
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 29 May 2016 22:21:01 +0000 (10:21 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2016 21:45:13 +0000 (22:45 +0100)
commit13bc2438d61c345a8f229b9d83bf36a14d08916f
tree17c1522450c90e8d6b4e400b9ccb011ce672b29f
parent19e6b661d38c5ae9b19d6340762c289830baba59
recipetool: create: use ${BP} for subdir for binary packages

If we use ${BP} for the subdirectory, the default value of S will work
rather than having to have an ugly value derived from the package
file name in both places. This does mean that we have to assume the
default though (we can't just let the normal logic work because the
value of BP is the default until later on, so the replacement doesn't
work).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py