diff options
author | Jeff Hatch <jhatch@multitech.com> | 2017-05-23 13:52:38 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 15:22:11 -0500 |
commit | 7dbffc765fb05ca158f28d8535dcd6ff67290a4d (patch) | |
tree | 4cbb6f03f53be3c3faef23c1fb6bed29e64e09ce /contrib | |
parent | 91f95c2126d2cd948a3cd9777e975645a3b32f2b (diff) | |
download | meta-mlinux-7dbffc765fb05ca158f28d8535dcd6ff67290a4d.tar.gz meta-mlinux-7dbffc765fb05ca158f28d8535dcd6ff67290a4d.tar.bz2 meta-mlinux-7dbffc765fb05ca158f28d8535dcd6ff67290a4d.zip |
Add PACKAGECONFIG_append_pn-boost = python to build boost-python
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/local.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/local.conf b/contrib/local.conf index 6740f14..7bfed06 100644 --- a/contrib/local.conf +++ b/contrib/local.conf @@ -64,3 +64,4 @@ IMAGE_FSTYPES =+ "jffs2 tar.gz" # OpenJDK Zero VM (run with 'java -zero') # IMAGE_INSTALL += "openjdk-7-vm-zero" +PACKAGECONFIG_append_pn-boost = " python" |