diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-04-20 07:34:56 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-23 12:38:50 -0400 |
| commit | 032ef5310419563a01baad0b1b94e4587d12f777 (patch) | |
| tree | c656a37aa4cec124b006e1b2f584af9b1dee7da1 /recipes-devtools/python/python-m2crypto_0.22.3.bb | |
| parent | d4182f50f19d183630e0f908ff953c4f9402cabe (diff) | |
| download | meta-virtualization-032ef5310419563a01baad0b1b94e4587d12f777.tar.gz | |
refactor for YP Compat for PV changes
Only include our versions of recipes if virtualiztions is in
DISTRO_FEATURE
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-m2crypto_0.22.3.bb')
| -rw-r--r-- | recipes-devtools/python/python-m2crypto_0.22.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-m2crypto_0.22.3.bb b/recipes-devtools/python/python-m2crypto_0.22.3.bb index 2c2625d3..e151dcc4 100644 --- a/recipes-devtools/python/python-m2crypto_0.22.3.bb +++ b/recipes-devtools/python/python-m2crypto_0.22.3.bb | |||
| @@ -22,6 +22,8 @@ SRC_URI += " \ | |||
| 22 | SRC_URI[md5sum] = "573f21aaac7d5c9549798e72ffcefedd" | 22 | SRC_URI[md5sum] = "573f21aaac7d5c9549798e72ffcefedd" |
| 23 | SRC_URI[sha256sum] = "6071bfc817d94723e9b458a010d565365104f84aa73f7fe11919871f7562ff72" | 23 | SRC_URI[sha256sum] = "6071bfc817d94723e9b458a010d565365104f84aa73f7fe11919871f7562ff72" |
| 24 | 24 | ||
| 25 | DEFAULT_PREFERENCE = "-1" | ||
| 26 | |||
| 25 | inherit setuptools pypi | 27 | inherit setuptools pypi |
| 26 | 28 | ||
| 27 | DEPENDS += "openssl swig-native" | 29 | DEPENDS += "openssl swig-native" |
