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:
d69d798
)
gammu 1.17.0 remove bogus pc file so it doesn't conflict with the real one
author
Michael Lauer
<mickey@vanille-media.de>
Tue, 19 Feb 2008 16:16:14 +0000
(16:16 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Tue, 19 Feb 2008 16:16:14 +0000
(16:16 +0000)
packages/gammu/gammu_1.17.0.bb
patch
|
blob
|
history
diff --git
a/packages/gammu/gammu_1.17.0.bb
b/packages/gammu/gammu_1.17.0.bb
index
fc7adb1
..
65ab877
100644
(file)
--- a/
packages/gammu/gammu_1.17.0.bb
+++ b/
packages/gammu/gammu_1.17.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 "
@@
-25,6
+26,7
@@
do_stage() {
install -m 0644 build-configure/include/*.h ${STAGING_INCDIR}/gammu/
oe_libinstall -so -C build-configure/common libGammu ${STAGING_LIBDIR}
+ rm -f ./build-configure/pkgconfig/gammu.pc
}
PACKAGES =+ "libgammu"