[RFC,4/5] hello-isar: Remove duplicated dependency

Message ID 20220225074040.20975-5-amikan@ilbers.de
State RFC
Headers show
Series Debian dependencies investigation | expand

Commit Message

Anton Mikanovich Feb. 24, 2022, 9:40 p.m. UTC
Remove build dependency already mentioned in debian/control.
We will parse all the deps automatically without need in manual
dependency duplication.

Warning! Normal Isar build will fail after that!

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta-isar/recipes-app/hello-isar/hello-isar.bb | 4 ----
 1 file changed, 4 deletions(-)

Patch

diff --git a/meta-isar/recipes-app/hello-isar/hello-isar.bb b/meta-isar/recipes-app/hello-isar/hello-isar.bb
index 8c3ba8b..20794c2 100644
--- a/meta-isar/recipes-app/hello-isar/hello-isar.bb
+++ b/meta-isar/recipes-app/hello-isar/hello-isar.bb
@@ -10,10 +10,6 @@  LIC_FILES_CHKSUM = "file://${LAYERDIR_core}/licenses/COPYING.GPLv2;md5=751419260
 
 PV = "0.3-a18c14c"
 
-# NOTE: the following line duplicates the content in 'debian/control', but
-#       for now it's the only way to correctly build bitbake pipeline.
-DEPENDS += "libhello"
-
 SRC_URI = " \
     git://github.com/ilbers/hello.git;protocol=https;destsuffix=${P} \
     file://subdir/0001-Add-some-help.patch \