[oe-commits] : gmyth-upnp: fix .pc some more, the clinkc dep isn't needed

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 12 14:26:30 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: eb0cab78cf9d21f8ba9cc46737cd492bf5006139
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=eb0cab78cf9d21f8ba9cc46737cd492bf5006139

Author:  <koen at openembedded.org>
Date:   Sun Aug 10 19:03:36 2008 +0000

gmyth-upnp: fix .pc some more, the clinkc dep isn't needed

---

 packages/mythtv/gmyth-upnp_0.7.0.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/packages/mythtv/gmyth-upnp_0.7.0.bb b/packages/mythtv/gmyth-upnp_0.7.0.bb
index eb6028a..3f20b3d 100644
--- a/packages/mythtv/gmyth-upnp_0.7.0.bb
+++ b/packages/mythtv/gmyth-upnp_0.7.0.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "GMyth is a library to access MythTV backend services."
 LICENSE = "LGPLv2""
 HOMEPAGE = "http://gmyth.sourceforge.net/wiki/index.php/Main_Page"
 
-PR = "r1"
+PR = "r2"
 
-DEPENDS = "glib-2.0 mysql gmyth libupnp
+DEPENDS = "glib-2.0 mysql gmyth libupnp"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/gmyth/${PN}_0.7-indt1.tar.gz"
 S = "${WORKDIR}/${PN}"
@@ -17,7 +17,8 @@ do_compile_append() {
         sed -i -e s:${STAGING_DIR_TARGET}::g \
 	       -e s,Version:,Version:\ 0\.7\.0,g \
 	       -e s:/${TARGET_SYS}::g \   
-		  gmyth-upnp.pc
+               -e s:clinkc::g \
+                  gmyth-upnp.pc
 }
 
 do_stage() {





More information about the Openembedded-commits mailing list