summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-07-03 18:05:33 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-07-03 18:08:12 +0800
commitb1c47e89858b2571d2f75375777f3dd541783a59 (patch)
treeecd1705490c5d2af9dd2be6bd89704f80e9b59a5
parent6368370a82f64120ef43c7290953ef28f2be7513 (diff)
downloadmeta-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.bbappend2
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 @@
1PR .= ".1" 1PR .= ".1"
2 2
3FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 3FILESEXTRAPATHS_prepend := ":${THISDIR}/${PN}:"
4 4
5SRC_URI += "file://rpm-fix-build-bug.patch \ 5SRC_URI += "file://rpm-fix-build-bug.patch \
6 " 6 "