summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/minicom/minicom_2.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/minicom/minicom_2.6.2.bb')
-rw-r--r--meta/recipes-extended/minicom/minicom_2.6.2.bb7
1 files changed, 6 insertions, 1 deletions
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 \
8 8
9PR = "r0" 9PR = "r0"
10 10
11SRC_URI = "http://alioth.debian.org/frs/download.php/3869/minicom-${PV}.tar.gz" 11SRC_URI = "http://alioth.debian.org/frs/download.php/3869/minicom-${PV}.tar.gz \
12 file://allow.to.disable.lockdev.patch \
13"
12 14
13SRC_URI[md5sum] = "203c56c4b447f45e2301b0cc4e83da3c" 15SRC_URI[md5sum] = "203c56c4b447f45e2301b0cc4e83da3c"
14SRC_URI[sha256sum] = "f3cf215f7914ffa5528e398962176102ad74df27ba38958142f56aa6d15c9168" 16SRC_URI[sha256sum] = "f3cf215f7914ffa5528e398962176102ad74df27ba38958142f56aa6d15c9168"
15 17
18PACKAGECONFIG ??= ""
19PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev"
20
16inherit autotools gettext 21inherit autotools gettext
17 22
18do_install() { 23do_install() {