[oe-commits] Tom Rini : mysql5-native: Convert from legacy staging, disable pstaging

git version control git at git.openembedded.org
Thu Sep 30 22:16:42 UTC 2010


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Sep 30 14:54:52 2010 -0700

mysql5-native: Convert from legacy staging, disable pstaging

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/mysql/mysql5-native_5.1.40.bb |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/recipes/mysql/mysql5-native_5.1.40.bb b/recipes/mysql/mysql5-native_5.1.40.bb
index 6d102dd..dc1f45a 100644
--- a/recipes/mysql/mysql5-native_5.1.40.bb
+++ b/recipes/mysql/mysql5-native_5.1.40.bb
@@ -1,6 +1,6 @@
 require mysql5_${PV}.inc
 inherit native
-PR ="r1"
+PR ="r2"
 
 SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \
            file://fix-abi-check-gcc45.patch"
@@ -11,19 +11,18 @@ DEPENDS = "ncurses-native"
 EXTRA_OEMAKE = ""
 EXTRA_OECONF = " --with-embedded-server "
 
-do_stage() {
-        install -m 0755 sql/gen_lex_hash ${STAGING_BINDIR}/
-}
-
 do_install() {
-	:
+        install -d ${D}${bindir}
+        install -m 0755 sql/gen_lex_hash ${D}${bindir}/
 }
 
+NATIVE_INSTALL_WORKS = "1"
 
 # Mysql tries to access the ${WORKDIR} from this build..
 do_rm_work() {
        :
 }
+PSTAGING_DISABLED = "1"
 
 SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad"
 SRC_URI[sha256sum] = "2b0737b84e7b42c9e54c9658d23bfaee1189cd5955f26b10bdb862761d0f0432"





More information about the Openembedded-commits mailing list