diff options
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/puzzles/oh-puzzles_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-sato/puzzles/oh-puzzles_git.bb b/meta/recipes-sato/puzzles/oh-puzzles_git.bb index c084c40a43..98b09f8fa5 100644 --- a/meta/recipes-sato/puzzles/oh-puzzles_git.bb +++ b/meta/recipes-sato/puzzles/oh-puzzles_git.bb @@ -59,7 +59,6 @@ FILES_${PN}-dbg += "/usr/games/.debug/*" FILES_${PN}-extra = "/usr/games/ /usr/share/applications /etc/gconf/schemas" python __anonymous () { - import bb var = bb.data.expand("FILES_${PN}", d, 1) data = d.getVar(var, True) for name in ("bridges", "fifteen", "inertia", "map", "samegame", "slant"): |