From: Chris Lord Date: Fri, 18 Aug 2006 00:08:42 +0000 (+0000) Subject: Fix packaging for matchbox-panel-2 X-Git-Tag: 2011-1~12784 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=94f4377c5c70418eebce8066c55490fe27e39bab;p=openembedded-core.git Fix packaging for matchbox-panel-2 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@613 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb index 1d0e0aa09c..398177d81d 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb @@ -1,3 +1,6 @@ +LICENSE = "GPLv2" +PRIORITY = "optional" +MAINTAINER = "Chris Lord " PV = "0.0+svn${SRCDATE}" DEPENDS = "gtk+ startup-notification" @@ -7,5 +10,9 @@ EXTRA_OECONF = "--enable-startup-notification" S = ${WORKDIR}/${PN} -inherit autotools +FILES_${PN} += "${libdir}/matchbox-panel/*.so.*" +FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \ + ${libdir}/matchbox-panel/*.a" + +inherit autotools pkgconfig