diff options
-rw-r--r-- | meta-oe/recipes-support/gpm/gpm_1.99.7.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb index bd42de3dc8..38cd2c3fde 100644 --- a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb +++ b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb | |||
@@ -5,6 +5,8 @@ SECTION = "console/utils" | |||
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://gpm2/core/main.c;endline=19;md5=66d3c205c4e7ee5704b2ee351dfed72f" | 6 | LIC_FILES_CHKSUM = "file://gpm2/core/main.c;endline=19;md5=66d3c205c4e7ee5704b2ee351dfed72f" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
8 | DEPENDS = "ncurses" | 10 | DEPENDS = "ncurses" |
9 | 11 | ||
10 | SRC_URI = "ftp://arcana.linux.it/pub/gpm/gpm-${PV}.tar.bz2 \ | 12 | SRC_URI = "ftp://arcana.linux.it/pub/gpm/gpm-${PV}.tar.bz2 \ |
@@ -41,3 +43,4 @@ do_install () { | |||
41 | SRC_URI[md5sum] = "9fdddf5f53cb11d40bb2bb671d3ac544" | 43 | SRC_URI[md5sum] = "9fdddf5f53cb11d40bb2bb671d3ac544" |
42 | SRC_URI[sha256sum] = "6071378b24494e36ca3ef6377606e7e565040413c86704753a162d2180af32ee" | 44 | SRC_URI[sha256sum] = "6071378b24494e36ca3ef6377606e7e565040413c86704753a162d2180af32ee" |
43 | 45 | ||
46 | FILES_${PN} += "${datadir}/emacs" | ||