diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-10-01 13:18:35 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-16 07:00:59 +0200 |
commit | b63e32fedb4c4b7ef30ff19da7d502453d8610d2 (patch) | |
tree | a67c1902ce61a72eac6ccbb39b0d966bf2294b7c | |
parent | b310b1daf8793b948719175b3de813bcb2e350ce (diff) | |
download | meta-openembedded-b63e32fedb4c4b7ef30ff19da7d502453d8610d2.tar.gz |
xfce4-clipman-plugin: update to 1.2.6
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r-- | meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.6.bb (renamed from meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.3.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.3.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.6.bb index 06f0d9440..aee4a3dc2 100644 --- a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.3.bb +++ b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.6.bb | |||
@@ -8,8 +8,10 @@ inherit xfce-panel-plugin | |||
8 | 8 | ||
9 | DEPENDS += "xfconf xproto libxtst" | 9 | DEPENDS += "xfconf xproto libxtst" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "61f3be97efa379cb358980c94e14692a" | 11 | SRC_URI[md5sum] = "f7f2440647493243cbd7787eaee92fcb" |
12 | SRC_URI[sha256sum] = "4424447067cb2c3972c375330d2e1d19f12e59c41bd03e111c2e6e9e174a5067" | 12 | SRC_URI[sha256sum] = "23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5" |
13 | 13 | ||
14 | PACKAGECONFIG ??= "" | 14 | PACKAGECONFIG ??= "" |
15 | PACKAGECONFIG[unique] = "--enable-unique,--disable-unique,libunique" | 15 | PACKAGECONFIG[unique] = "--enable-unique,--disable-unique,libunique" |
16 | |||
17 | FILES_${PN} += "${datadir}/appdata" | ||