aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gammu
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-19 16:16:14 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-19 16:16:14 +0000
commitd943db59fb909d40ad1dbeea2a3f74f94c372132 (patch)
treeaff054c6c004484f52dbaedfb607f0557743af9e /packages/gammu
parentd69d798924c7d9e543f7078e611ee8c410f2fad6 (diff)
downloadopenembedded-d943db59fb909d40ad1dbeea2a3f74f94c372132.tar.gz
gammu 1.17.0 remove bogus pc file so it doesn't conflict with the real one
Diffstat (limited to 'packages/gammu')
-rw-r--r--packages/gammu/gammu_1.17.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gammu/gammu_1.17.0.bb b/packages/gammu/gammu_1.17.0.bb
index fc7adb1b79..65ab877495 100644
--- 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"