mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
recipes: add missing gtk-doc class dependencies
* These recipes all use gtk-doc m4 macros but were missing dependencies on the class. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
36d57b9234
commit
f6ecec16d7
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
|
||||
DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util intltool-native"
|
||||
PR = "r1"
|
||||
|
||||
inherit xfce
|
||||
inherit xfce gtk-doc
|
||||
|
||||
SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch"
|
||||
SRC_URI[md5sum] = "c3cf89c836be0ddb281c81e4808fb68b"
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
|
||||
DEPENDS = "intltool-native xfce4-dev-tools-native glib-2.0"
|
||||
|
||||
inherit xfce
|
||||
inherit xfce gtk-doc
|
||||
|
||||
SRC_URI[md5sum] = "11eec87e8eda2bc62512c2416cb807a1"
|
||||
SRC_URI[sha256sum] = "e82cd1ad715c02a385b3cf6646cb89aa3c4724446dac1d7e424971df12f6cfbb"
|
||||
|
||||
Reference in New Issue
Block a user