summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-11-18 14:00:14 -0800
committerArmin Kuster <akuster808@gmail.com>2018-11-22 11:34:44 -0700
commiteb6520627f5e38e445baa042f8e3de7ef620e9f0 (patch)
tree20f560438407a08f3cd79b5c13c8322329b934b3
parentcd7101c8650902168489dbe0a63519e2ab85dd63 (diff)
downloadmeta-openembedded-eb6520627f5e38e445baa042f8e3de7ef620e9f0.tar.gz
packagegroup-meta-oe: fix build issues
ERROR: Required build target 'meta-oe-image' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'freeglut'] ERROR: Required build target 'meta-oe-image' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'libsdl2-ttf'] ERROR: Required build target 'meta-oe-image' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'libmad'] ERROR: Required build target 'meta-oe-image' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'faad2'] ERROR: Required build target 'meta-oe-image' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-oe-image', 'packagegroup-meta-oe', 'mpv'] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 4526e9958..08b4bbfc4 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -138,9 +138,9 @@ RDEPENDS_packagegroup-meta-oe-gnome ="\
138 138
139RDEPENDS_packagegroup-meta-oe-graphics ="\ 139RDEPENDS_packagegroup-meta-oe-graphics ="\
140 babl cairomm dietsplash directfb directfb-examples dnfdragora \ 140 babl cairomm dietsplash directfb directfb-examples dnfdragora \
141 fbgrab fbida fontforge freeglut fvwm gegl gimp glm gphoto2 libgphoto2 \ 141 fbgrab fbida fontforge fvwm gegl gimp glm gphoto2 libgphoto2 \
142 gtkperf jasper leptonica libmng libsdl2-image libsdl2-mixer libsdl2-net \ 142 gtkperf jasper leptonica libmng libsdl2-image libsdl2-mixer libsdl2-net \
143 libsdl2-ttf libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \ 143 libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \
144 libvncserver libyui libyui-ncurses lxdm numlockx openbox openjpeg \ 144 libvncserver libyui libyui-ncurses lxdm numlockx openbox openjpeg \
145 packagegroup-fonts-truetype pangomm qrencode takao-fonts terminus-font \ 145 packagegroup-fonts-truetype pangomm qrencode takao-fonts terminus-font \
146 tesseract tesseract-lang tigervnc tslib source-han-sans-cn-fonts \ 146 tesseract tesseract-lang tigervnc tslib source-han-sans-cn-fonts \
@@ -152,6 +152,7 @@ RDEPENDS_packagegroup-meta-oe-graphics ="\
152 font-adobe-100dpi font-adobe-utopia-100dpi \ 152 font-adobe-100dpi font-adobe-utopia-100dpi \
153 font-bh-100dpi font-bh-lucidatypewriter-100dpi font-bitstream-100dpi font-cursor-misc \ 153 font-bh-100dpi font-bh-lucidatypewriter-100dpi font-bitstream-100dpi font-cursor-misc \
154 font-misc-misc xorg-fonts-100dpi liblbxutil libxaw libxkbui libxpresent xserver-common \ 154 font-misc-misc xorg-fonts-100dpi liblbxutil libxaw libxkbui libxpresent xserver-common \
155 ${@bb.utils.contains("DISTRO_FEATURES", "opengl", "freeglut libsdl2-ttf", "", d)} \
155 " 156 "
156 157
157RDEPENDS_packagegroup-meta-oe-kernel ="\ 158RDEPENDS_packagegroup-meta-oe-kernel ="\
@@ -160,13 +161,14 @@ RDEPENDS_packagegroup-meta-oe-kernel ="\
160 " 161 "
161 162
162RDEPENDS_packagegroup-meta-oe-multimedia ="\ 163RDEPENDS_packagegroup-meta-oe-multimedia ="\
163 alsa-oss audiofile cdrkit esound faad2 id3lib \ 164 alsa-oss audiofile cdrkit esound id3lib \
164 a2jmidid jack libass libburn libcdio libcdio-paranoia \ 165 a2jmidid jack libass libburn libcdio libcdio-paranoia \
165 libdvdread libmad libmms libmodplug libopus live555 \ 166 libdvdread libmms libmodplug libopus live555 \
166 mplayer-common opus-tools \ 167 mplayer-common opus-tools \
167 sound-theme-freedesktop v4l-utils yavta wavpack libvpx \ 168 sound-theme-freedesktop v4l-utils yavta wavpack libvpx \
168 ${@bb.utils.contains("DISTRO_FEATURES", "x11", "xpext pavucontrol mpv xsp", "", d)} \ 169 ${@bb.utils.contains("DISTRO_FEATURES", "x11", "xpext pavucontrol xsp", "", d)} \
169 ${@bb.utils.contains("DISTRO_FEATURES", "pulseadio bluez4", "libmikmod", "", d)} \ 170 ${@bb.utils.contains("DISTRO_FEATURES", "pulseadio bluez4", "libmikmod", "", d)} \
171 ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libmad faad2 mpv", "", d)} \
170 " 172 "
171 173
172RDEPENDS_packagegroup-meta-oe-navigation ="\ 174RDEPENDS_packagegroup-meta-oe-navigation ="\