<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Yocto Build for python3-playsound Completes Successfully but Only Outputs Logs in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Yocto-Build-for-python3-playsound-Completes-Successfully-but/m-p/1990329#M26293</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m working on building a custom Yocto recipe for python3-playsound (version 1.2.2) on a Cortex-A72/Cortex-A53 target. The build completes successfully without any errors, but the only outputs I get are log files—no actual files from the package are showing up in the final output directories.&lt;BR /&gt;here’s the recipe:&lt;/P&gt;&lt;PRE&gt;LICENSE = &lt;SPAN class=""&gt;"MIT"&lt;/SPAN&gt;
LIC_FILES_CHKSUM = &lt;SPAN class=""&gt;"file://playsound-1.2.2.dist-info/METADATA;md5=942cdc91f8f53ffd960367b0ba0e652c"&lt;/SPAN&gt;

SRC_URI = &lt;SPAN class=""&gt;"https://files.pythonhosted.org/packages/f5/16/10d897b0a83fb4b05b03a63d7a2667ab75f857f67f7062fd447dd3f49bf7/playsound-1.2.2-py2.py3-none-any.whl;downloadfilename=playsound-&lt;SPAN class=""&gt;${PV}&lt;/SPAN&gt;-py2.py3-none-any.zip;subdir=python3-playsound-1.2.2"&lt;/SPAN&gt;

SRC_URI[&lt;SPAN class=""&gt;sha256sum&lt;/SPAN&gt;] =  &lt;SPAN class=""&gt;"1e83750a5325cbccee03d6e751ba3e78c037ac95b95a3ba1f38d0c5aca9e1a34"&lt;/SPAN&gt;
SRC_URI[&lt;SPAN class=""&gt;md5sum&lt;/SPAN&gt;] = &lt;SPAN class=""&gt;"30f7763f7ec70f351b0767eb71e289f3"&lt;/SPAN&gt; 

inherit python3-dir

do_unpack[depends] += &lt;SPAN class=""&gt;"unzip-native:do_populate_sysroot"&lt;/SPAN&gt;

DEPENDS += &lt;SPAN class=""&gt;"python3"&lt;/SPAN&gt;

&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;do_install&lt;/SPAN&gt;&lt;/SPAN&gt;() {
 
    install -d &lt;SPAN class=""&gt;${D}&lt;/SPAN&gt;&lt;SPAN class=""&gt;${bindir}&lt;/SPAN&gt;
    install -m 644 &lt;SPAN class=""&gt;${S}&lt;/SPAN&gt;/playsound.py &lt;SPAN class=""&gt;${D}&lt;/SPAN&gt;&lt;SPAN class=""&gt;${bindir}&lt;/SPAN&gt;/
}&lt;/PRE&gt;</description>
    <pubDate>Thu, 07 Nov 2024 16:10:03 GMT</pubDate>
    <dc:creator>taabouri</dc:creator>
    <dc:date>2024-11-07T16:10:03Z</dc:date>
    <item>
      <title>Yocto Build for python3-playsound Completes Successfully but Only Outputs Logs</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Yocto-Build-for-python3-playsound-Completes-Successfully-but/m-p/1990329#M26293</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m working on building a custom Yocto recipe for python3-playsound (version 1.2.2) on a Cortex-A72/Cortex-A53 target. The build completes successfully without any errors, but the only outputs I get are log files—no actual files from the package are showing up in the final output directories.&lt;BR /&gt;here’s the recipe:&lt;/P&gt;&lt;PRE&gt;LICENSE = &lt;SPAN class=""&gt;"MIT"&lt;/SPAN&gt;
LIC_FILES_CHKSUM = &lt;SPAN class=""&gt;"file://playsound-1.2.2.dist-info/METADATA;md5=942cdc91f8f53ffd960367b0ba0e652c"&lt;/SPAN&gt;

SRC_URI = &lt;SPAN class=""&gt;"https://files.pythonhosted.org/packages/f5/16/10d897b0a83fb4b05b03a63d7a2667ab75f857f67f7062fd447dd3f49bf7/playsound-1.2.2-py2.py3-none-any.whl;downloadfilename=playsound-&lt;SPAN class=""&gt;${PV}&lt;/SPAN&gt;-py2.py3-none-any.zip;subdir=python3-playsound-1.2.2"&lt;/SPAN&gt;

SRC_URI[&lt;SPAN class=""&gt;sha256sum&lt;/SPAN&gt;] =  &lt;SPAN class=""&gt;"1e83750a5325cbccee03d6e751ba3e78c037ac95b95a3ba1f38d0c5aca9e1a34"&lt;/SPAN&gt;
SRC_URI[&lt;SPAN class=""&gt;md5sum&lt;/SPAN&gt;] = &lt;SPAN class=""&gt;"30f7763f7ec70f351b0767eb71e289f3"&lt;/SPAN&gt; 

inherit python3-dir

do_unpack[depends] += &lt;SPAN class=""&gt;"unzip-native:do_populate_sysroot"&lt;/SPAN&gt;

DEPENDS += &lt;SPAN class=""&gt;"python3"&lt;/SPAN&gt;

&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;do_install&lt;/SPAN&gt;&lt;/SPAN&gt;() {
 
    install -d &lt;SPAN class=""&gt;${D}&lt;/SPAN&gt;&lt;SPAN class=""&gt;${bindir}&lt;/SPAN&gt;
    install -m 644 &lt;SPAN class=""&gt;${S}&lt;/SPAN&gt;/playsound.py &lt;SPAN class=""&gt;${D}&lt;/SPAN&gt;&lt;SPAN class=""&gt;${bindir}&lt;/SPAN&gt;/
}&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Nov 2024 16:10:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Yocto-Build-for-python3-playsound-Completes-Successfully-but/m-p/1990329#M26293</guid>
      <dc:creator>taabouri</dc:creator>
      <dc:date>2024-11-07T16:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Build for python3-playsound Completes Successfully but Only Outputs Logs</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Yocto-Build-for-python3-playsound-Completes-Successfully-but/m-p/1991206#M26318</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/242831"&gt;@taabouri&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately we don't have that package in our Yocto recipes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend to check recipes from other python packages to get a reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 17:26:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Yocto-Build-for-python3-playsound-Completes-Successfully-but/m-p/1991206#M26318</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-11-08T17:26:07Z</dc:date>
    </item>
  </channel>
</rss>

