diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-27 00:51:10 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-27 00:51:10 +0000 |
commit | 11d174ab5324bd1e46cc86532dbb3aa3c4f2d700 (patch) | |
tree | 20f896dfbc69d0edfba57425f7664dbaa62fa167 | |
parent | 85c7d84780764f9d6a063a07435734b854c2132d (diff) |
linux-handhelds 2.6: Remove stray FILESDIR from .inc.
* Not used, doesn't belong to .inc anyway.
-rw-r--r-- | packages/linux/linux-handhelds-2.6.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/linux/linux-handhelds-2.6.inc b/packages/linux/linux-handhelds-2.6.inc index 8c62e59973..7ac7470e82 100644 --- a/packages/linux/linux-handhelds-2.6.inc +++ b/packages/linux/linux-handhelds-2.6.inc @@ -5,8 +5,6 @@ LICENSE = "GPL" COMPATIBLE_HOST = "arm.*-linux" COMPATIBLE_MACHINE ?= '(h1910|h2200|h3600|h3900|h4000|h5xxx|htcuniversal|hx4700|jornada56x|simpad)' -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}" - SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ file://24-hostap_cs_id.diff;patch=1 \ file://hrw-pcmcia-ids-r2.patch;patch=1 \ |