diff options
author | Chris Lord <chris@openedhand.com> | 2006-08-18 00:08:42 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-08-18 00:08:42 +0000 |
commit | 94f4377c5c70418eebce8066c55490fe27e39bab (patch) | |
tree | 729fb111204e611c7b939a52c0b797f4c89f4360 | |
parent | d8b4d9c7fc1890601138768a641fb423c9431642 (diff) | |
download | openembedded-core-94f4377c5c70418eebce8066c55490fe27e39bab.tar.gz openembedded-core-94f4377c5c70418eebce8066c55490fe27e39bab.tar.bz2 openembedded-core-94f4377c5c70418eebce8066c55490fe27e39bab.zip |
Fix packaging for matchbox-panel-2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@613 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 9 |
1 files changed, 8 insertions, 1 deletions
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 <chris@openedhand.com>" 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 |