diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-08-24 14:49:30 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-27 14:42:44 +0200 |
| commit | 525ac87a315ba9149c4add4cec89db50b0a33068 (patch) | |
| tree | 1bf948976aa7b75c45c97aef53c2475037b8901c /meta-systemd/recipes-core/systemd/systemd_git.bb | |
| parent | 8d55a7f24fa25fbe8efd19db5c2af97e27dc369c (diff) | |
| download | meta-openembedded-525ac87a315ba9149c4add4cec89db50b0a33068.tar.gz | |
systemd: Refresh the uclibc specific patches
Make sure that patches apply on top of latest systemd
some source files have moved around.
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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb index b1cc9c3941..5496512689 100644 --- a/meta-systemd/recipes-core/systemd/systemd_git.bb +++ b/meta-systemd/recipes-core/systemd/systemd_git.bb | |||
| @@ -32,8 +32,11 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ | |||
| 32 | file://touchscreen.rules \ | 32 | file://touchscreen.rules \ |
| 33 | file://modprobe.rules \ | 33 | file://modprobe.rules \ |
| 34 | file://var-run.conf \ | 34 | file://var-run.conf \ |
| 35 | ${UCLIBCPATCHES} \ | ||
| 35 | " | 36 | " |
| 36 | 37 | UCLIBCPATCHES = "" | |
| 38 | UCLIBCPATCHES_libc-uclibc = "file://paper-over-mkostemp.patch \ | ||
| 39 | " | ||
| 37 | LDFLAGS_libc-uclibc_append = " -lrt" | 40 | LDFLAGS_libc-uclibc_append = " -lrt" |
| 38 | 41 | ||
| 39 | S = "${WORKDIR}/git" | 42 | S = "${WORKDIR}/git" |
