aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/quilt/quilt.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-09 13:13:43 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-10 12:20:56 -0700
commit1f373112f4f957e70f8346e152d321dba76bdc2b (patch)
treea3e6d0bd6a92ca69f65b4cf84b3b38e9c56e0008 /recipes/quilt/quilt.inc
parentfd049a8b9904348456b26ffa7ff25d834c477c6b (diff)
downloadopenembedded-1f373112f4f957e70f8346e152d321dba76bdc2b.tar.gz
quilt: Add option QUILT_NO_RM_SYMLINKS so follow symlinks with quilt refresh
* OE now creates symlinks into metadata. This patch allows quilt to follow the symlinks so when a patch is refreshed then the result happens in the metadata location. * Creating a new patch will still happen in local patches directory unless one uses path into metadata. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/quilt/quilt.inc')
-rw-r--r--recipes/quilt/quilt.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/quilt/quilt.inc b/recipes/quilt/quilt.inc
index fd0d40dc57..a9ed163bf6 100644
--- a/recipes/quilt/quilt.inc
+++ b/recipes/quilt/quilt.inc
@@ -4,6 +4,8 @@ SECTION = "devel"
LICENSE = "GPL"
SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
- file://install.patch"
+ file://install.patch \
+ file://no_rm_symlinks.patch \
+ "
S = "${WORKDIR}/quilt-${PV}"