mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
libexif: remove unused version_underscore
This function hasn't been used since the upgrade to 0.6.23 in 2021[1] [1] oe-core 65a54f72e15f59bdf9d8c4618f3ef8510541d134 (From OE-Core rev: 3f8da47b54ffa1b0a9feb971a7324a52a325b5e1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a32b45289b
commit
53b100562a
@@ -7,9 +7,6 @@ SECTION = "libs"
|
|||||||
LICENSE = "LGPL-2.1-only"
|
LICENSE = "LGPL-2.1-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
|
||||||
|
|
||||||
def version_underscore(v):
|
|
||||||
return "_".join(v.split("."))
|
|
||||||
|
|
||||||
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libexif-${PV}.tar.bz2 \
|
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libexif-${PV}.tar.bz2 \
|
||||||
file://0001-Add-serial-tests-config-needed-by-ptest.patch \
|
file://0001-Add-serial-tests-config-needed-by-ptest.patch \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
|
|||||||
Reference in New Issue
Block a user