diff options
| author | Jim Somerville <Jim.Somerville@windriver.com> | 2014-02-04 16:17:50 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-05 11:53:13 -0500 |
| commit | 9e5a34e8cd2bbcd9189cd113cbc4be668269814b (patch) | |
| tree | 89e561f56d155e1acdd552f8d590a7ea62c32b47 /recipes-networking/openvswitch/openvswitch_2.0.0.bb | |
| parent | c72df0a2d18d57189e13749f52c65bb1d3e3a6eb (diff) | |
| download | meta-virtualization-9e5a34e8cd2bbcd9189cd113cbc4be668269814b.tar.gz | |
openvswitch: add more target python substitutions
The TARGET_PYTHON variable is used for script
substitutions to ensure the scripts will be able to properly execute
if the target system has a different path for the python.
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_2.0.0.bb')
| -rw-r--r-- | recipes-networking/openvswitch/openvswitch_2.0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_2.0.0.bb b/recipes-networking/openvswitch/openvswitch_2.0.0.bb index 0ca707ed..15c4dcaf 100644 --- a/recipes-networking/openvswitch/openvswitch_2.0.0.bb +++ b/recipes-networking/openvswitch/openvswitch_2.0.0.bb | |||
| @@ -26,6 +26,7 @@ SRC_URI = "http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \ | |||
| 26 | file://openvswitch-controller-setup \ | 26 | file://openvswitch-controller-setup \ |
| 27 | file://openvswitch-add-target-python-handling.patch \ | 27 | file://openvswitch-add-target-python-handling.patch \ |
| 28 | file://openvswitch-add-target-perl-handling.patch \ | 28 | file://openvswitch-add-target-perl-handling.patch \ |
| 29 | file://openvswitch-add-more-target-python-substitutions.patch \ | ||
| 29 | " | 30 | " |
| 30 | 31 | ||
| 31 | SRC_URI[md5sum] = "7d7a58350e634e515e0fe43c64d64f44" | 32 | SRC_URI[md5sum] = "7d7a58350e634e515e0fe43c64d64f44" |
