diff options
author | Christopher Larson <chris_larson@mentor.com> | 2012-07-20 09:24:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-28 09:20:51 +0100 |
commit | c3bb97b03b76ad73412bb0763bfd636171469477 (patch) | |
tree | 86a9982c2609efa349ce3edfbc983b077719da7a /meta/recipes-connectivity/bluez/bluez4_4.101.bb | |
parent | e95eff10498fe6bd0aba38b566e220a3a55aa60f (diff) | |
download | poky-c3bb97b03b76ad73412bb0763bfd636171469477.tar.gz |
bluez4: use PACKAGECONFIG to control 'pie'
This lets us control whether we build position independent executables. As, as
far as I know no distros are adding a 'pie' distro feature, the effect of this
commit for most will be to disable pie in bluez4. I think this is best to
ensure consistent behavior among the recipes with regard to this.
This also sidesteps a build failure I've seen with bluez4 failing due to
libudev.a not having been built fPIC.
(From OE-Core rev: 06b5d57e89f2dd20fb3f4cb9fd362e2d428f493d)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez4_4.101.bb')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez4_4.101.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb index 4a360b693e..e26d4eac8b 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.101.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.101.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require bluez4.inc | 1 | require bluez4.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | SRC_URI += "file://bluetooth.conf \ | 5 | SRC_URI += "file://bluetooth.conf \ |
6 | file://sbc_mmx.patch" | 6 | file://sbc_mmx.patch" |