aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-02-21 17:45:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-07 11:01:44 +0000
commit18f4d510798d571127f24139b3121e444b673b38 (patch)
treef4fbab590ac69b4322e844d077ffe5504849e77b /meta
parent4a6be4d202526403aaf9130e615773bf7cb7852c (diff)
downloadopenembedded-core-contrib-18f4d510798d571127f24139b3121e444b673b38.tar.gz
systemd: remove --with-distro option, it's not used
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.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb
index 113e2c3c7d..3b081921e9 100644
--- a/meta/recipes-core/systemd/systemd_197.bb
+++ b/meta/recipes-core/systemd/systemd_197.bb
@@ -40,9 +40,6 @@ UCLIBCPATCHES_libc-uclibc = "file://systemd-pam-configure-check-uclibc.patch \
"
LDFLAGS_libc-uclibc_append = " -lrt"
-# This will disappear with systemd 197
-SYSTEMDDISTRO ?= "debian"
-
GTKDOC_DOCDIR = "${S}/docs/"
PACKAGECONFIG ??= ""
@@ -50,8 +47,7 @@ PACKAGECONFIG ??= ""
PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt"
# The gtk+ tools should get built as a separate recipe e.g. systemd-tools
-EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \
- --with-rootprefix=${base_prefix} \
+EXTRA_OECONF = " --with-rootprefix=${base_prefix} \
--with-rootlibdir=${base_libdir} \
--sbindir=${base_sbindir} \
--libexecdir=${base_libdir} \