mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
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:
@@ -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 != []:
|
||||
|
||||
Reference in New Issue
Block a user