From 097108055b706e34717da7751a2be940e40bacd7 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Tue, 10 Nov 2009 12:16:46 +0100 Subject: myththemes: updated to 0.22 --- recipes/mythtv/myththemes_0.21+0.22rc2.bb | 19 ------------------- recipes/mythtv/myththemes_0.22.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 recipes/mythtv/myththemes_0.21+0.22rc2.bb create mode 100644 recipes/mythtv/myththemes_0.22.bb (limited to 'recipes') diff --git a/recipes/mythtv/myththemes_0.21+0.22rc2.bb b/recipes/mythtv/myththemes_0.21+0.22rc2.bb deleted file mode 100644 index a3be987fe9..0000000000 --- a/recipes/mythtv/myththemes_0.21+0.22rc2.bb +++ /dev/null @@ -1,19 +0,0 @@ -inherit qmake2 - -PV = "0.21+0.22rc2" -PR = "r0" - -FILES_${PN} =+ "${datadir}" - -SRC_URI = "ftp://ftp.osuosl.org/pub/mythtv/myththemes-0.22rc2.tar.bz2" - -S = "${WORKDIR}/myththemes-0.22rc2" - -do_configure() { - ${S}/configure --qmake=qmake2 --sysroot=${STAGING_DIR_HOST} --prefix=${prefix} -} - -do_install () { - oe_runmake install INSTALL_ROOT=${D} -} - diff --git a/recipes/mythtv/myththemes_0.22.bb b/recipes/mythtv/myththemes_0.22.bb new file mode 100644 index 0000000000..444786a434 --- /dev/null +++ b/recipes/mythtv/myththemes_0.22.bb @@ -0,0 +1,19 @@ +inherit qmake2 + +PV = "0.22" +PR = "r0" + +FILES_${PN} =+ "${datadir}" + +SRC_URI = "ftp://ftp.osuosl.org/pub/mythtv/myththemes-0.22.tar.bz2" + +S = "${WORKDIR}/myththemes-0.22" + +do_configure() { + ${S}/configure --qmake=qmake2 --sysroot=${STAGING_DIR_HOST} --prefix=${prefix} +} + +do_install () { + oe_runmake install INSTALL_ROOT=${D} +} + -- cgit 1.2.3-korg