[oe-commits] org.oe.dev stage geoclue and gypsy for later usage.

john_lee commit oe at amethyst.openembedded.net
Fri Apr 25 15:32:27 UTC 2008


stage geoclue and gypsy for later usage.

Author: john_lee at openmoko.com
Branch: org.openembedded.dev
Revision: 1e65621a1b30ab93c573868de2f668593d8a7428
ViewMTN: http://monotone.openembedded.org/revision/info/1e65621a1b30ab93c573868de2f668593d8a7428
Files:
1
packages/geoclue/geoclue_git.bb
packages/gypsy/gypsy.inc
Diffs:

#
# mt diff -r3abbcac2c0d3ab2a2f61645f4780fbf1b616d052 -r1e65621a1b30ab93c573868de2f668593d8a7428
#
#
#
# patch "packages/geoclue/geoclue_git.bb"
#  from [41a9cfe777c671fde4cfbf21bc73e65fffa0fb5a]
#    to [61b4116a51767becb10727a6f9d7fde0ca9adc6d]
# 
# patch "packages/gypsy/gypsy.inc"
#  from [816a8a3e7c95ea800fd63fba2e778e93cd84bbef]
#    to [8012c6068130a1cb383a6ab9dbe962d33daf4224]
#
============================================================
--- packages/geoclue/geoclue_git.bb	41a9cfe777c671fde4cfbf21bc73e65fffa0fb5a
+++ packages/geoclue/geoclue_git.bb	61b4116a51767becb10727a6f9d7fde0ca9adc6d
@@ -20,6 +20,10 @@ EXTRA_OECONF = " --enable-applet=no \
                  --enable-gpsd \
 		 --enable-system-bus"
 
+do_stage() {
+	autotools_stage_all
+}
+
 do_install_append() {
 	mkdir -p ${D}/usr/share/
 	cp -pPr ${D}${STAGING_DATADIR}/* ${D}/usr/share
============================================================
--- packages/gypsy/gypsy.inc	816a8a3e7c95ea800fd63fba2e778e93cd84bbef
+++ packages/gypsy/gypsy.inc	8012c6068130a1cb383a6ab9dbe962d33daf4224
@@ -5,6 +5,10 @@ inherit autotools pkgconfig
 
 inherit autotools pkgconfig
 
+do_stage () {
+	autotools_stage_all
+}
+
 do_configure_prepend () {
 	touch ${S}/gtk-doc.make
 }






More information about the Openembedded-commits mailing list