diff options
-rw-r--r-- | meta-networking/recipes-support/netcat/netcat-openbsd_1.190.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.190.bb b/meta-networking/recipes-support/netcat/netcat-openbsd_1.190.bb index 74f5c9f10a..defc05cd1d 100644 --- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.190.bb +++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.190.bb | |||
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=f39e60ae4ea9fdb559c833be2e59de99 | |||
7 | DEPENDS += "glib-2.0 libbsd" | 7 | DEPENDS += "glib-2.0 libbsd" |
8 | do_patch[depends] = "quilt-native:do_populate_sysroot" | 8 | do_patch[depends] = "quilt-native:do_populate_sysroot" |
9 | 9 | ||
10 | SRC_URI = "${DEBIAN_MIRROR}/main/n/netcat-openbsd/netcat-openbsd_${PV}.orig.tar.gz;name=netcat \ | 10 | SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/netcat-openbsd/1.190-2/netcat-openbsd_${PV}.orig.tar.gz;name=netcat \ |
11 | ${DEBIAN_MIRROR}/main/n/netcat-openbsd/netcat-openbsd_${PV}-2.debian.tar.xz;name=netcat-patch;subdir=${BP} \ | 11 | https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/netcat-openbsd/1.190-2/netcat-openbsd_${PV}-2.debian.tar.xz;name=netcat-patch;subdir=${BP} \ |
12 | file://0001-bundle-own-base64-encode-decode-functions.patch \ | 12 | file://0001-bundle-own-base64-encode-decode-functions.patch \ |
13 | " | 13 | " |
14 | 14 | ||