diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-09 13:13:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-10 12:20:56 -0700 |
commit | 1f373112f4f957e70f8346e152d321dba76bdc2b (patch) | |
tree | a3e6d0bd6a92ca69f65b4cf84b3b38e9c56e0008 /recipes/quilt/quilt-native.inc | |
parent | fd049a8b9904348456b26ffa7ff25d834c477c6b (diff) |
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-native.inc')
-rw-r--r-- | recipes/quilt/quilt-native.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/quilt/quilt-native.inc b/recipes/quilt/quilt-native.inc index 5c5a0153cc..282345422c 100644 --- a/recipes/quilt/quilt-native.inc +++ b/recipes/quilt/quilt-native.inc @@ -1,15 +1,15 @@ require quilt.inc SRC_URI_append_build-darwin = "? file://non-gnu.patch " -RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native" -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}" +RDEPENDS_${PN} = "libtimedate-perl-native diffstat-native patch-native bzip2-native util-linux-native" +FILESPATHPKG =. quilt-${PV} INHIBIT_AUTOTOOLS_DEPS = "1" inherit autotools native PATCHTOOL = "patch" -EXTRA_OECONF = "--disable-nls --without-date" +EXTRA_OECONF = "--disable-nls" do_configure () { oe_runconf |