diff options
| -rw-r--r-- | meta/packages/python/python-pycurl_7.19.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/python/python-pycurl_7.19.0.bb b/meta/packages/python/python-pycurl_7.19.0.bb index 84b01dc50f..2b0bd88ce1 100644 --- a/meta/packages/python/python-pycurl_7.19.0.bb +++ b/meta/packages/python/python-pycurl_7.19.0.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "libcurl Python Bindings" | |||
| 2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
| 3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
| 4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
| 5 | DEPENDS = "curl" | 5 | DEPENDS = "curl python" |
| 6 | SRCNAME = "pycurl" | 6 | SRCNAME = "pycurl" |
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | 8 | ||
| @@ -17,6 +17,8 @@ inherit distutils | |||
| 17 | # need to export these variables for python-config to work | 17 | # need to export these variables for python-config to work |
| 18 | export BUILD_SYS | 18 | export BUILD_SYS |
| 19 | export HOST_SYS | 19 | export HOST_SYS |
| 20 | export STAGING_INCDIR | ||
| 21 | export STAGING_LIBDIR | ||
| 20 | 22 | ||
| 21 | RDEPENDS = "python-core curl" | 23 | RDEPENDS = "python-core curl" |
| 22 | 24 | ||
