[oe-commits] org.oe.dev fastjar: install binaries instead of libtool wrappers to make it rm_work safe

koen commit openembedded-commits at lists.openembedded.org
Sat Jan 26 13:07:54 UTC 2008


fastjar: install binaries instead of libtool wrappers to make it rm_work safe

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 48a5a24441ca8ef506373371dd1a3c11512ba34b
ViewMTN: http://monotone.openembedded.org/revision/info/48a5a24441ca8ef506373371dd1a3c11512ba34b
Files:
1
packages/fastjar/fastjar-native_0.95.bb
Diffs:

#
# mt diff -r777f9fe3192390497983f92b9ab2b754d398f006 -r48a5a24441ca8ef506373371dd1a3c11512ba34b
#
# 
# 
# patch "packages/fastjar/fastjar-native_0.95.bb"
#  from [3c4528fae3a802f047b2afe2a77ec390f93bba35]
#    to [e8b2518397f26189342735a6379ed887085b5cd9]
# 
============================================================
--- packages/fastjar/fastjar-native_0.95.bb	3c4528fae3a802f047b2afe2a77ec390f93bba35
+++ packages/fastjar/fastjar-native_0.95.bb	e8b2518397f26189342735a6379ed887085b5cd9
@@ -1,9 +1,11 @@ LICENSE = "GPL"
 DESCRIPTION = "jar replacement written in C."
 HOMEPAGE = "http://savannah.nongnu.org/projects/fastjar/"
 SECTION = "devel"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
+PR = "r1"
+
 DEPENDS = "zlib-native"
 
 SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz"
@@ -20,7 +22,8 @@ do_stage() {
 }
 
 do_stage() {
+	#we should teach autotools.bbclass:autotools_stage_all() about ${STAGING_BINDIR}
 	install -d ${STAGING_BINDIR}
-	install -m 755 fastjar ${STAGING_BINDIR}/fastjar
-	install -m 755 grepjar ${STAGING_BINDIR}
+	install -m 755 .libs/fastjar ${STAGING_BINDIR}/fastjar
+	install -m 755 .libs/grepjar ${STAGING_BINDIR}
 }






More information about the Openembedded-commits mailing list