diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-21 16:52:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-07 11:01:36 +0000 |
commit | 4a6be4d202526403aaf9130e615773bf7cb7852c (patch) | |
tree | a4074106136af58ec1e3eb6481b14e8527490f87 /meta | |
parent | 9ca041ccc6af1378a1072bdde678c0e97faedde6 (diff) | |
download | openembedded-core-4a6be4d202526403aaf9130e615773bf7cb7852c.tar.gz openembedded-core-4a6be4d202526403aaf9130e615773bf7cb7852c.tar.bz2 openembedded-core-4a6be4d202526403aaf9130e615773bf7cb7852c.zip |
systemd: remove unused cached configure variables
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd_197.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 7a31705eaf..113e2c3c7d 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -43,10 +43,6 @@ LDFLAGS_libc-uclibc_append = " -lrt" # This will disappear with systemd 197 SYSTEMDDISTRO ?= "debian" -CACHED_CONFIGUREVARS = "ac_cv_file__usr_share_pci_ids=no \ - ac_cv_file__usr_share_hwdata_pci_ids=no \ - ac_cv_file__usr_share_misc_pci_ids=yes" - GTKDOC_DOCDIR = "${S}/docs/" PACKAGECONFIG ??= "" |