From bfd75e4f47701a7566e431816ceb7e295b33af99 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 15:34:21 +0200 Subject: minicom: add configure option and PACKAGECONFIG for lockdev * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core rev: a886f2f78c847df9d6fbbcbd3c4ad3581b928e2f) Signed-off-by: Martin Jansa Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/minicom/minicom_2.6.2.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'meta/recipes-extended/minicom/minicom_2.6.2.bb') diff --git a/meta/recipes-extended/minicom/minicom_2.6.2.bb b/meta/recipes-extended/minicom/minicom_2.6.2.bb index 0d65e80f51..558867d1d1 100644 --- a/meta/recipes-extended/minicom/minicom_2.6.2.bb +++ b/meta/recipes-extended/minicom/minicom_2.6.2.bb @@ -8,11 +8,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ PR = "r0" -SRC_URI = "http://alioth.debian.org/frs/download.php/3869/minicom-${PV}.tar.gz" +SRC_URI = "http://alioth.debian.org/frs/download.php/3869/minicom-${PV}.tar.gz \ + file://allow.to.disable.lockdev.patch \ +" SRC_URI[md5sum] = "203c56c4b447f45e2301b0cc4e83da3c" SRC_URI[sha256sum] = "f3cf215f7914ffa5528e398962176102ad74df27ba38958142f56aa6d15c9168" +PACKAGECONFIG ??= "" +PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" + inherit autotools gettext do_install() { -- cgit v1.2.3-54-g00ecf