From 94f4377c5c70418eebce8066c55490fe27e39bab Mon Sep 17 00:00:00 2001 From: Chris Lord Date: Fri, 18 Aug 2006 00:08:42 +0000 Subject: Fix packaging for matchbox-panel-2 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@613 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meta/packages/matchbox-panel-2') 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 -- cgit v1.2.3