From af467c318246cbb1cf77a41f8c75dae635656d85 Mon Sep 17 00:00:00 2001 From: Charles Short Date: Wed, 1 Dec 2021 13:56:08 -0500 Subject: [PATCH] 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 Change-Id: Icc84c1b2f91cbdc7d9ec31c8aa62ff502b82ad78 --- service-mgmt/sm-db/debian/deb_folder/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-mgmt/sm-db/debian/deb_folder/control b/service-mgmt/sm-db/debian/deb_folder/control index d87a33e7..9d356dd1 100644 --- a/service-mgmt/sm-db/debian/deb_folder/control +++ b/service-mgmt/sm-db/debian/deb_folder/control @@ -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.