Sync up.. all the deb/dpkg changes which I have locally are now in svn.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@728 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Larson
2006-09-19 09:04:09 +00:00
parent 04f6953333
commit 4fa2d11bb1
51 changed files with 676 additions and 113 deletions

View File

@@ -194,6 +194,10 @@ python package_do_split_gconvs () {
if m:
dp = legitimize_package_name('glibc-localedata-%s' % m.group(1))
if not dp in deps:
if '<' in dp:
bb.note('warning, dp is %s' % dp)
bb.note(' fn is %s' % fn)
bb.note(' line was %s' % l)
deps.append(dp)
f.close()
if deps != []: