diff options
Diffstat (limited to 'meta/recipes-support/libnl/libnl_3.5.0.bb')
-rw-r--r-- | meta/recipes-support/libnl/libnl_3.5.0.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.5.0.bb b/meta/recipes-support/libnl/libnl_3.5.0.bb index e6a225af52..c0609c4d90 100644 --- a/meta/recipes-support/libnl/libnl_3.5.0.bb +++ b/meta/recipes-support/libnl/libnl_3.5.0.bb | |||
@@ -9,15 +9,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
9 | 9 | ||
10 | DEPENDS = "flex-native bison-native" | 10 | DEPENDS = "flex-native bison-native" |
11 | 11 | ||
12 | SRC_URI = "https://github.com/thom311/${BPN}/releases/download/${BPN}${@d.getVar('PV').replace('.','_')}/${BP}.tar.gz \ | 12 | SRC_URI = "https://github.com/thom311/${BPN}/releases/download/${BPN}${@d.getVar('PV').replace('.','_')}/${BP}.tar.gz" |
13 | file://fix-pc-file.patch \ | ||
14 | " | ||
15 | |||
16 | UPSTREAM_CHECK_URI = "https://github.com/thom311/${BPN}/releases" | ||
17 | |||
18 | SRC_URI[md5sum] = "74ba57b1b1d6f9f92268aa8141d8e8e4" | 13 | SRC_URI[md5sum] = "74ba57b1b1d6f9f92268aa8141d8e8e4" |
19 | SRC_URI[sha256sum] = "352133ec9545da76f77e70ccb48c9d7e5324d67f6474744647a7ed382b5e05fa" | 14 | SRC_URI[sha256sum] = "352133ec9545da76f77e70ccb48c9d7e5324d67f6474744647a7ed382b5e05fa" |
20 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://github.com/thom311/${BPN}/releases" | ||
17 | |||
21 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
22 | 19 | ||
23 | FILES_${PN} = "${libdir}/libnl-3.so.* \ | 20 | FILES_${PN} = "${libdir}/libnl-3.so.* \ |