aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mythtv
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-12-08 21:27:28 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-12-08 22:30:37 +0100
commitc9ca1ec7a97eda5518ef95a35efee76b943763a8 (patch)
treeff15bfb31477be66d45d08c614afdc761a9db147 /recipes/mythtv
parent5d269d7d297b5afaf957bbd633b9cf4a197c4a01 (diff)
downloadopenembedded-c9ca1ec7a97eda5518ef95a35efee76b943763a8.tar.gz
removed unused var AUTOTOOLS_STAGE_PKGCONFIG
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Richard Purdie <rpurdie@rpsys.net> Acked-by: Andreas Oberritter <obi@opendreambox.org> (on irc)
Diffstat (limited to 'recipes/mythtv')
-rw-r--r--recipes/mythtv/gmyth-upnp_0.7.0.bb2
-rw-r--r--recipes/mythtv/gmyth_0.7.1.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes/mythtv/gmyth-upnp_0.7.0.bb b/recipes/mythtv/gmyth-upnp_0.7.0.bb
index 7063fb7912..186c5056d6 100644
--- a/recipes/mythtv/gmyth-upnp_0.7.0.bb
+++ b/recipes/mythtv/gmyth-upnp_0.7.0.bb
@@ -11,8 +11,6 @@ S = "${WORKDIR}/${PN}"
inherit autotools
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
-
do_compile_append() {
sed -i -e s:${STAGING_DIR_TARGET}::g \
-e s,Version:,Version:\ 0\.7\.0,g \
diff --git a/recipes/mythtv/gmyth_0.7.1.bb b/recipes/mythtv/gmyth_0.7.1.bb
index a4f2ac901c..86438a4fe9 100644
--- a/recipes/mythtv/gmyth_0.7.1.bb
+++ b/recipes/mythtv/gmyth_0.7.1.bb
@@ -9,8 +9,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/gmyth/${PN}-${PV}.tar.gz"
inherit autotools
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
-
do_compile_append() {
sed -i -e s:${STAGING_DIR_TARGET}::g \
-e s:/${TARGET_SYS}::g \