From 7ade4379263661735bc6d8b4f873d1be14336c22 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 21 Feb 2013 17:45:29 +0000 Subject: [PATCH] systemd: remove --with-distro option, it's not used (From OE-Core rev: 18f4d510798d571127f24139b3121e444b673b38) Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd_197.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 113e2c3..3b08192 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} \ -- 2.7.4