T6912: Fix hsflowd dependency

Use the global dependency instead of package dependency in the
package.toml
This fixes to build 'hsflowd' package
This commit is contained in:
Viacheslav Hletenko 2024-11-28 12:29:43 +00:00
parent c193623120
commit 213d324412
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ host-sflow/
*.changes
*.deb
*.dsc
*.tar.gz

View File

@ -4,5 +4,5 @@ commit_id = "v2.0.55-1"
scm_url = "https://github.com/sflow/host-sflow.git"
build_cmd = "make deb FEATURES='PCAP DROPMON DBUS'"
[packages.dependencies]
[dependencies]
packages = ["libpcap0.8-dev"]