diff options
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
| -rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index 39726075..a3c586b7 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb | |||
| @@ -33,6 +33,19 @@ SRC_URI = "file://openvswitch-switch \ | |||
| 33 | file://python-switch-remaining-scripts-to-use-python3.patch \ | 33 | file://python-switch-remaining-scripts-to-use-python3.patch \ |
| 34 | " | 34 | " |
| 35 | 35 | ||
| 36 | # Temporarily backport patches to better support py3. These have been | ||
| 37 | # merged upstream but are not part of v2.7.1. | ||
| 38 | SRC_URI += " \ | ||
| 39 | file://0001-Python3-compatibility-Convert-print-statements.patch \ | ||
| 40 | file://0002-Python3-compatibility-exception-cleanup.patch \ | ||
| 41 | file://0003-Python3-compatibility-execfile-to-exec.patch \ | ||
| 42 | file://0004-Python3-compatibility-iteritems-to-items.patch \ | ||
| 43 | file://0005-Python3-compatibility-fix-integer-problems.patch \ | ||
| 44 | file://0006-Python3-compatibility-math-error-compatibility.patch \ | ||
| 45 | file://0007-Python3-compatibility-unicode-to-str.patch \ | ||
| 46 | file://0008-AUTHORS-Add-Jason-Wessel.patch \ | ||
| 47 | " | ||
| 48 | |||
| 36 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35" | 49 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35" |
| 37 | 50 | ||
| 38 | PACKAGECONFIG ?= "" | 51 | PACKAGECONFIG ?= "" |
