mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
bitbake: data: Drop obsolete pydoc/path code
This code looks like it is from a time when the data module was executable. Nobody does that now and this usage of pydoc is long since obsolete/broken so clean up the code which doesn't do anything useful. (Bitbake rev: 6f4ef770641a9657edaf8618f4c86dfb1116622c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -28,11 +28,6 @@ the speed is more critical here.
|
|||||||
|
|
||||||
import sys, os, re
|
import sys, os, re
|
||||||
import hashlib
|
import hashlib
|
||||||
if sys.argv[0][-5:] == "pydoc":
|
|
||||||
path = os.path.dirname(os.path.dirname(sys.argv[1]))
|
|
||||||
else:
|
|
||||||
path = os.path.dirname(os.path.dirname(sys.argv[0]))
|
|
||||||
sys.path.insert(0, path)
|
|
||||||
from itertools import groupby
|
from itertools import groupby
|
||||||
|
|
||||||
from bb import data_smart
|
from bb import data_smart
|
||||||
|
|||||||
Reference in New Issue
Block a user