summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross-intermediate_4.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-intermediate_4.3.3.bb')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-intermediate_4.3.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-intermediate_4.3.3.bb b/meta/recipes-devtools/gcc/gcc-cross-intermediate_4.3.3.bb
new file mode 100644
index 0000000000..10681dad4b
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-cross-intermediate_4.3.3.bb
@@ -0,0 +1,4 @@
+require gcc-cross_${PV}.bb
+require gcc-cross-intermediate.inc
+PR = "r2"
+
kj/_PYTHON_SYSCONFIGDATA_NAME-gatesgarth OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyserial_3.4.bb
blob: 44c13685e9542afb889c264bac12259c0042e3e7 (plain)
1
2
3
4
5
6
7
8
9
inherit setuptools3
require python-pyserial.inc

do_install_append() {
    rm -f ${D}${bindir}/miniterm.py
    rmdir ${D}${bindir}
}

RDEPENDS_${PN} += "${PYTHON_PN}-enum ${PYTHON_PN}-selectors"