diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 10:35:36 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 10:35:36 +0000 |
commit | ec9c1537fb48626b49279eb7ea25eec7b0b1f1fc (patch) | |
tree | b808a2eefdbd91601949dd257aff1827ade82061 /packages/glibc/glibc_cvs.bb | |
parent | aa95fa3c6ced03802b4290eadcbef5383c8f49a9 (diff) |
glibc: Update for keeping the debug information in the correct package
which is clearer. Use .../* to match files and ignore directories.
Diffstat (limited to 'packages/glibc/glibc_cvs.bb')
-rw-r--r-- | packages/glibc/glibc_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/glibc/glibc_cvs.bb b/packages/glibc/glibc_cvs.bb index b6b9b7ab5f..c3c9fb0781 100644 --- a/packages/glibc/glibc_cvs.bb +++ b/packages/glibc/glibc_cvs.bb @@ -6,7 +6,7 @@ PRIORITY = "required" MAINTAINER = "Phil Blundell <pb@handhelds.org>" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5" -PR = "r2" +PR = "r3" PV = "2.3.5+cvs${SRCDATE}" GLIBC_ADDONS ?= "ports,linuxthreads" |