diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-04-22 17:24:31 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-04-22 17:24:31 +0000 |
commit | 5bbd957ace4e196d6a4b1719064b504182bdba08 (patch) | |
tree | b730469453048b9d96a5e94bc7446820bc5111d6 /packages/classpath/classpath_0.97.1.bb | |
parent | 100524fe26dbea61ac540774560fc0836162d9a3 (diff) |
classpath 0.97.1: Added bugfix patches.
classpath-minimal 0.97.1: Added bugfix patches.
Diffstat (limited to 'packages/classpath/classpath_0.97.1.bb')
-rw-r--r-- | packages/classpath/classpath_0.97.1.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/classpath/classpath_0.97.1.bb b/packages/classpath/classpath_0.97.1.bb index b8cd02084a..1d677687d7 100644 --- a/packages/classpath/classpath_0.97.1.bb +++ b/packages/classpath/classpath_0.97.1.bb @@ -1,6 +1,11 @@ require classpath.inc -PR = "r0" +SRC_URI += "\ + file://netif_16.patch;patch=1;pnum=0 \ + file://SimpleName.diff;patch=1;pnum=0 \ + " + +PR = "r1" DEPENDS += "gtk+ gconf libxtst" @@ -15,4 +20,3 @@ EXTRA_OECONF += "\ --with-vm=java \ " - |