mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
exo: Add intltool-native as native dependency
exo-native fails to build due to more strict dependency checking introduced in autotools.bbclass. intltool-native should be explicitly defined as a dependency. Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
2076891a3f
commit
c04626475b
|
|
@ -3,7 +3,7 @@ SECTION = "x11"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
|
||||
DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native"
|
||||
DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
|
||||
PR = "r4"
|
||||
|
||||
inherit xfce pythonnative perlnative
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user