diff options
Diffstat (limited to 'meta-networking/recipes-support/netperf/netperf_git.bb')
-rw-r--r-- | meta-networking/recipes-support/netperf/netperf_git.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb index f0e0f9cf1f..8921ea7460 100644 --- a/meta-networking/recipes-support/netperf/netperf_git.bb +++ b/meta-networking/recipes-support/netperf/netperf_git.bb | |||
@@ -8,10 +8,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a0ab17253e7a3f318da85382c7d5d5d6" | |||
8 | 8 | ||
9 | PV = "2.7.0+git${SRCPV}" | 9 | PV = "2.7.0+git${SRCPV}" |
10 | 10 | ||
11 | SRC_URI="git://github.com/HewlettPackard/netperf.git \ | 11 | SRC_URI = "git://github.com/HewlettPackard/netperf.git \ |
12 | file://cpu_set.patch \ | 12 | file://cpu_set.patch \ |
13 | file://vfork.patch \ | 13 | file://vfork.patch \ |
14 | file://init" | 14 | file://init \ |
15 | file://0001-netlib.c-Move-including-sched.h-out-og-function.patch \ | ||
16 | " | ||
15 | 17 | ||
16 | SRCREV = "f482bab49fcedee46fc5b755da127f608325cd13" | 18 | SRCREV = "f482bab49fcedee46fc5b755da127f608325cd13" |
17 | 19 | ||