All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] java-library.bbclass: do_stage is not needed anymore
@ 2010-09-07  7:02 Khem Raj
  2010-09-07  7:02 ` [PATCH 2/2] jaxme_0.5.2.bb, xpp3_1.1.3.4.O.bb: Remove do_stage_append Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Khem Raj @ 2010-09-07  7:02 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 classes/java-library.bbclass |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass
index 904b4f1..5ce0537 100644
--- a/classes/java-library.bbclass
+++ b/classes/java-library.bbclass
@@ -65,7 +65,3 @@ do_install() {
 java_stage() {
   oe_jarinstall -s ${JARFILENAME} ${ALTJARFILENAMES}
 }
-
-do_stage() {
-  java_stage
-}
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-09-08 14:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-07  7:02 [PATCH 1/2] java-library.bbclass: do_stage is not needed anymore Khem Raj
2010-09-07  7:02 ` [PATCH 2/2] jaxme_0.5.2.bb, xpp3_1.1.3.4.O.bb: Remove do_stage_append Khem Raj
2010-09-07 15:48   ` Robert Schuster
2010-09-07 15:48 ` [PATCH 1/2] java-library.bbclass: do_stage is not needed anymore Robert Schuster
2010-09-08  5:57 ` Fahad
2010-09-08 14:56   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.