[oe-commits] Henning Heinold : fastjar: fix staging now for real

git version control git at git.openembedded.org
Thu Oct 22 09:30:07 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 4a7de9b99e64d90f4e31020ca42b0b74bb4d1634
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4a7de9b99e64d90f4e31020ca42b0b74bb4d1634

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Mon Oct 19 23:46:09 2009 +0200

fastjar: fix staging now for real
* bump INC_PR

---

 recipes/fastjar/fastjar-native.inc |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes/fastjar/fastjar-native.inc b/recipes/fastjar/fastjar-native.inc
index feed4b2..df4d260 100644
--- a/recipes/fastjar/fastjar-native.inc
+++ b/recipes/fastjar/fastjar-native.inc
@@ -4,7 +4,7 @@ SECTION = "devel"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
-INC_PR = "r1"
+INC_PR = "r2"
 
 DEPENDS = "zlib-native"
 
@@ -14,15 +14,15 @@ S = "${WORKDIR}/fastjar-${PV}"
 
 inherit autotools native
 
-EXTRA_OECONF = "--with-system-zlib --with-fastjar"
-
 do_configure () {
 	gnu-configize || die "failure running gnu-configize"
 	oe_runconf
 }
 
+do_make() {
+	oe_runmake bin_PROGRAMS
+}
+
 do_stage() {
-	install -d ${STAGING_BINDIR}
-	install -m 755 fastjar ${STAGING_BINDIR}/
-	install -m 755 grepjar ${STAGING_BINDIR}/
+	oe_runmake install-binPROGRAMS
 }





More information about the Openembedded-commits mailing list