strigi: add staging function
authorKoen Kooi <koen@openembedded.org>
Thu, 4 Sep 2008 13:15:05 +0000 (13:15 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 4 Sep 2008 13:15:05 +0000 (13:15 +0000)
packages/kde4/strigi_0.5.10.bb

index 3dacbfa..0331d9f 100644 (file)
@@ -1,5 +1,7 @@
 inherit qt4x11 cmake
 
+PR = "r1"
+
 DEPENDS += "clucene-core pidgin expat gamin"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/strigi/strigi-${PV}.tar.bz2"
@@ -13,5 +15,9 @@ EXTRA_OECMAKE = "-DENABLE_FAM:BOOL=ON \
 
 FILES_${PN} += "${datadir}/dbus-1 \
                "
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+do_stage() {
+        autotools_stage_all
+}