diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-04-23 18:52:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-04-29 23:29:33 +0200 |
commit | bf0abb70b022b006ae372d2a09c9b9f6eda96550 (patch) | |
tree | f99ab9b07c6d72f5a2b66c43253baeb6710eea62 /meta-oe/recipes-navigation | |
parent | 054be7129a1fb427cde94be2c3044f25e359f6bc (diff) | |
download | meta-openembedded-bf0abb70b022b006ae372d2a09c9b9f6eda96550.tar.gz |
gpsd-3.4: drop pkgconfig=''
* this is wrong, it's used as path where to install .pc files
and we expect them in not directly in sysroot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb index 0e6755582..9584e551c 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb | |||
@@ -34,7 +34,6 @@ EXTRA_OESCONS = " \ | |||
34 | debug='true' \ | 34 | debug='true' \ |
35 | strip='false' \ | 35 | strip='false' \ |
36 | systemd='true' \ | 36 | systemd='true' \ |
37 | pkgconfig='${PKG_CONFIG_DIR}' \ | ||
38 | " | 37 | " |
39 | 38 | ||
40 | do_compile_prepend() { | 39 | do_compile_prepend() { |