diff options
Diffstat (limited to 'recipes/linux/linux-handhelds-2.6_2.6.18-hh2.bb')
-rw-r--r-- | recipes/linux/linux-handhelds-2.6_2.6.18-hh2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-handhelds-2.6_2.6.18-hh2.bb b/recipes/linux/linux-handhelds-2.6_2.6.18-hh2.bb index 6c93da3598..33f1c470cd 100644 --- a/recipes/linux/linux-handhelds-2.6_2.6.18-hh2.bb +++ b/recipes/linux/linux-handhelds-2.6_2.6.18-hh2.bb @@ -7,7 +7,7 @@ DEFAULT_PREFERENCE = "-1" # Override where to look for defconfigs and patches, # we have per-kernel-release sets. -FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.18/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.18" +FILESPATHPKG =. "linux-handhelds-2.6-2.6.18/${MACHINE}:linux-handhelds-2.6-2.6.18:" SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ file://defconfig" |