[oe-commits] Henning Heinold : mercurial-native: fix legacy staging

git version control git at git.openembedded.org
Fri Apr 15 10:15:10 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 91c14caa8819b08def8ea99e02949e49604c2e86
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=91c14caa8819b08def8ea99e02949e49604c2e86

Author: Henning Heinold <h.heinold at tarent.de>
Date:   Fri Apr 15 12:12:07 2011 +0200

mercurial-native: fix legacy staging

* bump PR

---

 recipes/mercurial/mercurial-native_1.6.3.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/mercurial/mercurial-native_1.6.3.bb b/recipes/mercurial/mercurial-native_1.6.3.bb
index 717f8f6..ae41868 100644
--- a/recipes/mercurial/mercurial-native_1.6.3.bb
+++ b/recipes/mercurial/mercurial-native_1.6.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://mercurial.selenic.com/"
 SECTION = "console/utils"
 LICENSE = "GPLv2"
 DEPENDS = "python-native"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://mercurial.selenic.com/release/mercurial-${PV}.tar.gz;name=src"
 SRC_URI[src.md5sum] = "fcd61edc488d1b9aa831dde6f14d9a13"
@@ -19,3 +19,5 @@ EXTRA_OEMAKE = "STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR
 do_install () {
         oe_runmake -e install DESTDIR=${D} PREFIX=${prefix}
 }
+
+NATIVE_INSTALL_WORKS = "1"





More information about the Openembedded-commits mailing list