[oe-commits] org.oe.dev strigi: add staging function

koen commit oe at amethyst.openembedded.net
Thu Sep 4 13:42:15 UTC 2008


strigi: add staging function

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 244286eadcc7cfd8932af0a70fb3705f269670d4
ViewMTN: http://monotone.openembedded.org/revision/info/244286eadcc7cfd8932af0a70fb3705f269670d4
Files:
1
packages/kde4/strigi_0.5.10.bb
Diffs:

#
# mt diff -ra8b3738fe9d7578507efdb8edd971c36ca53b159 -r244286eadcc7cfd8932af0a70fb3705f269670d4
#
#
#
# patch "packages/kde4/strigi_0.5.10.bb"
#  from [be310a384240e28023da1b34432487efe8cbfaf8]
#    to [3f60f0eb8264ea2eaeb2ae89ad1c10c0b6f4f6b2]
#
============================================================
--- packages/kde4/strigi_0.5.10.bb	be310a384240e28023da1b34432487efe8cbfaf8
+++ packages/kde4/strigi_0.5.10.bb	3f60f0eb8264ea2eaeb2ae89ad1c10c0b6f4f6b2
@@ -1,5 +1,7 @@ inherit qt4x11 cmake
 inherit qt4x11 cmake
 
+PR = "r1"
+
 DEPENDS += "clucene-core pidgin expat gamin"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/strigi/strigi-${PV}.tar.bz2"
@@ -13,5 +15,9 @@ FILES_${PN} += "${datadir}/dbus-1 \
 
 FILES_${PN} += "${datadir}/dbus-1 \
                "
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+do_stage() {
+        autotools_stage_all
+}
 
 






More information about the Openembedded-commits mailing list