[oe-commits] [meta-openembedded] 02/11: packagegroup-meta-oe: fix build issues

git at git.openembedded.org git at git.openembedded.org
Tue Nov 20 16:43:47 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e5d86e6d65d62d14edcd78e09a35cb6afef1f065
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Sun Nov 18 14:00:14 2018 -0800

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 12 +++++++-----
 1 file 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 4526e99..08b4bbf 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 ="\
 
 RDEPENDS_packagegroup-meta-oe-graphics ="\
     babl cairomm dietsplash directfb directfb-examples dnfdragora \
-    fbgrab fbida fontforge freeglut fvwm gegl gimp glm gphoto2 libgphoto2 \
+    fbgrab fbida fontforge fvwm gegl gimp glm gphoto2 libgphoto2 \
     gtkperf jasper leptonica libmng libsdl2-image libsdl2-mixer libsdl2-net \
-    libsdl2-ttf libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \
+    libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \
     libvncserver libyui libyui-ncurses lxdm numlockx openbox openjpeg \
     packagegroup-fonts-truetype pangomm qrencode takao-fonts terminus-font \
     tesseract tesseract-lang tigervnc tslib source-han-sans-cn-fonts \
@@ -152,6 +152,7 @@ RDEPENDS_packagegroup-meta-oe-graphics ="\
     font-adobe-100dpi font-adobe-utopia-100dpi \
     font-bh-100dpi font-bh-lucidatypewriter-100dpi font-bitstream-100dpi font-cursor-misc \
     font-misc-misc xorg-fonts-100dpi liblbxutil libxaw libxkbui libxpresent xserver-common \
+    ${@bb.utils.contains("DISTRO_FEATURES", "opengl", "freeglut libsdl2-ttf", "", d)} \
     "
 
 RDEPENDS_packagegroup-meta-oe-kernel ="\
@@ -160,13 +161,14 @@ RDEPENDS_packagegroup-meta-oe-kernel ="\
     "
 
 RDEPENDS_packagegroup-meta-oe-multimedia ="\
-    alsa-oss audiofile cdrkit esound faad2 id3lib \
+    alsa-oss audiofile cdrkit esound id3lib \
     a2jmidid jack libass libburn libcdio libcdio-paranoia \
-    libdvdread libmad libmms libmodplug libopus live555 \
+    libdvdread libmms libmodplug libopus live555 \
     mplayer-common opus-tools \
     sound-theme-freedesktop v4l-utils yavta wavpack libvpx \
-    ${@bb.utils.contains("DISTRO_FEATURES", "x11", "xpext pavucontrol mpv xsp", "", d)} \
+    ${@bb.utils.contains("DISTRO_FEATURES", "x11", "xpext pavucontrol xsp", "", d)} \
     ${@bb.utils.contains("DISTRO_FEATURES", "pulseadio bluez4", "libmikmod", "", d)} \
+    ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libmad faad2 mpv", "", d)} \
     "
 
 RDEPENDS_packagegroup-meta-oe-navigation ="\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list