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 /meta/packages/matchbox-panel-2 | |
parent | d8b4d9c7fc1890601138768a641fb423c9431642 (diff) | |
download | poky-94f4377c5c70418eebce8066c55490fe27e39bab.tar.gz |
Fix packaging for matchbox-panel-2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@613 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-panel-2')
-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 @@ | |||
1 | LICENSE = "GPLv2" | ||
2 | PRIORITY = "optional" | ||
3 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | ||
1 | PV = "0.0+svn${SRCDATE}" | 4 | PV = "0.0+svn${SRCDATE}" |
2 | DEPENDS = "gtk+ startup-notification" | 5 | DEPENDS = "gtk+ startup-notification" |
3 | 6 | ||
@@ -7,5 +10,9 @@ EXTRA_OECONF = "--enable-startup-notification" | |||
7 | 10 | ||
8 | S = ${WORKDIR}/${PN} | 11 | S = ${WORKDIR}/${PN} |
9 | 12 | ||
10 | inherit autotools | 13 | FILES_${PN} += "${libdir}/matchbox-panel/*.so.*" |
14 | FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \ | ||
15 | ${libdir}/matchbox-panel/*.a" | ||
16 | |||
17 | inherit autotools pkgconfig | ||
11 | 18 | ||