| Submitter | Morgan Little |
|---|---|
| Date | Aug. 1, 2012, 2:12 p.m. |
| Message ID | <1343830340-25351-7-git-send-email-morgan.little@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/33541/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-extended/mingetty/mingetty_1.08.bb b/meta/recipes-extended/mingetty/mingetty_1.08.bb index fed5dfd..a0883a1 100644 --- a/meta/recipes-extended/mingetty/mingetty_1.08.bb +++ b/meta/recipes-extended/mingetty/mingetty_1.08.bb @@ -2,7 +2,7 @@ DESCRIPTION = " A compact getty program for virtual consoles only" SECTION = "console/utils" HOMEPAGE = "http://sourceforge.net/projects/mingetty/" LICENSE = "GPLv2" -PR = "r1" +PR = "r2" LIC_FILES_CHKSUM = "file://COPYING;md5=0c56db0143f4f80c369ee3af7425af6e"
Signed-off-by: Morgan Little <morgan.little@windriver.com> --- meta/recipes-extended/mingetty/mingetty_1.08.bb | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) SRC_URI = "http://cdnetworks-kr-1.dl.sourceforge.net/project/mingetty/mingetty/${PV}/mingetty-${PV}.tar.gz" @@ -20,7 +20,7 @@ do_install(){ inherit update-alternatives -ALTERNATIVE_NAME = "getty" -ALTERNATIVE_LINK = "${base_sbindir}/getty" -ALTERNATIVE_PATH = "${base_sbindir}/mingetty" +ALTERNATIVE_${PN} = "getty" +ALTERNATIVE_LINK_NAME[getty] = "${base_sbindir}/getty" +ALTERNATIVE_TARGET[getty] = "${base_sbindir}/mingetty" ALTERNATIVE_PRIORITY = "50"