diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-07-03 18:05:33 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-07-03 18:08:12 +0800 |
commit | b1c47e89858b2571d2f75375777f3dd541783a59 (patch) | |
tree | ecd1705490c5d2af9dd2be6bd89704f80e9b59a5 | |
parent | 6368370a82f64120ef43c7290953ef28f2be7513 (diff) | |
download | meta-selinux-b1c47e89858b2571d2f75375777f3dd541783a59.tar.gz |
rpm: fix patch not found bug with old oe-core.
NOTE: package rpm-native-5.4.9-r44.1: task do_fetch: Started
ERROR: Error executing a python function in
.../meta/recipes-devtools/rpm/rpm_5.4.9.bb:
IOError: [Errno 2] No such file or directory:
'.../rpm-fix-build-bug.patch'
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r-- | recipes-devtools/rpm/rpm_5.4.9.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/rpm/rpm_5.4.9.bbappend b/recipes-devtools/rpm/rpm_5.4.9.bbappend index 831f581..15b45ff 100644 --- a/recipes-devtools/rpm/rpm_5.4.9.bbappend +++ b/recipes-devtools/rpm/rpm_5.4.9.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | PR .= ".1" | 1 | PR .= ".1" |
2 | 2 | ||
3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 3 | FILESEXTRAPATHS_prepend := ":${THISDIR}/${PN}:" |
4 | 4 | ||
5 | SRC_URI += "file://rpm-fix-build-bug.patch \ | 5 | SRC_URI += "file://rpm-fix-build-bug.patch \ |
6 | " | 6 | " |