From: Chris Larson Date: Wed, 24 Mar 2004 22:53:16 +0000 (+0000) Subject: Apply fix for matchbox-common packaging from Alexander Enis. X-Git-Tag: Release-2010-05/1~19874 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8913af690b88d61fb1389dc2c3c5ef100a7dc3a;p=openembedded.git Apply fix for matchbox-common packaging from Alexander Enis. BKrev: 4062115cTlkoJSTBrtRxOhIKRrTuVA --- diff --git a/matchbox-common/matchbox-common_0.8.oe b/matchbox-common/matchbox-common_0.8.oe index e69de29bb2..e8fe310f7a 100644 --- a/matchbox-common/matchbox-common_0.8.oe +++ b/matchbox-common/matchbox-common_0.8.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "Matchbox window manager common files" +LICENSE = "GPL" +DEPENDS = "libmatchbox" + +SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-common/${PV}/matchbox-common-${PV}.tar.bz2" +S = "${WORKDIR}/matchbox-common-${PV}" + +inherit autotools libtool pkgconfig + +EXTRA_OECONF = "--enable-pda-folders" + +FILES_${PN} = \ + ${bindir} \ + ${datadir}/matchbox/vfolders \ + ${datadir}/pixmaps