From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/gpe-session-scripts/gpe-session-scripts_0.67.bb | 10 +++++----- recipes/gpe-session-scripts/gpe-session-scripts_0.68.bb | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'recipes/gpe-session-scripts') diff --git a/recipes/gpe-session-scripts/gpe-session-scripts_0.67.bb b/recipes/gpe-session-scripts/gpe-session-scripts_0.67.bb index dbd8401992..65eef73dbf 100644 --- a/recipes/gpe-session-scripts/gpe-session-scripts_0.67.bb +++ b/recipes/gpe-session-scripts/gpe-session-scripts_0.67.bb @@ -14,11 +14,11 @@ SRC_URI += "file://matchbox-session \ PR = "r11" #apply a patch to set the fontsize for bigdpi (200+) devices to 5 -SRC_URI_append_hx4700 = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_spitz = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_akita = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_c7x0 = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_nokia770 = " file://highdpifontfix.patch;patch=1" +SRC_URI_append_hx4700 = " file://highdpifontfix.patch;apply=yes" +SRC_URI_append_spitz = " file://highdpifontfix.patch;apply=yes" +SRC_URI_append_akita = " file://highdpifontfix.patch;apply=yes" +SRC_URI_append_c7x0 = " file://highdpifontfix.patch;apply=yes" +SRC_URI_append_nokia770 = " file://highdpifontfix.patch;apply=yes" do_configure_append_angstrom() { diff --git a/recipes/gpe-session-scripts/gpe-session-scripts_0.68.bb b/recipes/gpe-session-scripts/gpe-session-scripts_0.68.bb index 96f4e3e2f0..c0ae1f4ebb 100644 --- a/recipes/gpe-session-scripts/gpe-session-scripts_0.68.bb +++ b/recipes/gpe-session-scripts/gpe-session-scripts_0.68.bb @@ -14,11 +14,11 @@ SRC_URI += "file://matchbox-session \ PR = "r0" #apply a patch to set the fontsize for bigdpi (200+) devices to 5 -SRC_URI_append_hx4700 = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_spitz = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_akita = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_c7x0 = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_nokia770 = " file://highdpifontfix.patch;patch=1" +SRC_URI_append_hx4700 = " file://highdpifontfix.patch;apply=yes" +SRC_URI_append_spitz = " file://highdpifontfix.patch;apply=yes" +SRC_URI_append_akita = " file://highdpifontfix.patch;apply=yes" +SRC_URI_append_c7x0 = " file://highdpifontfix.patch;apply=yes" +SRC_URI_append_nokia770 = " file://highdpifontfix.patch;apply=yes" do_configure_append_angstrom() { -- cgit 1.2.3-korg