[oe-commits] org.oe.dev gammu: re-add stage task

hrw commit oe at amethyst.openembedded.net
Tue May 13 15:47:55 UTC 2008


gammu: re-add stage task

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: c93ef16ae5a34c4b3e3465c8f7134396705c5afb
ViewMTN: http://monotone.openembedded.org/revision/info/c93ef16ae5a34c4b3e3465c8f7134396705c5afb
Files:
1
packages/gammu/gammu_1.20.0.bb
Diffs:

#
# mt diff -r1cc13a06f1a91c42717d4d7935b33ed98ec64800 -rc93ef16ae5a34c4b3e3465c8f7134396705c5afb
#
#
#
# patch "packages/gammu/gammu_1.20.0.bb"
#  from [89c2244204d404c14ec2f5ed02c13ec35807b011]
#    to [565916b05a1055592b343f5c80c15354710f6049]
#
============================================================
--- packages/gammu/gammu_1.20.0.bb	89c2244204d404c14ec2f5ed02c13ec35807b011
+++ packages/gammu/gammu_1.20.0.bb	565916b05a1055592b343f5c80c15354710f6049
@@ -3,6 +3,7 @@ HOMEPAGE = "http://www.gammu.org/"
 DEPENDS = "bluez-libs cmake-native"
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gammu.org/"
+PR = "r1"
 
 SRC_URI = "http://dl.cihar.com/gammu/releases/gammu-${PV}.tar.bz2 "
 
@@ -13,6 +14,10 @@ do_configure() {
     cd ${S} && CMAKE_C_COMPILER=${TARGET_OS}-gcc ./configure --prefix=${prefix} --enable-shared --enable-backup
 }
 
+do_stage() {
+    autotools_stage_all
+}
+
 PACKAGES =+ "libgammu"
 
 FILES_${PN} = "${bindir}/gammu ${bindir}/jadmaker"






More information about the Openembedded-commits mailing list