diff options
-rw-r--r-- | meta-networking/recipes-daemons/igmpproxy/igmpproxy_0.2.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/igmpproxy/igmpproxy_0.2.1.bb b/meta-networking/recipes-daemons/igmpproxy/igmpproxy_0.2.1.bb index db96d487bf..004433b6b9 100644 --- a/meta-networking/recipes-daemons/igmpproxy/igmpproxy_0.2.1.bb +++ b/meta-networking/recipes-daemons/igmpproxy/igmpproxy_0.2.1.bb | |||
@@ -8,4 +8,6 @@ SRC_URI = "https://github.com/pali/igmpproxy/releases/download/${PV}/${BP}.tar.g | |||
8 | SRC_URI[md5sum] = "3a9c2cb42c1f5ee0cb769a4884545641" | 8 | SRC_URI[md5sum] = "3a9c2cb42c1f5ee0cb769a4884545641" |
9 | SRC_URI[sha256sum] = "d351e623037390f575c1203d9cbb7ba33a8bdef85a3c5e1d2901c5a2a38449a1" | 9 | SRC_URI[sha256sum] = "d351e623037390f575c1203d9cbb7ba33a8bdef85a3c5e1d2901c5a2a38449a1" |
10 | 10 | ||
11 | UPSTREAM_CHECK_URI = "https://github.com/pali/${BPN}/releases" | ||
12 | |||
11 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |