diff options
Diffstat (limited to 'recipes/shopper/shopper_1.2.1.bb')
-rw-r--r-- | recipes/shopper/shopper_1.2.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/shopper/shopper_1.2.1.bb b/recipes/shopper/shopper_1.2.1.bb index a1cc531548..9bf9fffc94 100644 --- a/recipes/shopper/shopper_1.2.1.bb +++ b/recipes/shopper/shopper_1.2.1.bb @@ -6,8 +6,8 @@ LICENSE = "GPL" PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/zaurus-shopper/Shopper-${PV}.tar.gz \ - file://gcc3.patch;patch=1 \ - file://path_fix.patch;patch=1" + file://gcc3.patch;apply=yes \ + file://path_fix.patch;apply=yes" S = "${WORKDIR}/Shopper" inherit palmtop |