1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

Move the pysh package into the bb package

The pysh we're using is modified, and we don't want to risk it conflicting
with one from elsewhere.

(Bitbake rev: 1cbf8a9403b4b60d59bfd90a51c3e4246ab834d6)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Chris Larson
2010-12-31 11:00:27 +00:00
committed by Richard Purdie
parent 489d17596d
commit 4addbd191d
10 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from pysh import pyshyacc, pyshlex from bb.pysh import pyshyacc, pyshlex
from itertools import chain from itertools import chain
from bb import msg, utils from bb import msg, utils
import ast import ast