gmyth-upnp: rename 'test' binary to something that doesn't conflict with coreutils...
authorKoen Kooi <koen@openembedded.org>
Wed, 20 Aug 2008 08:37:08 +0000 (08:37 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 20 Aug 2008 08:37:08 +0000 (08:37 +0000)
packages/mythtv/gmyth-upnp_0.7.0.bb

index 3f20b3d..84657de 100644 (file)
@@ -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
 }