diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/mc/mc_4.7.5.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/mc/mc_4.8.10.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/mc/mc_4.7.5.2.bb b/meta/recipes-extended/mc/mc_4.7.5.2.bb index ac2216d8ca..0e4434c7d9 100644 --- a/meta/recipes-extended/mc/mc_4.7.5.2.bb +++ b/meta/recipes-extended/mc/mc_4.7.5.2.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" | |||
13 | SRC_URI[md5sum] = "bdae966244496cd4f6d282d80c9cf3c6" | 13 | SRC_URI[md5sum] = "bdae966244496cd4f6d282d80c9cf3c6" |
14 | SRC_URI[sha256sum] = "a68338862bb30017eb65ed569a58e80ab66ae8cef11c886440c9e9f4d1efc6ab" | 14 | SRC_URI[sha256sum] = "a68338862bb30017eb65ed569a58e80ab66ae8cef11c886440c9e9f4d1efc6ab" |
15 | 15 | ||
16 | inherit autotools gettext | 16 | inherit autotools gettext pkgconfig |
17 | 17 | ||
18 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" | 18 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" |
19 | 19 | ||
diff --git a/meta/recipes-extended/mc/mc_4.8.10.bb b/meta/recipes-extended/mc/mc_4.8.10.bb index 09cfa3c53d..511771a1d3 100644 --- a/meta/recipes-extended/mc/mc_4.8.10.bb +++ b/meta/recipes-extended/mc/mc_4.8.10.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" | |||
11 | SRC_URI[md5sum] = "eb4bdc23abd4fdfa14911d53d65c8186" | 11 | SRC_URI[md5sum] = "eb4bdc23abd4fdfa14911d53d65c8186" |
12 | SRC_URI[sha256sum] = "5f4166fe78fbf4b42f51ed526ca7f79fea8c77d04355c2b97d4df2a6bd2a1b1a" | 12 | SRC_URI[sha256sum] = "5f4166fe78fbf4b42f51ed526ca7f79fea8c77d04355c2b97d4df2a6bd2a1b1a" |
13 | 13 | ||
14 | inherit autotools gettext | 14 | inherit autotools gettext pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" | 16 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" |
17 | 17 | ||