diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-11-09 17:00:00 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-12 11:32:41 +0530 |
| commit | b915e3d3f6e397194c997c6942e2ff5f87a8fce9 (patch) | |
| tree | 35afd85dce67ae54821184f6c1da6d689a82d927 /meta-networking/recipes-support | |
| parent | ab1b3dca32f981467b9e09f6e2ed4a0d6413d241 (diff) | |
| download | meta-openembedded-b915e3d3f6e397194c997c6942e2ff5f87a8fce9.tar.gz | |
netsniff-ng: fix SRC_URI branch
Source branch was renamed from master to main.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking/recipes-support')
| -rw-r--r-- | meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb b/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb index 341eab015c..5a7d86c4ac 100644 --- a/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb +++ b/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "libpcap" | |||
| 6 | 6 | ||
| 7 | SRCREV = "be3e706f00295024ebc199e70177343fdaebbc9e" | 7 | SRCREV = "be3e706f00295024ebc199e70177343fdaebbc9e" |
| 8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
| 9 | git://github.com/netsniff-ng/netsniff-ng.git;protocol=https;branch=master \ | 9 | git://github.com/netsniff-ng/netsniff-ng.git;protocol=https;branch=main \ |
| 10 | file://0001-Cmds-automatically-create-folder.patch \ | 10 | file://0001-Cmds-automatically-create-folder.patch \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
