diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-08 11:51:43 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-08 11:51:43 +0000 |
commit | 75d253fe17fa87ebd4ad94ec18df8e1c1d9262d2 (patch) | |
tree | 067c825c808c83dfdfbb100d3eb430935eda8235 /packages/matchbox2/matchbox-panel-2_svn.bb | |
parent | 4e63bfd7754b8366b19d4182aa24af4798fcc60a (diff) |
matchbox-panel2 ship plugin *.la in debug package (QA fix)
Diffstat (limited to 'packages/matchbox2/matchbox-panel-2_svn.bb')
-rw-r--r-- | packages/matchbox2/matchbox-panel-2_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/matchbox2/matchbox-panel-2_svn.bb b/packages/matchbox2/matchbox-panel-2_svn.bb index 63e6dd9265..fe512ccb48 100644 --- a/packages/matchbox2/matchbox-panel-2_svn.bb +++ b/packages/matchbox2/matchbox-panel-2_svn.bb @@ -2,9 +2,8 @@ DESCRIPTION = "matchbox-panel-2 is a lightweight dock (system tray) application LICENSE = "GPL" SECTION = "x11/panels" DEPENDS = "gtk+ apmd startup-notification" - PV = "0.1+svn${SRCDATE}" -PR = "r6" +PR = "r7" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" S = "${WORKDIR}/${PN}" @@ -24,4 +23,5 @@ do_stage() { PACKAGES += "${PN}-applets" FILES_${PN}-applets = "${libdir}/matchbox-panel/lib*.so* ${datadir}/*" +FILES_${PN}-dbg += "${libdir}/matchbox-panel/lib*.a ${libdir}/matchbox-panel/lib*.la" |