diff options
Diffstat (limited to 'recipes/mythtv/gmyth-upnp_0.7.0.bb')
-rw-r--r-- | recipes/mythtv/gmyth-upnp_0.7.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/mythtv/gmyth-upnp_0.7.0.bb b/recipes/mythtv/gmyth-upnp_0.7.0.bb index 6fce816fef..be16cea59a 100644 --- a/recipes/mythtv/gmyth-upnp_0.7.0.bb +++ b/recipes/mythtv/gmyth-upnp_0.7.0.bb @@ -15,14 +15,14 @@ AUTOTOOLS_STAGE_PKGCONFIG = "1" do_compile_append() { sed -i -e s:${STAGING_DIR_TARGET}::g \ - -e s,Version:,Version:\ 0\.7\.0,g \ - -e s:/${TARGET_SYS}::g \ + -e s,Version:,Version:\ 0\.7\.0,g \ + -e s:/${TARGET_SYS}::g \ -e s:clinkc::g \ gmyth-upnp.pc } do_install_append() { - mv ${D}/${bindir}/test ${D}/${bindir}/gmyth-upnp-test + mv ${D}/${bindir}/test ${D}/${bindir}/gmyth-upnp-test } SRC_URI[md5sum] = "29e58ea47e1548d70e4498cabca249a6" |