diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-09-03 16:55:05 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-09-08 11:36:53 +0200 |
| commit | 008ad8750226733c3e771565d8c60089cb1108ab (patch) | |
| tree | c4c11d94aff7772592a3f53a9f71ea1a051c0ff1 /meta-systemd/recipes-core/systemd/systemd_git.bb | |
| parent | 8d87ca7f803d053e2cdc1f6322581e7852af01fa (diff) | |
| download | meta-openembedded-008ad8750226733c3e771565d8c60089cb1108ab.tar.gz | |
systemd: Upgrade to 189
Fix running and building on uclibc
Currently it doesnt work on uclibc-git
only on 0.9.33 but thats a regression in
uclibc most likely
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-systemd/recipes-core/systemd/systemd_git.bb')
| -rw-r--r-- | meta-systemd/recipes-core/systemd/systemd_git.bb | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb index 5496512689..09bc6357ca 100644 --- a/meta-systemd/recipes-core/systemd/systemd_git.bb +++ b/meta-systemd/recipes-core/systemd/systemd_git.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ | |||
| 8 | 8 | ||
| 9 | PROVIDES = "udev" | 9 | PROVIDES = "udev" |
| 10 | 10 | ||
| 11 | DEPENDS = "xz kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup tcp-wrappers usbutils glib-2.0" | 11 | DEPENDS = "xz kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup tcp-wrappers usbutils glib-2.0 libgcrypt" |
| 12 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 12 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
| 13 | 13 | ||
| 14 | SERIAL_CONSOLE ?= "115200 /dev/ttyS0" | 14 | SERIAL_CONSOLE ?= "115200 /dev/ttyS0" |
| @@ -19,15 +19,14 @@ inherit gitpkgv | |||
| 19 | PKGV = "v${GITPKGVTAG}" | 19 | PKGV = "v${GITPKGVTAG}" |
| 20 | 20 | ||
| 21 | PV = "git" | 21 | PV = "git" |
| 22 | PR = "r5" | 22 | PR = "r6" |
| 23 | 23 | ||
| 24 | inherit useradd pkgconfig autotools perlnative | 24 | inherit useradd pkgconfig autotools perlnative |
| 25 | 25 | ||
| 26 | SRCREV = "3fd89536883ea9e24e69f28de0d11cd7cffb42ce" | 26 | SRCREV = "38a60d7112d33ffd596b23e8df53d75a7c09e71b" |
| 27 | 27 | ||
| 28 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ | 28 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ |
| 29 | file://use-rootlibdir.patch \ | 29 | file://use-rootlibdir.patch \ |
| 30 | file://use-cross-cpp.patch \ | ||
| 31 | file://gtk-doc.make \ | 30 | file://gtk-doc.make \ |
| 32 | file://touchscreen.rules \ | 31 | file://touchscreen.rules \ |
| 33 | file://modprobe.rules \ | 32 | file://modprobe.rules \ |
| @@ -35,7 +34,12 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ | |||
| 35 | ${UCLIBCPATCHES} \ | 34 | ${UCLIBCPATCHES} \ |
| 36 | " | 35 | " |
| 37 | UCLIBCPATCHES = "" | 36 | UCLIBCPATCHES = "" |
| 38 | UCLIBCPATCHES_libc-uclibc = "file://paper-over-mkostemp.patch \ | 37 | UCLIBCPATCHES_libc-uclibc = "file://systemd-pam-configure-check-uclibc.patch \ |
| 38 | file://systemd-pam-fix-execvpe.patch \ | ||
| 39 | file://systemd-pam-fix-fallocate.patch \ | ||
| 40 | file://systemd-pam-fix-getty-unit.patch \ | ||
| 41 | file://systemd-pam-fix-mkostemp.patch \ | ||
| 42 | file://systemd-pam-fix-msformat.patch \ | ||
| 39 | " | 43 | " |
| 40 | LDFLAGS_libc-uclibc_append = " -lrt" | 44 | LDFLAGS_libc-uclibc_append = " -lrt" |
| 41 | 45 | ||
