Fix build dependency loop

Removed ${shlibs:Depends} since it is not needed for the header files.
This fixes a dependency loop that is seen when building all of the
packages before building the ISO.

Tested by rebuilding the archive.

Story: 2009101
Task: 43700

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: Icc84c1b2f91cbdc7d9ec31c8aa62ff502b82ad78
This commit is contained in:
Charles Short 2021-12-01 13:56:08 -05:00
parent 5431906107
commit af467c3182
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Description: Service Management Databases
Package: sm-db-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, sm-db
Depends: ${misc:Depends}, sm-db
Description: Service Management Databases - Development files
This package contains symbolic links, header files,
and related items necessary for software development.