gmyth-upnp: fix .pc some more, the clinkc dep isn't needed
authorKoen Kooi <koen@openembedded.org>
Sun, 10 Aug 2008 19:03:36 +0000 (19:03 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 10 Aug 2008 19:03:36 +0000 (19:03 +0000)
packages/mythtv/gmyth-upnp_0.7.0.bb

index eb6028a..3f20b3d 100644 (file)
@@ -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() {