diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/xorg-font | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/xorg-font')
-rw-r--r-- | recipes/xorg-font/font-misc-misc_1.0.0.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-font/xfonts-xorg_6.8.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-font/font-misc-misc_1.0.0.bb b/recipes/xorg-font/font-misc-misc_1.0.0.bb index f8833e6ba3..1d4ebfdbf6 100644 --- a/recipes/xorg-font/font-misc-misc_1.0.0.bb +++ b/recipes/xorg-font/font-misc-misc_1.0.0.bb @@ -4,7 +4,7 @@ require xorg-font-common.inc PR = "${INC_PR}.0" -SRC_URI += " file://configure-mapdir.patch;patch=1" +SRC_URI += " file://configure-mapdir.patch;apply=yes" SRC_URI[archive.md5sum] = "2a57f6188c41d4bc1b88ca3d08ad011d" SRC_URI[archive.sha256sum] = "26a02560ad1f1648e7c36be6daf42910762131d3974422d1b306e6cae13f17db" diff --git a/recipes/xorg-font/xfonts-xorg_6.8.bb b/recipes/xorg-font/xfonts-xorg_6.8.bb index 78068e0534..83b61c5d61 100644 --- a/recipes/xorg-font/xfonts-xorg_6.8.bb +++ b/recipes/xorg-font/xfonts-xorg_6.8.bb @@ -6,7 +6,7 @@ LICENSE = "XFree86" PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}" SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc;tag=XORG-6_8_0;method=pserver \ - file://lexer.patch;patch=1" + file://lexer.patch;apply=yes" PACKAGES = "${PN}-dbg ${PN}-75dpi ${PN}-100dpi ${PN}-type1 ${PN}-cyrillic ${PN}-ttf ${PN}" |