diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-21 17:45:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-07 11:14:34 +0000 |
commit | 653f64f8544efc3f887aa8d057a0f514f09687b4 (patch) | |
tree | b431287a243992f7a87dee1879fa30a3067c9c08 /meta/recipes-core | |
parent | 744eade33dc7f2e4802388668e9436176181928e (diff) | |
download | poky-653f64f8544efc3f887aa8d057a0f514f09687b4.tar.gz |
systemd: remove --with-distro option, it's not used
(From OE-Core rev: 18f4d510798d571127f24139b3121e444b673b38)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_197.bb | 6 |
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 | " |
41 | LDFLAGS_libc-uclibc_append = " -lrt" | 41 | LDFLAGS_libc-uclibc_append = " -lrt" |
42 | 42 | ||
43 | # This will disappear with systemd 197 | ||
44 | SYSTEMDDISTRO ?= "debian" | ||
45 | |||
46 | GTKDOC_DOCDIR = "${S}/docs/" | 43 | GTKDOC_DOCDIR = "${S}/docs/" |
47 | 44 | ||
48 | PACKAGECONFIG ??= "" | 45 | PACKAGECONFIG ??= "" |
@@ -50,8 +47,7 @@ PACKAGECONFIG ??= "" | |||
50 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" | 47 | PACKAGECONFIG[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 |
53 | EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \ | 50 | EXTRA_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} \ |