diff options
author | Qing He <qing.he@intel.com> | 2010-08-12 13:59:29 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-12 15:10:12 +0100 |
commit | cf1e754b3fee3c7ae907e7ae30233083d7892215 (patch) | |
tree | bda80e7e109bc28cccc5fd9db3af11cfd231bd51 /meta/packages/libxml/libxml2_2.7.7.bb | |
parent | bb175ec20897281969012e6336eb5bd188e297c6 (diff) | |
download | openembedded-core-cf1e754b3fee3c7ae907e7ae30233083d7892215.tar.gz openembedded-core-cf1e754b3fee3c7ae907e7ae30233083d7892215.tar.bz2 openembedded-core-cf1e754b3fee3c7ae907e7ae30233083d7892215.zip |
libxml2: fix python binding
--with-python= should be followed by the path to python binary, not
prefix, also export several environment for passing building,
fixes [BUGID #69]
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/libxml/libxml2_2.7.7.bb')
-rw-r--r-- | meta/packages/libxml/libxml2_2.7.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/libxml/libxml2_2.7.7.bb b/meta/packages/libxml/libxml2_2.7.7.bb index 7e017c6ee3..deb28b3954 100644 --- a/meta/packages/libxml/libxml2_2.7.7.bb +++ b/meta/packages/libxml/libxml2_2.7.7.bb @@ -1,3 +1,3 @@ require libxml2.inc -PR = "r0" +PR = "r1" |