git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c07ae
)
gammu: re-add stage task
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 13 May 2008 15:41:39 +0000
(15:41 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 13 May 2008 15:41:39 +0000
(15:41 +0000)
packages/gammu/gammu_1.20.0.bb
patch
|
blob
|
history
diff --git
a/packages/gammu/gammu_1.20.0.bb
b/packages/gammu/gammu_1.20.0.bb
index
a927e2a
..
617648c
100644
(file)
--- 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"