Skip to content

Commit 399a327

Browse files
ldesrochesvfalanis
authored andcommitted
meta-mchp-mpu-apps: recipes-libplanes: add mpio runtime dependency
There is a runtime dependency on mpio that is used by planes-loop.py to detect the soc family. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
1 parent 92d3cad commit 399a327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • meta-mchp-mpu/meta-mchp-mpu-bsp/dynamic-layers/openembedded-layer/recipes-graphics/libplanes

meta-mchp-mpu/meta-mchp-mpu-bsp/dynamic-layers/openembedded-layer/recipes-graphics/libplanes/libplanes_2.0.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PACKAGES =+ "${PN}-python"
66

77
DEPENDS = "libdrm cairo cjson lua swig-native python3"
88

9-
RDEPENDS:${PN} = "python3 udev-rules-mchp"
9+
RDEPENDS:${PN} = "python3 udev-rules-mchp mpio"
1010

1111
SRC_URI = "git://github.com/linux4sam/libplanes.git;protocol=https;branch=master"
1212

0 commit comments

Comments
 (0)