Skip to content

Commit e640454

Browse files
committed
update recipes-oss to latest versions
Update recipes-oss to most recent versions and suppress warning due to missing bb files in layer.conf of meta-protos/meta
1 parent 268fd62 commit e640454

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

meta-protos/meta/conf/layer.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ BBFILE_PATTERN_meta-protos-meta = "^${LAYERDIR}/"
1111
# enforce layer precedence
1212
BBFILE_PRIORITY_meta-protos-meta = "8"
1313

14+
# this layer does contain a .bbclass file only
15+
BBFILE_PATTERN_IGNORE_EMPTY_meta-protos-meta = "1"
16+
1417
LAYERDEPENDS_meta-protos-meta = "core"
1518
LAYERSERIES_COMPAT_meta-protos-meta = "kirkstone scarthgap"

meta-protos/recipes-oss/cppcheck/cppcheck_2.16.0.bb renamed to meta-protos/recipes-oss/cppcheck/cppcheck_2.17.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
44
DEPENDS += "libpcre"
55

66
SRC_URI = "git://github.com/danmar/cppcheck.git;protocol=https;nobranch=1"
7-
SRCREV = "02be7e6e0c35a8b2e46df30b0387beff5c58acb0"
7+
SRCREV = "ac9db3069b9f90e81e126a090b99ad456e122cf8"
88

99
S = "${WORKDIR}/git"
1010

meta-protos/recipes-oss/debugpy/debugpy_1.8.0.bb renamed to meta-protos/recipes-oss/debugpy/debugpy_1.8.14.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7b6b095fe2a2e2b66cb08d295b605789"
99

1010
CVE_PRODUCT = ""
1111

12-
SRC_URI[sha256sum] = "12af2c55b419521e33d5fb21bd022df0b5eb267c3e178f1d374a63a2a6bdccd0"
12+
SRC_URI[sha256sum] = "7cd287184318416850aa8b60ac90105837bb1e59531898c07569d197d2ed5322"
1313

1414
PYPI_PACKAGE = "debugpy"
15-
PYPI_PACKAGE_EXT = "zip"
15+
PYPI_PACKAGE_EXT = "tar.gz"
1616

1717
def get_so_suffix(d):
1818
arch = d.getVar('MACHINE_ARCH')

meta-protos/recipes-oss/libdmtx/libdmtx_0.7.7.bb renamed to meta-protos/recipes-oss/libdmtx/libdmtx_0.7.8.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require ${PN}.inc
33
LIC_FILES_CHKSUM = "file://LICENSE;md5=b58872aaf3a9d51c1f002b9d7940f4f1"
44

55
SRC_URI = "git://github.com/dmtx/libdmtx.git;protocol=https;branch=master"
6-
SRCREV = "dafd3dd813fb448eab0272f139d45a6b894912df"
6+
SRCREV = "500d7af6106713610a0f8b2d96aefa81912b96bc"
77

88
S = "${WORKDIR}/git"
99

meta-protos/recipes-oss/libspnav/libspnav_1.1.bb renamed to meta-protos/recipes-oss/libspnav/libspnav_1.2.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SRC_URI = "\
66
git://github.com/FreeSpacenav/libspnav.git;protocol=https;branch=master \
77
file://configure_libdir.patch \
88
"
9-
SRCREV = "1716ccf15fa59a3acaeb9805262fc23613fd6a40"
9+
SRCREV = "d641e5cbbe0d6d2381a2ee8d95c8c7273d005272"
1010

1111
S = "${WORKDIR}/git"
1212

meta-protos/recipes-oss/nlopt/nlopt_2.7.1.bb renamed to meta-protos/recipes-oss/nlopt/nlopt_2.10.0.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ LIC_FILES_CHKSUM = "\
1111
file://src/algs/bobyqa/COPYRIGHT;md5=700dca4c1a2d3517d2e372b064b09ec5 \
1212
file://src/algs/ags/COPYRIGHT;md5=df8018c0130b3c4b5961d163c169567b \
1313
file://COPYRIGHT;md5=1b4ae9cf9d4ec57f6dc120948e9b483a \
14-
file://COPYING;md5=7036bf07f719818948a837064b1af213 \
14+
file://COPYING;md5=bd64d5de9621ced0bbf488c45413e534 \
1515
"
1616

1717
SRC_URI = "git://github.com/stevengj/nlopt.git;protocol=https;branch=master"
18-
SRCREV = "09b3c2a6da71cabcb98d2c8facc6b83d2321ed71"
18+
SRCREV = "7d04da19236148f9ae9d8dfa470a2264f5d2aa33"
1919

2020
S = "${WORKDIR}/git"
2121

0 commit comments

Comments
 (0)