[oe-commits] : gmyth-upnp: rename 'test' binary to something that doesn' t conflict with coreutils or busybox

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Aug 20 09:38:04 UTC 2008


Module: OE.dev
Branch: master
Commit: a54ed9f9c48428b5f4c7abcbd883bfdbfb89a61b
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=a54ed9f9c48428b5f4c7abcbd883bfdbfb89a61b

Author:  <koen at openembedded.org>
Date:   Wed Aug 20 08:37:08 2008 +0000

gmyth-upnp: rename 'test' binary to something that doesn't conflict with coreutils or busybox

---

 packages/mythtv/gmyth-upnp_0.7.0.bb |    6 +++++-
 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 3f20b3d..84657de 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
 }





More information about the Openembedded-commits mailing list