diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-30 00:27:54 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-30 00:27:54 +0200 |
| commit | 56485baea55de18ab22ca82ebaebdbfed1b353bc (patch) | |
| tree | badcad84a2e89577d425ead61d30f845ef63ac27 /meta-oe/recipes-core/systemd/systemd_git.bb | |
| parent | 8a12ecca32766ecdceb72cae76e93f8aadcf3669 (diff) | |
| download | meta-openembedded-56485baea55de18ab22ca82ebaebdbfed1b353bc.tar.gz | |
systemd: clean up serial port handling some more and fix the screen clearing problem
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/systemd/systemd_git.bb')
| -rw-r--r-- | meta-oe/recipes-core/systemd/systemd_git.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index 465a7f6dcc..2a313e0f22 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb | |||
| @@ -15,11 +15,11 @@ inherit gitpkgv | |||
| 15 | PKGV = "v${GITPKGVTAG}" | 15 | PKGV = "v${GITPKGVTAG}" |
| 16 | 16 | ||
| 17 | PV = "git" | 17 | PV = "git" |
| 18 | PR = "r2" | 18 | PR = "r3" |
| 19 | 19 | ||
| 20 | inherit autotools vala | 20 | inherit autotools vala |
| 21 | 21 | ||
| 22 | SRCREV = "ae556c210942cb6986c6d77b58505b5daa66bbe2" | 22 | SRCREV = "8585357a0e5e9f4d56e999d7cd1a73e77ae0eb80" |
| 23 | 23 | ||
| 24 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ | 24 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ |
| 25 | file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \ | 25 | file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \ |
| @@ -37,6 +37,12 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \ | |||
| 37 | --disable-gtk \ | 37 | --disable-gtk \ |
| 38 | " | 38 | " |
| 39 | 39 | ||
| 40 | do_install() { | ||
| 41 | autotools_do_install | ||
| 42 | # provided by a seperate recipe | ||
| 43 | rm ${D}${base_libdir}/systemd/system/serial-getty* -f | ||
| 44 | } | ||
| 45 | |||
| 40 | # ARM doesn't support hugepages, so don't try to mount them | 46 | # ARM doesn't support hugepages, so don't try to mount them |
| 41 | do_install_append_arm() { | 47 | do_install_append_arm() { |
| 42 | rm -f ${D}${base_libdir}/systemd/system/*hugepages.mount | 48 | rm -f ${D}${base_libdir}/systemd/system/*hugepages.mount |
