diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-07-05 02:41:51 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-07-05 02:41:51 +0000 |
commit | dafcd0c847c064b190f70262045547f9c05fd48d (patch) | |
tree | 6aca81b125b838d03fc3e63f8043baa1f1f37d3d /recipes/mc/mc_4.6.1.bb | |
parent | 85b584079faadac00b328fc512fa6cf01102a8a0 (diff) |
mc: Prefer native libglib-2.0.so.0 over host one in runtime linking of man2hlp. Introduce INC_PR.
Diffstat (limited to 'recipes/mc/mc_4.6.1.bb')
-rw-r--r-- | recipes/mc/mc_4.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mc/mc_4.6.1.bb b/recipes/mc/mc_4.6.1.bb index 87c0ad514e..86ea79d93a 100644 --- a/recipes/mc/mc_4.6.1.bb +++ b/recipes/mc/mc_4.6.1.bb @@ -1,5 +1,5 @@ require mc.inc -PR = "r3" +PR = "${INC_PR}.0" SRC_URI[md5sum] = "18b20db6e40480a53bac2870c56fc3c4" SRC_URI[sha256sum] = "086ab03daaac28a28c0ddb9a709040b59e1322f6bfa68e39d004d9c66b119e7e" |