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

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:16:06 UTC 2008


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

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: e437f05126be24341b4a2a9228206e83c658c57d
ViewMTN: http://monotone.openembedded.org/revision/info/e437f05126be24341b4a2a9228206e83c658c57d
Files:
1
packages/mythtv/gmyth-upnp_0.7.0.bb
Diffs:

#
# mt diff -raee64e2825fc156d9e028f1ad01f7241cc964fea -re437f05126be24341b4a2a9228206e83c658c57d
#
#
#
# patch "packages/mythtv/gmyth-upnp_0.7.0.bb"
#  from [4667af3879b4e91ebc27b0ecf26ebfe32d999a2d]
#    to [8b75bcd164ea2941db3ae19b4f30ab821fa36300]
#
============================================================
--- packages/mythtv/gmyth-upnp_0.7.0.bb	4667af3879b4e91ebc27b0ecf26ebfe32d999a2d
+++ packages/mythtv/gmyth-upnp_0.7.0.bb	8b75bcd164ea2941db3ae19b4f30ab821fa36300
@@ -2,7 +2,7 @@ HOMEPAGE = "http://gmyth.sourceforge.net
 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