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:
33bc031
)
gmyth-upnp: rename 'test' binary to something that doesn't conflict with coreutils...
author
Koen Kooi
<koen@openembedded.org>
Wed, 20 Aug 2008 08:37:08 +0000
(08:37 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 20 Aug 2008 08:37:08 +0000
(08:37 +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
3f20b3d
..
84657de
100644
(file)
--- a/
packages/mythtv/gmyth-upnp_0.7.0.bb
+++ b/
packages/mythtv/gmyth-upnp_0.7.0.bb
@@
-2,7
+2,7
@@
DESCRIPTION = "GMyth is a library to access MythTV backend services."
LICENSE = "LGPLv2""
HOMEPAGE = "http://gmyth.sourceforge.net/wiki/index.php/Main_Page"
-PR = "r
2
"
+PR = "r
3
"
DEPENDS = "glib-2.0 mysql gmyth libupnp"
@@
-21,6
+21,10
@@
do_compile_append() {
gmyth-upnp.pc
}
+do_install_append() {
+ mv ${D}/${bindir}/test ${D}/${bindir}/gmyth-upnp-test
+}
+
do_stage() {
autotools_stage_all
}