diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-07-19 14:54:09 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-07-19 14:56:44 +0800 |
commit | 29d7a3e304214524fc0b19e2337f011c05f7e00e (patch) | |
tree | 1f56af2d3d8b7217e50b6de60f4ee708fb2a4044 | |
parent | b1c47e89858b2571d2f75375777f3dd541783a59 (diff) | |
download | meta-selinux-29d7a3e304214524fc0b19e2337f011c05f7e00e.tar.gz |
Revert "rpm: fix patch not found bug with old oe-core."
This reverts commit b1c47e89858b2571d2f75375777f3dd541783a59.
-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 15b45ff..831f581 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 | " |