diff options
-rw-r--r-- | meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb (renamed from meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb index 26c80195b0..a81ed30f72 100644 --- a/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb +++ b/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.13.bb | |||
@@ -11,13 +11,13 @@ HOMEPAGE = "https://canopenterm.de" | |||
11 | BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" | 11 | BUGTRACKER = "https://github.com/CANopenTerm/CANopenTerm/issues" |
12 | 12 | ||
13 | LICENSE = "MIT" | 13 | LICENSE = "MIT" |
14 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=10e84ea70e8c3a1fbc462f5424806474" | 14 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5f8a62fabd50ce3f1d7794bc849ae7a5" |
15 | 15 | ||
16 | DEPENDS = "cjson libinih virtual/libsdl2 lua libsocketcan pocketpy" | 16 | DEPENDS = "cjson libinih libsdl3 lua libsocketcan pocketpy" |
17 | 17 | ||
18 | SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" | 18 | SRC_URI = "git://github.com/CANopenTerm/CANopenTerm.git;protocol=https;branch=main" |
19 | 19 | ||
20 | SRCREV = "e0760b2e9657907e691be4df384ca7617109635d" | 20 | SRCREV = "b0555360e5e8b444a2a9e14088fd253412184eb8" |
21 | 21 | ||
22 | 22 | ||
23 | inherit cmake ptest | 23 | inherit cmake ptest |
@@ -26,4 +26,4 @@ EXTRA_OECMAKE += "-DBUILD_YOCTO=ON" | |||
26 | 26 | ||
27 | FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}" | 27 | FILES:${PN} += "${bindir}/CANopenTerm ${bindir}/codb2json ${datadir}" |
28 | 28 | ||
29 | RDEPENDS:${PN} = "cjson libinih libsdl2 lua libsocketcan pocketpy" | 29 | RDEPENDS:${PN} = "cjson libinih libsdl3 lua libsocketcan pocketpy" |