diff options
Diffstat (limited to 'recipes/xorg-lib/diet-x11_1.1.4.bb')
-rw-r--r-- | recipes/xorg-lib/diet-x11_1.1.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xorg-lib/diet-x11_1.1.4.bb b/recipes/xorg-lib/diet-x11_1.1.4.bb index 701cb45ee3..678226fedf 100644 --- a/recipes/xorg-lib/diet-x11_1.1.4.bb +++ b/recipes/xorg-lib/diet-x11_1.1.4.bb @@ -1,8 +1,8 @@ require libx11_${PV}.bb -SRC_URI += "file://X18NCMSstubs.diff;patch=1 \ - file://fix-disable-xlocale.diff;patch=1 \ - file://fix-utf8-wrong-define.patch;patch=1" +SRC_URI += "file://X18NCMSstubs.diff;apply=yes \ + file://fix-disable-xlocale.diff;apply=yes \ + file://fix-utf8-wrong-define.patch;apply=yes" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11" |