[oe-commits] org.oe.dev gammu 1.17.0 remove bogus pc file so it doesn't conflict with the real one

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Feb 19 16:25:47 UTC 2008


gammu 1.17.0 remove bogus pc file so it doesn't conflict with the real one

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: c8560517964ebe70f94d18575236bb3b49f087b8
ViewMTN: http://monotone.openembedded.org/revision/info/c8560517964ebe70f94d18575236bb3b49f087b8
Files:
1
packages/gammu/gammu_1.17.0.bb
Diffs:

#
# mt diff -rd684223b6fbdf20a18d598446664827707b7dd91 -rc8560517964ebe70f94d18575236bb3b49f087b8
#
# 
# 
# patch "packages/gammu/gammu_1.17.0.bb"
#  from [dbbfbd2cf47cb31eb603a90b621a074f7786c9f0]
#    to [32f447033fd0c855eefaac567bda64e17b60b004]
# 
============================================================
--- packages/gammu/gammu_1.17.0.bb	dbbfbd2cf47cb31eb603a90b621a074f7786c9f0
+++ packages/gammu/gammu_1.17.0.bb	32f447033fd0c855eefaac567bda64e17b60b004
@@ -1,8 +1,9 @@ HOMEPAGE = "http://www.gammu.org/"
 DESCRIPTION = "GNU All Mobile Managment Utilities"
 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"






More information about the Openembedded-commits mailing list