mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
meta: cleanup d.getVar(var, 1)
(From OE-Core rev: 79fe476be233015c1c90e9c3fb4572267b5551d1) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
32b8267203
commit
b8e2bab119
@@ -32,7 +32,7 @@ EXTRA_OECONF += "--disable-gconf --disable-qconf"
|
||||
|
||||
# Some packages have the version preceeding the .so instead properly
|
||||
# versioned .so.<version>, so we need to reorder and repackage.
|
||||
SOLIBS = "-${@d.getVar('PV',1)[:-2]}.so"
|
||||
SOLIBS = "-${@d.getVar('PV', True)[:-2]}.so"
|
||||
FILES_SOLIBSDEV = "${libdir}/libkconfig-parser.so"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user