summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mingetty
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@dowhile0.org>2012-08-05 21:48:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-06 15:18:48 +0100
commit940fc1953854ceb90e349dc9904cee7c7aa6fcc4 (patch)
tree38151bbed6e6e3ec5457a177a4afb15b9422827b /meta/recipes-extended/mingetty
parent72d697e56f5e633699df553d79eda9504758631a (diff)
downloadast2050-yocto-poky-940fc1953854ceb90e349dc9904cee7c7aa6fcc4.zip
ast2050-yocto-poky-940fc1953854ceb90e349dc9904cee7c7aa6fcc4.tar.gz
mingetty: use ${base_sbindir} instead of /sbin for packaging
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. (From OE-Core rev: f8f33550f5cc263673cbd481a567116514603b8d) Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mingetty')
-rw-r--r--meta/recipes-extended/mingetty/mingetty_1.08.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/mingetty/mingetty_1.08.bb b/meta/recipes-extended/mingetty/mingetty_1.08.bb
index fed5dfd..a1f9eb2 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"
SRC_URI = "http://cdnetworks-kr-1.dl.sourceforge.net/project/mingetty/mingetty/${PV}/mingetty-${PV}.tar.gz"
@@ -14,7 +14,7 @@ EXTRA_OEMAKE = "CC='${CC}'"
do_install(){
mkdir -p ${D}${mandir}/man8
- mkdir -p ${D}/sbin
+ mkdir -p ${D}${base_sbindir}
oe_runmake install DESTDIR=${D}
}
OpenPOWER on IntegriCloud