summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-06-26 13:44:27 +0300
committerKhem Raj <raj.khem@gmail.com>2024-06-28 11:22:02 -0700
commit2ba9d36b1e367ee373f83aaba5cb77908c853a75 (patch)
tree34bedc3772b33753ecf7b6856ce90641cd952548
parent46154b133ff91adef05e6e34a6ffefc3648fc18e (diff)
downloadmeta-openembedded-2ba9d36b1e367ee373f83aaba5cb77908c853a75.tar.gz
gphoto2: Fix contains reference to TMPDIR [buildpaths] warning
WARNING: gphoto2-2.5.28-r0 do_package_qa: QA Issue: File /usr/bin/gphoto2 in package gphoto2 contains reference to TMPDIR [buildpaths] ERROR: gphoto2-2.5.28-r0 do_package: QA Issue: File '/usr/bin/gphoto2' from gphoto2 was already stripped, this will prevent future debugging! [already-stripped] ERROR: gphoto2-2.5.28-r0 do_package: Fatal QA errors were found, failing task. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb b/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb
index 513845194d..aba590aa02 100644
--- a/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb
+++ b/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb
@@ -19,3 +19,8 @@ EXTRA_OECONF += "--with-jpeg-prefix=${STAGING_INCDIR} \
19 --without-cdk \ 19 --without-cdk \
20" 20"
21 21
22INSANE_SKIP:${PN} = "already-stripped"
23
24do_install:append() {
25 sed -i -e 's#${RECIPE_SYSROOT}##g' ${D}${bindir}/gphoto2
26}