diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-02-28 16:06:26 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-02-28 16:06:26 +0800 |
commit | 3eefcf57f76ccc640f3801628b38b2e304d9114c (patch) | |
tree | c8a9c86f64cd3b762353b50c7c7a76c978b5150a | |
parent | 1b92df42bfc98d1109621a95bb70570a6bc74aef (diff) | |
download | meta-selinux-3eefcf57f76ccc640f3801628b38b2e304d9114c.tar.gz |
libcap-ng: Fix compile issue for PYLIBVER.
-rw-r--r-- | recipes-security/libcap-ng/libcap-ng_0.6.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/libcap-ng/libcap-ng_0.6.5.bb b/recipes-security/libcap-ng/libcap-ng_0.6.5.bb index 232ab03..e53de66 100644 --- a/recipes-security/libcap-ng/libcap-ng_0.6.5.bb +++ b/recipes-security/libcap-ng/libcap-ng_0.6.5.bb | |||
@@ -21,7 +21,7 @@ SRC_URI[sha256sum] = "293e2e308f08d171f64e8387cdf48b505b0e78d786e2660efd285295e6 | |||
21 | 21 | ||
22 | DEPENDS += "python" | 22 | DEPENDS += "python" |
23 | 23 | ||
24 | EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' PYINC='${STAGING_INCDIR}/$(PYLIBVER)'" | 24 | EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' PYINC='${STAGING_INCDIR}/${PYLIBVER}'" |
25 | 25 | ||
26 | PACKAGES += "${PN}-python" | 26 | PACKAGES += "${PN}-python" |
27 | 27 | ||