Skip to content

Commit 0f6aad0

Browse files
baprustychombourger
authored andcommitted
refactor(packages): Remove sd-mux-ctrl build for Ubuntu Noble
While the sd-mux-ctrl package is available in Ubuntu Noble's APT repository, it is not available for Debian Bookworm, necessitating a local build for that distribution. Modify the DEPENDS section to ensure that the sd-mux-ctrl package is only built for Debian Bookworm Signed-off-by: Badrikesh Prusty <[email protected]>
1 parent 8deb316 commit 0f6aad0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meta-isar/recipes-core/packages/mtda-packages.bb

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ DEPENDS = " \
1212
mtda \
1313
sd-mux-ctrl \
1414
"
15+
# Ubuntu noble ships sd-mux-ctrl package
16+
DEPENDS:remove:noble = "sd-mux-ctrl"
1517

1618
# Make sure packages we built were added to the isar-apt repository
1719
do_build[deptask] += "do_deploy_deb"

0 commit comments

Comments
 (0)