Skip to content

Commit cba5fe6

Browse files
Convert line endings in python3-gpio package
1 parent 8b607e6 commit cba5fe6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ RUN apt-get install -y \
3737
zstd \
3838
screen \
3939
libncurses-dev \
40-
nano
40+
nano \
41+
dos2unix
4142

4243
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen
4344
ENV LANG en_US.utf8

Diff for: meta-oven-controller-app/recipes-devtools/python/python3-gpio_1.0.0.bb

+4
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ RDEPENDS:${PN} = "\
2020
"
2121

2222
inherit setuptools3
23+
24+
do_unpack:append() {
25+
dos2unix ${S}/*
26+
}

0 commit comments

Comments
 (0)