[yocto] [meta-anaconda][PATCH] packagegroup-installer-x11-anaconda: use libsdl2 instead of libsdl
Yi Zhao
yi.zhao at windriver.com
Mon Aug 19 23:46:16 PDT 2019
The libsdl had been moved out of oe-core because it is obsolete. Switch
to libsdl2.
Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
recipes-installer/packagegroups/packagegroup-installer-x11-anaconda.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-installer/packagegroups/packagegroup-installer-x11-anaconda.bb b/recipes-installer/packagegroups/packagegroup-installer-x11-anaconda.bb
index 87c57c9..aa53809 100644
--- a/recipes-installer/packagegroups/packagegroup-installer-x11-anaconda.bb
+++ b/recipes-installer/packagegroups/packagegroup-installer-x11-anaconda.bb
@@ -18,7 +18,7 @@ RDEPENDS_packagegroup-installer-x11-anaconda = "\
xset \
settings-daemon \
xrandr \
- libsdl \
+ libsdl2 \
metacity \
adwaita-icon-theme \
pango \
--
2.7.4
More information about the yocto
mailing list