From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7011AC61DD9 for ; Sun, 30 Aug 2026 10:50:38 +0000 (UTC) Subject: Re: [PATCH] doxygen: upgrade 1.17.0 -> 1.18.0 To: openembedded-devel@lists.openembedded.org From: "Jaipaul Cheernam" X-Originating-Location: =?UTF-8?B?SsOkcmbDpGxsYSBNdW5pY2lwYWxpdHksIFN0b2NraG9sbSBDb3VudHksIFNF?= (83.254.197.193) X-Originating-Platform: Mac Firefox 154 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Sun, 30 Aug 2026 03:50:31 -0700 References: <20260827122023.76593-1-jaipaul.cheernam@est.tech> <2925873.1788073672353896461@lists.openembedded.org> In-Reply-To: Message-ID: <2925873.1788087031374594528@lists.openembedded.org> Content-Type: multipart/alternative; boundary="kvL3Ru6imGdGkfqfx4rt" List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 30 Aug 2026 10:50:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/129595 --kvL3Ru6imGdGkfqfx4rt Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Robb, the buildpath issue is present on my system too. The generated files show: /* WARNING: This file is generated! * Do not edit this file, but edit /home/jaipaul/.../workspace/sources/doxyg= en/src/config.xml instead and run * python configgen.py -maph /home/jaipaul/.../workspace/sources/doxygen/src= /config.xml to regenerate this file! */ All three files =E2=80=94 configvalues.h, configvalues.cpp, and configoptio= ns.cpp =E2=80=94 have the build path included. The reason I missed it is that I used devtool upgrade and devtool build to = build the recipe. devtool build only runs do_populate_sysroot and do_packag= edata by default (hardcoded in scripts/lib/devtool/build.py), so do_package_qa never executed. A normal bitbake doxygen would have triggered do_build which depends on do_= package_qa, catching the error. So, your patch is needed . Regards, Jaipaul --kvL3Ru6imGdGkfqfx4rt Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hi Robb, 
 
the buildpath issue is present on my system too. The generated files s= how:
  
  /* WARNING: This file is generated!
   * Do not edit this file, but edit /home/jaipaul/.../workspace= /sources/doxygen/src/config.xml instead and run
   * python = configgen.py -maph /home/jaipaul/.../workspace/sources/doxygen/src/config.x= ml to regenerate this file!
   */
  
&nb= sp; All three files — configvalues.h, configvalues.cpp, and configopt= ions.cpp — have the build path included.
  
The r= eason I missed it is that I used devtool upgrade and devtool build to build= the recipe. devtool build only runs do_populate_sysroot and do_packagedata= by default (hardcoded in scripts/lib/devtool/build.py),
  so do_= package_qa never executed.
A normal bitbake doxygen would have triggered do_build which depends o= n do_package_qa, catching the error.
 
So, your patch is needed . 
 
Regards,
Jaipaul
--kvL3Ru6imGdGkfqfx4rt--