summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/mythtv/gmyth-upnp_0.7.0.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/mythtv/gmyth-upnp_0.7.0.bb b/packages/mythtv/gmyth-upnp_0.7.0.bb
index 3f20b3dd83..84657de93e 100644
--- 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 = "r2"
+PR = "r3"
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
}