diff options
| -rw-r--r-- | meta/classes/package.bbclass | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python_2.7.2.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index e8c449711f..9b6862decf 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
| @@ -1185,6 +1185,8 @@ python package_do_filedeps() { | |||
| 1185 | 1185 | ||
| 1186 | if value.startswith("rpmlib("): | 1186 | if value.startswith("rpmlib("): |
| 1187 | continue | 1187 | continue |
| 1188 | if value == "python": | ||
| 1189 | continue | ||
| 1188 | if file not in i: | 1190 | if file not in i: |
| 1189 | i[file] = [] | 1191 | i[file] = [] |
| 1190 | i[file].append(value) | 1192 | i[file].append(value) |
diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb index 2b18c5305c..eb3965e21a 100644 --- a/meta/recipes-devtools/python/python_2.7.2.bb +++ b/meta/recipes-devtools/python/python_2.7.2.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require python.inc | 1 | require python.inc |
| 2 | DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib" | 2 | DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib" |
| 3 | DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" | 3 | DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" |
| 4 | PR = "${INC_PR}.6" | 4 | PR = "${INC_PR}.7" |
| 5 | 5 | ||
| 6 | DISTRO_SRC_URI ?= "file://sitecustomize.py" | 6 | DISTRO_SRC_URI ?= "file://sitecustomize.py" |
| 7 | DISTRO_SRC_URI_linuxstdbase = "" | 7 | DISTRO_SRC_URI_linuxstdbase = "" |
