GCNANO-USERLAND: fix PACKAGECONFIG names to fill RPROVIDES libs
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
e3a5e68894
commit
ffbfea95d8
|
|
@ -202,8 +202,8 @@ python __anonymous() {
|
||||||
pkgconfig = (d.getVar('GCNANO_PACKAGECONFIG') or "").split()
|
pkgconfig = (d.getVar('GCNANO_PACKAGECONFIG') or "").split()
|
||||||
for p in (("gbm", "libgbm", "libgbm"),
|
for p in (("gbm", "libgbm", "libgbm"),
|
||||||
("egl", "libegl", "libegl1"),
|
("egl", "libegl", "libegl1"),
|
||||||
("gles", "libgles1", "libglesv1-cm1"),
|
("glesv1", "libgles1", "libglesv1-cm1"),
|
||||||
("gles", "libgles2", "libglesv2-2"),
|
("glesv2", "libgles2", "libglesv2-2"),
|
||||||
("vg", "libopenvg", "libopenvg")):
|
("vg", "libopenvg", "libopenvg")):
|
||||||
if not p[0] in pkgconfig:
|
if not p[0] in pkgconfig:
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue