From 17084891c0aa9114805f022ea185108e834e4fcd Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 20 Jun 2012 04:51:32 -0400 Subject: Simplify "SRC_URI_append +=" to "SRC_URI_append =" Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-sato') diff --git a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb index 3d1bc43e47..273cc726a1 100644 --- a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb +++ b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb @@ -15,7 +15,7 @@ SRC_URI[md5sum] = "254a72fc67505e3aa52884c729cd7b97" SRC_URI[sha256sum] = "959d22ae07f22803bc66ff40d373a854532a6e4732680bf8a96a3fbcb9f80a2c" PR = "r2" -SRC_URI_append_poky += " file://owl-menu.patch;apply=yes " +SRC_URI_append_poky = " file://owl-menu.patch;apply=yes " inherit autotools pkgconfig -- cgit 1.2.3-korg