diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-05-02 01:17:45 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-06 12:40:24 +0200 |
commit | b86f2fac9534421a2ea81d2397e187b2c2d833a8 (patch) | |
tree | 9dbfeb99143eed024650670ce9ceadb0e69b8a18 /meta-xfce/recipes-panel-plugins | |
parent | c31ccabca505627deb880bb6ff604d6f21fe0d83 (diff) | |
download | meta-openembedded-b86f2fac9534421a2ea81d2397e187b2c2d833a8.tar.gz |
meta-xfce: add intltool-native to DEPENDS
fix tons of messages as:
| WARNING: foo do_configure: Missing DEPENDS on intltool-native
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.1.bb b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.1.bb index 142b2893a..313534b21 100644 --- a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.1.bb +++ b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
5 | 5 | ||
6 | inherit xfce-panel-plugin | 6 | inherit xfce-panel-plugin |
7 | 7 | ||
8 | DEPENDS = "gtk+ libxfce4ui xfce4-panel xfconf libunique" | 8 | DEPENDS += "gtk+ libxfce4ui xfce4-panel xfconf libunique" |
9 | 9 | ||
10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
11 | file://0001-main-status-icon.c-remove-deprecated-g_type_init.patch \ | 11 | file://0001-main-status-icon.c-remove-deprecated-g_type_init.patch \ |