Skip to content

Commit 5825985

Browse files
OldManYellsAtCloudkraj
authored andcommitted
owfs: upgrade 3.2p3 -> 3.2p4
Drop patch that's included in this release. Changelog: v3.2p4 is mainly a bugfix & cleanup release. Enhancements Add support for InfernoEmbedded soft-devices (openembeddedGH-21) Bug fixes Fix bug (openembeddedGH-55) related to split packet (openembeddedGH-64) Fix copy paste bug (474f06d) Add \r to Http header to satisfy RFC2616 specification (openembeddedGH-20) Maintenance build system cleanup (openembeddedGH-72, openembeddedGH-27, openembeddedGH-16) Fix missing files in source distribution (openembeddedGH-70, openembeddedGH-69) Fix compilation with GCC10 (openembeddedGH-62) Minor fixes Fix typos (openembeddedGH-43 openembeddedGH-23) Signed-off-by: Gyorgy Sarvari <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 93e33ae commit 5825985

File tree

3 files changed

+6
-51
lines changed

3 files changed

+6
-51
lines changed

meta-filesystems/recipes-filesystems/owfs/owfs/0001-Add-build-rule-for-README.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ diff --git a/Makefile.am b/Makefile.am
1717
index e0c4ad6..0449321 100644
1818
--- a/Makefile.am
1919
+++ b/Makefile.am
20-
@@ -35,3 +35,4 @@ rpmcvs: preparerpm
20+
@@ -30,3 +30,5 @@ rpm: preparerpm
21+
rpmcvs: preparerpm
2122
@LN_S@ -f `pwd`/@PACKAGE@-@[email protected] ${RPMDIR}/SOURCES/@PACKAGE@-@VERSION@_cvs_`date +"%Y%m%d"`.tar.gz
2223
cd ${RPMDIR}/SPECS && @RPMBUILD@ -ba @[email protected] --define 'cvs 1'
23-
24+
+
2425
+README: README.md
2526
--
2627
2.7.4
27-

meta-filesystems/recipes-filesystems/owfs/owfs/0001-Fix-compilation-with-GCC10.patch

Lines changed: 0 additions & 44 deletions
This file was deleted.

meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb renamed to meta-filesystems/recipes-filesystems/owfs/owfs_3.2p4.bb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=628b867016631792781a8735a04760e5 \
88
file://COPYING.LIB;md5=9021b7435efdd9fb22beef8291134099"
99

1010
DEPENDS = "fuse virtual/libusb0"
11-
# v3.2p3
12-
SRCREV = "3744375dfaa350e31c9b360eb1e1a517bbeb5c47"
13-
SRC_URI = "git://github.com/owfs/owfs;branch=master;protocol=https \
11+
12+
SRCREV = "c68deb1fc6d30fcc5eabe0a0d9c9dc2ca54e455a"
13+
SRC_URI = "git://github.com/owfs/owfs;branch=master;protocol=https;tag=v${PV} \
1414
file://0001-Add-build-rule-for-README.patch \
15-
file://0001-Fix-compilation-with-GCC10.patch \
1615
file://owhttpd \
1716
file://owserver \
1817
"

0 commit comments

Comments
 (0)