summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-11-12 21:43:56 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-12 09:38:59 -0800
commit727aee99ce4d44e8da9ea0af53cd4ff00588217d (patch)
treeb6ecfb3bf3f259224ba1947a355f21e6c3d17a21
parente87cf64e47c7e0e6f76e5d8946a3bd10fbcd43c0 (diff)
downloadmeta-openembedded-727aee99ce4d44e8da9ea0af53cd4ff00588217d.tar.gz
libgphoto2: add UPSTREAM_CHECK_URI
Add UPSTREAM_CHECK_URI to check the correct latest stable verison. Before the patch: $ devtool latest-version libgphoto2 INFO: Current version: 2.5.32 INFO: Latest version: After the patch: $ devtool latest-version libgphoto2 INFO: Current version: 2.5.32 INFO: Latest version: 2.5.33 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.32.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.32.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.32.bb
index 0fe2feca6e..20e0645d21 100644
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.32.bb
+++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.32.bb
@@ -15,6 +15,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/${BP}.tar.xz;name=libgphoto2 \
15" 15"
16SRC_URI[libgphoto2.sha256sum] = "495a347be21b8f970607a81e739aa91513a8479cbd73b79454a339c73e2b860e" 16SRC_URI[libgphoto2.sha256sum] = "495a347be21b8f970607a81e739aa91513a8479cbd73b79454a339c73e2b860e"
17 17
18UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/gphoto/files/libgphoto/"
19
18inherit autotools pkgconfig gettext lib_package 20inherit autotools pkgconfig gettext lib_package
19 21
20EXTRA_OECONF = " --with-drivers=all udevscriptdir=${nonarch_base_libdir}/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes" 22EXTRA_OECONF = " --with-drivers=all udevscriptdir=${nonarch_base_libdir}/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes"