[oe-commits] Tom Rini : opie-sh: Switch to patchdir rather than applying in do_configure

git version control git at git.openembedded.org
Mon Apr 25 16:48:27 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 3c8265e4c4b5f82506f5486f6a7e4bd50c07dd20
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3c8265e4c4b5f82506f5486f6a7e4bd50c07dd20

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Mar 31 10:09:27 2011 -0700

opie-sh: Switch to patchdir rather than applying in do_configure

Signed-off-by: Tom Rini <tom_rini at mentor.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 recipes/opie-sh/opie-sh_1.2.4.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/opie-sh/opie-sh_1.2.4.bb b/recipes/opie-sh/opie-sh_1.2.4.bb
index c34fb48..a656513 100644
--- a/recipes/opie-sh/opie-sh_1.2.4.bb
+++ b/recipes/opie-sh/opie-sh_1.2.4.bb
@@ -9,7 +9,7 @@ SRC_URI = "http://sources.openembedded.org/opie-1.2.4-split_noncore_tools_opie-s
            http://sources.openembedded.org/opie-1.2.4-split_apps.tar.bz2;name=split_apps \
            http://sources.openembedded.org/opie-1.2.4-split_bin.tar.bz2;name=split_bin \
            file://opie-sh-path.patch \
-           file://opie-sh-fsmounter-name.patch;apply=false"
+           file://opie-sh-fsmounter-name.patch;patchdir=${WORKDIR}/apps"
 SRC_URI[split_noncore_tools_opie-sh.md5sum] = "bc57f7ab07181c122ebc382e302bb594"
 SRC_URI[split_noncore_tools_opie-sh.sha256sum] = "a1305994918160449177b24efe384a0de87dc9dfcecf476e33b87cf8999b5bb1"
 SRC_URI[split_pics.md5sum] = "5499dc84b65395ab99bda6ed9d01ff0f"
@@ -22,7 +22,3 @@ SRC_URI[split_apps.md5sum] = "67a43e8e4bcd9e63b884ea25deea5b34"
 SRC_URI[split_apps.sha256sum] = "a33a55efb4ae4c15a8c2c5d6faba6d671a5652da8e216ce35088896fe597215b"
 SRC_URI[split_bin.md5sum] = "d63089ebb9a87636e30fecefcc5b2cb8"
 SRC_URI[split_bin.sha256sum] = "8caf1981a2463029c1a27d965af8573d46b8e2ab818fb61b8e73ff40e43aab0c"
-
-do_configure_prepend() {
-	(cd .. ; patch -p0 -i ${WORKDIR}/opie-sh-fsmounter-name.patch)
-}





More information about the Openembedded-commits mailing list