Skip to content

Commit

Permalink
Update checkbashism-native to 2.23.5
Browse files Browse the repository at this point in the history
Closes #11467

Signed-off-by: Konrad Weihmann <[email protected]>

Cherry-picked from master branch to fix do_fetch() error
since the version 2.22.1 tarball has disappeared from the
Debian SRC_URI.

Removed nativesdk-perl from RDEPENDS of chery-pick and did
not include nativesdk-checkbashism_2.23.5.bb from master since
kirkstone lacks support for SDK tools.

Signed-off-by: Geoff Parker <[email protected]>
  • Loading branch information
priv-kweihmann committed Aug 29, 2023
1 parent 7390a38 commit cc11f97
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ SRC_URI:append = " \
file://checkbashism.sca.description \
"

SRC_URI[sha256sum] = "35dd5e6029d27be35b96e8c6e38b8aa6fba791a21371dac2de0f8cdee5fe33d5"
SRC_URI[sha256sum] = "8f47d45534bf94f28576078c864b22273dbe139928074ec82b6b848f9e44586d"

S = "${WORKDIR}/devscripts-${PV}"
S = "${WORKDIR}/devscripts"
UPSTREAM_CHECK_REGEX = "devscripts_(?P<pver>\d+\.\d+\.\d+)"

inherit sca-description
Expand All @@ -35,3 +35,4 @@ do_install() {
}

FILES:${PN} += "${bindir}"

0 comments on commit cc11f97

Please sign in to comment.