summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-03-03 12:10:54 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-04 18:05:03 +0100
commitb5bb9a5b26d6a94d5b91aae2fae17d9b9ab6dfeb (patch)
tree22a6532a5c9bf90488c0c436f002b36600d0478a /meta-xfce
parentc32dc35d846573583463f54aec68dc998de39f7f (diff)
downloadmeta-openembedded-b5bb9a5b26d6a94d5b91aae2fae17d9b9ab6dfeb.tar.gz
xfce4-panel: fix QA warnings static libs in dev package
There was a patch sent already for fixing [1]. In that patch the static libraries of panel plugins were deleted during install. Here all static libs are packed into ${PN}-staticdev. The decision for this solution is based on: * Keep recipes as simple as possible * Although unlikely there might be a use case for having static libs for panel plugins [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-February/037926.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.8.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.8.6.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.8.6.bb
index 0cd8ebab6..5baffae79 100644
--- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.8.6.bb
+++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.8.6.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee" 4LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee"
5DEPENDS = "libxfce4util garcon libxfce4ui xfconf exo gtk+ dbus cairo virtual/libx11 libxml2 libwnck" 5DEPENDS = "libxfce4util garcon libxfce4ui xfconf exo gtk+ dbus cairo virtual/libx11 libxml2 libwnck"
6 6
7PR = "r1" 7PR = "r2"
8 8
9inherit xfce 9inherit xfce
10 10
@@ -27,7 +27,7 @@ FILES_${PN} += "${libdir}/xfce4/panel/migrate \
27FILES_${PN}-dbg += "${libdir}/xfce4/panel/plugins/.debug \ 27FILES_${PN}-dbg += "${libdir}/xfce4/panel/plugins/.debug \
28 " 28 "
29 29
30FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.*a \ 30FILES_${PN}-staticdev += "${libdir}/xfce4/panel/plugins/*.*a \
31 " 31 "
32 32
33SRC_URI[md5sum] = "9d7bf0503d5867c4044cef04bb5845b1" 33SRC_URI[md5sum] = "9d7bf0503d5867c4044cef04bb5845b1"