From 88867c1d96684925027a0ecc9e25c6ea70040cc6 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 11 Jun 2012 20:44:56 -0400 Subject: extras: move things to extras Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko --- recipes-ti/hdvpss/ti-hdvpss.inc | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 recipes-ti/hdvpss/ti-hdvpss.inc (limited to 'recipes-ti/hdvpss/ti-hdvpss.inc') diff --git a/recipes-ti/hdvpss/ti-hdvpss.inc b/recipes-ti/hdvpss/ti-hdvpss.inc deleted file mode 100644 index 3c99b792..00000000 --- a/recipes-ti/hdvpss/ti-hdvpss.inc +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "TI HDVPSS" -SECTION = "devel" -LICENSE = "TI" - -require ../includes/ti-paths.inc -require ../includes/ti-staging.inc - -S = "${WORKDIR}/REL.HDVPSS_${PV}" - -SRC_URI = "http://install.source.dir.local/REL.HDVPSS.${PV}.zip" - -do_compile() { - : -} - -do_install() { - install -d ${D}${HDVPSS_INSTALL_DIR_RECIPE} - cp -pPrf ${S}/* ${D}${HDVPSS_INSTALL_DIR_RECIPE} -} - -- cgit v1.2.3-54-g00ecf