diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-03-05 16:11:13 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-03-05 16:11:13 +0000 |
commit | ef531024660d545944a3e4ccf07a757c05895dfe (patch) | |
tree | 38b34d641b56c98d9330b394b6ae985ffcc82682 /packages/classpath/classpath-minimal_0.97.bb | |
parent | 0a9efb2c12237765ceabfc2a74d519f2cdabc658 (diff) | |
parent | 3c03ac44b94421eca51af4b0c783d4720b18c7d7 (diff) |
merge of '0c8de9825ca55a0e846e8c00dd29764c73349c6f'
and 'a6f0dbe56289aad3373b7ce56ba4e2434e6da244'
Diffstat (limited to 'packages/classpath/classpath-minimal_0.97.bb')
-rw-r--r-- | packages/classpath/classpath-minimal_0.97.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/classpath/classpath-minimal_0.97.bb b/packages/classpath/classpath-minimal_0.97.bb index 14495cedff..7a44226940 100644 --- a/packages/classpath/classpath-minimal_0.97.bb +++ b/packages/classpath/classpath-minimal_0.97.bb @@ -1,6 +1,10 @@ require classpath.inc -PR = "r0" +SRC_URI += "\ + file://xmlstream-fix.patch;patch=1;pnum=0 \ + " + +PR = "r1" PROVIDES = "${PN} classpath" @@ -13,3 +17,6 @@ EXTRA_OECONF += "\ --disable-dssi \ --disable-examples \ " + +CPPACKAGES = "${PBN}-common ${PBN}-tools" + |