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:
83e1ef0
)
gmyth-upnp: fix .pc some more, the clinkc dep isn't needed
author
Koen Kooi
<koen@openembedded.org>
Sun, 10 Aug 2008 19:03:36 +0000
(19:03 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 10 Aug 2008 19:03:36 +0000
(19:03 +0000)
packages/mythtv/gmyth-upnp_0.7.0.bb
patch
|
blob
|
history
diff --git
a/packages/mythtv/gmyth-upnp_0.7.0.bb
b/packages/mythtv/gmyth-upnp_0.7.0.bb
index
eb6028a
..
3f20b3d
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
-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() {