<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-navigation/proj, branch master-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2026-06-16T05:43:59+00:00</updated>
<entry>
<title>proj: upgrade 9.7.0 -&gt; 9.8.1</title>
<updated>2026-06-16T05:43:59+00:00</updated>
<author>
<name>Khem Raj</name>
<email>khem.raj@oss.qualcomm.com</email>
</author>
<published>2026-06-10T04:17:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6a948e38d7a13afa969cc5e318da9ad249efa449'/>
<id>urn:sha1:6a948e38d7a13afa969cc5e318da9ad249efa449</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;khem.raj@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>Revert "proj: Fix do_package QA issue for unshipped bash-completion files"</title>
<updated>2025-12-11T17:32:46+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>pkj@axis.com</email>
</author>
<published>2025-12-03T14:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fc0152e434307b98e1d16251f92ed81ac617c1db'/>
<id>urn:sha1:fc0152e434307b98e1d16251f92ed81ac617c1db</id>
<content type='text'>
This reverts commit 1175d5c8c13d73568d4ab55a3cf628456fcc1a7d.

Since this recipe inherits bash-completion, adding
${datadir}/bash-completion to FILES:${PN} should not be needed (in
addition to being the wrong thing to do as the files are expected to be
packaged in the ${PN}-bash-completion package). The reason the problem
addressed in commit 1175d5c8c13d73568d4ab55a3cf628456fcc1a7d turned up
is due to the recent change to the bash-completion bbclass, where it
started to use PACKAGE_BEFORE_PN. This clashed with the lib_package
bbclass, which used to set rather than add to PACKAGE_BEFORE_PN, and
since it is inherited after bash-completion, it overrid what
bash-completion does.

Signed-off-by: Peter Kjellerstedt &lt;peter.kjellerstedt@axis.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>proj: Fix do_package QA issue for unshipped bash-completion files</title>
<updated>2025-11-28T20:02:53+00:00</updated>
<author>
<name>Alper Ak</name>
<email>alperyasinak1@gmail.com</email>
</author>
<published>2025-11-28T19:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1175d5c8c13d73568d4ab55a3cf628456fcc1a7d'/>
<id>urn:sha1:1175d5c8c13d73568d4ab55a3cf628456fcc1a7d</id>
<content type='text'>
Add bash-completion directory to FILES to resolve the installed-vs-shipped QA error.

Fix:

ERROR: proj-9.7.0-r0 do_package: QA Issue: proj: Files/directories were installed but not shipped in any package:
  /usr/share/bash-completion
  /usr/share/bash-completion/completions
  /usr/share/bash-completion/completions/projinfo
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
proj: 3 installed and not shipped files. [installed-vs-shipped]
ERROR: proj-9.7.0-r0 do_package: Fatal QA errors were found, failing task.

Signed-off-by: Alper Ak &lt;alperyasinak1@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>proj: upgrade 9.6.2 -&gt; 9.7.0</title>
<updated>2025-11-18T16:17:55+00:00</updated>
<author>
<name>Ankur Tyagi</name>
<email>ankur.tyagi85@gmail.com</email>
</author>
<published>2025-11-18T00:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e09a58d3d2b62e5da1368d961e451d550f1506fc'/>
<id>urn:sha1:e09a58d3d2b62e5da1368d961e451d550f1506fc</id>
<content type='text'>
Also update HOMEPAGE and SRC_URI.

Changelog:
https://proj.org/en/stable/news.html#id2

Signed-off-by: Ankur Tyagi &lt;ankur.tyagi85@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>proj: Upgrade to 9.6.2 release</title>
<updated>2025-07-12T20:50:02+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2025-07-12T20:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=99b9d9f8573a7b4925e6354f6f13d53189d8e11d'/>
<id>urn:sha1:99b9d9f8573a7b4925e6354f6f13d53189d8e11d</id>
<content type='text'>
Fixes build with cmake4+
Inherit bash-comoletion and pkgconfig to find sqlite3 deps correctly

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>proj: upgrade 9.3.0 -&gt; 9.3.1</title>
<updated>2024-02-09T17:52:12+00:00</updated>
<author>
<name>Clément Péron</name>
<email>peron.clem@gmail.com</email>
</author>
<published>2024-02-06T16:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e3489d11504b4ccbd8f7cb3e24c3b9477cf744b7'/>
<id>urn:sha1:e3489d11504b4ccbd8f7cb3e24c3b9477cf744b7</id>
<content type='text'>
Signed-off-by: Clément Péron &lt;peron.clem@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>proj: extend class to native and nativesdk</title>
<updated>2024-02-09T17:52:12+00:00</updated>
<author>
<name>Clément Péron</name>
<email>peron.clem@gmail.com</email>
</author>
<published>2024-02-06T16:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ff20e6c783fb3d05f0a5d5ad415346380f5a9d07'/>
<id>urn:sha1:ff20e6c783fb3d05f0a5d5ad415346380f5a9d07</id>
<content type='text'>
Signed-off-by: Clément Péron &lt;peron.clem@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>proj: Upgrade to 9.3.0 release</title>
<updated>2023-10-27T15:28:49+00:00</updated>
<author>
<name>Clément Péron</name>
<email>peron.clem@gmail.com</email>
</author>
<published>2023-10-27T14:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8c04e90d0989793ee2b5894761ff8c6ed50a0ff1'/>
<id>urn:sha1:8c04e90d0989793ee2b5894761ff8c6ed50a0ff1</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>proj: Upgrade to 9.1.1 release</title>
<updated>2023-01-27T05:52:26+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-01-27T01:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=631ebd4a93a2f9167c3ae67e4f6193d14dd7fd5c'/>
<id>urn:sha1:631ebd4a93a2f9167c3ae67e4f6193d14dd7fd5c</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>proj: avoid leaking host path in libproj</title>
<updated>2022-12-09T01:10:47+00:00</updated>
<author>
<name>Clément Péron</name>
<email>peron.clem@gmail.com</email>
</author>
<published>2022-12-07T11:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8000be0ee9254487d2c24f04868cbaf68bf65d93'/>
<id>urn:sha1:8000be0ee9254487d2c24f04868cbaf68bf65d93</id>
<content type='text'>
When compiling libproj for a SDK, the proj-targets.cmake generated
contains the host path in the INTERFACE_LINK_LIBRARIES.

This path comes from the sqlite3 libraries that gives the full path
to the sqlite3 library at build time.

Force the libproj to link with "sqlite3" instead of a full path.

Signed-off-by: Clément Péron &lt;peron.clem@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
