aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gammu
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-05-13 15:41:39 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-05-13 15:41:39 +0000
commitfc1fd01c9f137d8376d17fdee8305b46f01c170a (patch)
treed69a26398376e9d074da6a4a85ca49475b248732 /packages/gammu
parent99c07ae16659f6316801647e3335a27212f78ce6 (diff)
downloadopenembedded-fc1fd01c9f137d8376d17fdee8305b46f01c170a.tar.gz
gammu: re-add stage task
Diffstat (limited to 'packages/gammu')
-rw-r--r--packages/gammu/gammu_1.20.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/gammu/gammu_1.20.0.bb b/packages/gammu/gammu_1.20.0.bb
index a927e2a70b..617648c0a0 100644
--- a/packages/gammu/gammu_1.20.0.bb
+++ b/packages/gammu/gammu_1.20.0.bb
@@ -3,6 +3,7 @@ SECTION = "console/network"
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"