diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-09-24 01:05:48 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-09-24 01:05:48 +0000 |
commit | c28da98a0deade5070e2284d5a6754b7695e7d2a (patch) | |
tree | ababe4f974d583138205846c8527a0652c91d033 /packages/classpath/classpath-minimal_0.97.2.bb | |
parent | cac655b86010abf1e709bc59f59601a5e77269d6 (diff) |
classpath: simplfiy patch handling for native and minimal
* maninpulate FILESDIR as suggested in the oe manual,
so we don't need a patch thrice
* drop the extrad dirs and patches
* do not need bump PR no runtime changes
Diffstat (limited to 'packages/classpath/classpath-minimal_0.97.2.bb')
-rw-r--r-- | packages/classpath/classpath-minimal_0.97.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/classpath/classpath-minimal_0.97.2.bb b/packages/classpath/classpath-minimal_0.97.2.bb index 44cffcec32..e03dc85760 100644 --- a/packages/classpath/classpath-minimal_0.97.2.bb +++ b/packages/classpath/classpath-minimal_0.97.2.bb @@ -1,5 +1,7 @@ require classpath.inc +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/${PBN}-${PV}" + SRC_URI += "\ file://netif_16.patch;patch=1;pnum=0 \ file://SimpleName.diff;patch=1;pnum=0 \ |