summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_197.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd_197.bb')
-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 \
40 " 40 "
41LDFLAGS_libc-uclibc_append = " -lrt" 41LDFLAGS_libc-uclibc_append = " -lrt"
42 42
43# This will disappear with systemd 197
44SYSTEMDDISTRO ?= "debian"
45
46GTKDOC_DOCDIR = "${S}/docs/" 43GTKDOC_DOCDIR = "${S}/docs/"
47 44
48PACKAGECONFIG ??= "" 45PACKAGECONFIG ??= ""
@@ -50,8 +47,7 @@ PACKAGECONFIG ??= ""
50PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" 47PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt"
51 48
52# The gtk+ tools should get built as a separate recipe e.g. systemd-tools 49# The gtk+ tools should get built as a separate recipe e.g. systemd-tools
53EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \ 50EXTRA_OECONF = " --with-rootprefix=${base_prefix} \
54 --with-rootprefix=${base_prefix} \
55 --with-rootlibdir=${base_libdir} \ 51 --with-rootlibdir=${base_libdir} \
56 --sbindir=${base_sbindir} \ 52 --sbindir=${base_sbindir} \
57 --libexecdir=${base_libdir} \ 53 --libexecdir=${base_libdir} \