mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
recipes: add missing dependency on intltool-native
* These recipes all require intltool-native to build but were missing a dependency on it. 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
8d9191534f
commit
0ee1083568
@@ -2,7 +2,7 @@ DESCRIPTION="Xfce Menu Library"
|
||||
SECTION = "x11/libs"
|
||||
LICENSE = "LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
|
||||
DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util"
|
||||
DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util intltool-native"
|
||||
PR = "r1"
|
||||
|
||||
inherit xfce
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Xfce configuration daemon and utilities"
|
||||
SECTION = "x11/wm"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
DEPENDS = "dbus-glib libxfce4util perl"
|
||||
DEPENDS = "dbus-glib libxfce4util perl intltool-native"
|
||||
|
||||
inherit xfce
|
||||
|
||||
|
||||
Reference in New Issue
Block a user