diff options
| -rw-r--r-- | meta/recipes-extended/mc/mc_4.7.5.2.bb | 4 | 
1 files changed, 3 insertions, 1 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 c407b0b54f..6b03be7415 100644 --- a/meta/recipes-extended/mc/mc_4.7.5.2.bb +++ b/meta/recipes-extended/mc/mc_4.7.5.2.bb @@ -6,7 +6,7 @@ SECTION = "console/utils"  DEPENDS = "ncurses glib-2.0"  RDEPENDS_${PN} = "ncurses-terminfo" -PR = "r0" +PR = "r1"  SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" @@ -16,3 +16,5 @@ SRC_URI[sha256sum] = "a68338862bb30017eb65ed569a58e80ab66ae8cef11c886440c9e9f4d1  inherit autotools gettext  EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" + +FILES_${PN}-dbg += "${libexecdir}/mc/.debug/" | 
