diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-29 17:08:08 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-29 17:08:08 +0800 |
commit | 6368370a82f64120ef43c7290953ef28f2be7513 (patch) | |
tree | 1f56af2d3d8b7217e50b6de60f4ee708fb2a4044 | |
parent | 051212b6528da72fe081a99adb3db7811c705e44 (diff) | |
download | meta-selinux-6368370a82f64120ef43c7290953ef28f2be7513.tar.gz |
python-ipy: rename to fix opkg-build error.
*** Error: Package name contains illegal characters, (other than [a-z0-9.+-])
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r-- | recipes-devtools/python/python-ipy_0.75.bb (renamed from recipes-devtools/python/python-IPy_0.75.bb) | 0 | ||||
-rw-r--r-- | recipes-security/selinux/policycoreutils_2.1.10.bb | 2 | ||||
-rw-r--r-- | recipes-security/selinux/policycoreutils_git.bb | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-IPy_0.75.bb b/recipes-devtools/python/python-ipy_0.75.bb index 9ccb6bc..9ccb6bc 100644 --- a/recipes-devtools/python/python-IPy_0.75.bb +++ b/recipes-devtools/python/python-ipy_0.75.bb | |||
diff --git a/recipes-security/selinux/policycoreutils_2.1.10.bb b/recipes-security/selinux/policycoreutils_2.1.10.bb index 14b8cd6..32218c6 100644 --- a/recipes-security/selinux/policycoreutils_2.1.10.bb +++ b/recipes-security/selinux/policycoreutils_2.1.10.bb | |||
@@ -32,7 +32,7 @@ RDEPENDS_${BPN} += "\ | |||
32 | python-subprocess \ | 32 | python-subprocess \ |
33 | python-syslog \ | 33 | python-syslog \ |
34 | python-textutils \ | 34 | python-textutils \ |
35 | python-IPy \ | 35 | python-ipy \ |
36 | " | 36 | " |
37 | RDEPENDS_${BPN} += "setools" | 37 | RDEPENDS_${BPN} += "setools" |
38 | 38 | ||
diff --git a/recipes-security/selinux/policycoreutils_git.bb b/recipes-security/selinux/policycoreutils_git.bb index 98a751a..6555e11 100644 --- a/recipes-security/selinux/policycoreutils_git.bb +++ b/recipes-security/selinux/policycoreutils_git.bb | |||
@@ -33,7 +33,7 @@ RDEPENDS_${BPN} += "\ | |||
33 | python-subprocess \ | 33 | python-subprocess \ |
34 | python-syslog \ | 34 | python-syslog \ |
35 | python-textutils \ | 35 | python-textutils \ |
36 | python-IPy \ | 36 | python-ipy \ |
37 | " | 37 | " |
38 | RDEPENDS_${BPN} += "setools" | 38 | RDEPENDS_${BPN} += "setools" |
39 | 39 | ||