diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-03 12:10:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-04 18:05:02 +0100 |
commit | c32dc35d846573583463f54aec68dc998de39f7f (patch) | |
tree | d2b9acf7b9b11a77941891c59ccc5d4d9676598f | |
parent | aa74618893e06c9b005737385450c7e27ef40faf (diff) | |
download | meta-openembedded-c32dc35d846573583463f54aec68dc998de39f7f.tar.gz |
xfce4-session: update to 4.8.3 / fix QA warnings static libs in dev package
run-tested on overo
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.3.bb (renamed from meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.2.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.2.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.3.bb index 6c23c6889..2db465b0a 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.2.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.3.bb | |||
@@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | |||
5 | DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf xfce4-panel gconf gnome-keyring" | 5 | DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf xfce4-panel gconf gnome-keyring" |
6 | RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth" | 6 | RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
10 | inherit xfce | 8 | inherit xfce |
11 | 9 | ||
12 | # protect from frightening message that xfce might not work correctly | 10 | # protect from frightening message that xfce might not work correctly |
@@ -21,7 +19,7 @@ FILES_${PN} += "${libdir}/xfce4/*/*/*.so \ | |||
21 | 19 | ||
22 | FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug" | 20 | FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug" |
23 | 21 | ||
24 | FILES_${PN}-dev += "${libdir}/xfce4/*/*/*.*a" | 22 | FILES_${PN}-staticdev += "${libdir}/xfce4/*/*/*.*a" |
25 | 23 | ||
26 | SRC_URI[md5sum] = "48780cbcf784ab64debc9312f17765f2" | 24 | SRC_URI[md5sum] = "461cc38bbd37cab881adbdf943f9a402" |
27 | SRC_URI[sha256sum] = "31bca2a559e05a8a859f150394a901517e5842414ef171a85c5da234e344c0d0" | 25 | SRC_URI[sha256sum] = "f0801b8c0ffa7e5d41b29b8df281ac127adf467bf50e8ded8aebe5a02bd99338" |