quilt-native: remove '?' url in _append_build-darwin..
authorChris Larson <chris_larson@mentor.com>
Sat, 16 Oct 2010 03:23:02 +0000 (20:23 -0700)
committerChris Larson <chris_larson@mentor.com>
Wed, 20 Oct 2010 17:01:37 +0000 (10:01 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/quilt/quilt-native.inc

index 7cfa1ef..f18626a 100644 (file)
@@ -1,7 +1,7 @@
 require quilt.inc
 
-SRC_URI_append_build-darwin = "?   file://non-gnu.patch "
-SRC_URI_append_build-linux = " file://dont-allow-optional-quiltrc.patch "
+SRC_URI_append_build-darwin = " file://non-gnu.patch"
+SRC_URI_append_build-linux = " file://dont-allow-optional-quiltrc.patch"
 
 RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"