summaryrefslogtreecommitdiff
path: root/recipes/jakarta-libs/regexp_1.5.bb
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2010-08-04 10:00:52 +0200
committerRobert Schuster <robertschuster@fsfe.org>2010-08-04 11:23:16 +0200
commita006daff8334b854e6f44302ead8084e19152416 (patch)
treed400a56b842fc0cdc769b75c9662882b9de8af13 /recipes/jakarta-libs/regexp_1.5.bb
parent13423cbf48e09af101dacba5e23695091582fc92 (diff)
avalon-framework-api-native: Remove
bsf-native: Dito. log4j1.2-native: Dito. oro-native: Dito. regexp-native: Dito. avalon-framework-api: BBCLASSEXTEND="native"-ified. bsf-native: Dito. log4j1.2-native: Dito. oro-native: Dito. regexp-native: Dito.
Diffstat (limited to 'recipes/jakarta-libs/regexp_1.5.bb')
-rw-r--r--recipes/jakarta-libs/regexp_1.5.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/jakarta-libs/regexp_1.5.bb b/recipes/jakarta-libs/regexp_1.5.bb
index 46b4311492..bc82225a85 100644
--- a/recipes/jakarta-libs/regexp_1.5.bb
+++ b/recipes/jakarta-libs/regexp_1.5.bb
@@ -10,6 +10,8 @@ S = "${WORKDIR}/jakarta-${BP}"
DEPENDS = "fastjar-native"
+PR = "r1"
+
do_compile() {
mkdir -p build
@@ -20,3 +22,6 @@ do_compile() {
SRC_URI[md5sum] = "b941b8f4de297827f3211c2cb34af199"
SRC_URI[sha256sum] = "79e80af8cbeb68ddad75a1aa6244d7acd62176bfd69bcdc0640d11177dcde97d"
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"