summaryrefslogtreecommitdiffstats
path: root/recipes/detect-stylus
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/detect-stylus')
-rw-r--r--recipes/detect-stylus/detect-stylus_0.13.bb6
-rw-r--r--recipes/detect-stylus/detect-stylus_svn.bb4
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes/detect-stylus/detect-stylus_0.13.bb b/recipes/detect-stylus/detect-stylus_0.13.bb
index 4a94aa6617..dc11678676 100644
--- a/recipes/detect-stylus/detect-stylus_0.13.bb
+++ b/recipes/detect-stylus/detect-stylus_0.13.bb
@@ -10,9 +10,9 @@ RDEPENDS = "xrdb"
DESCRIPTION = "Touchscreen detection utility"
SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
- file://access.patch;apply=yes;striplevel=0 \
- file://extra-device-check.patch;apply=yes \
- file://correct-theme-name.patch;apply=yes"
+ file://access.patch;striplevel=0 \
+ file://extra-device-check.patch \
+ file://correct-theme-name.patch"
export CVSBUILD="no"
diff --git a/recipes/detect-stylus/detect-stylus_svn.bb b/recipes/detect-stylus/detect-stylus_svn.bb
index 8b95e1f65d..c82ecd4c5c 100644
--- a/recipes/detect-stylus/detect-stylus_svn.bb
+++ b/recipes/detect-stylus/detect-stylus_svn.bb
@@ -9,8 +9,8 @@ PR = "r0"
inherit gpe pkgconfig
SRC_URI = "${GPE_SVN} \
- file://detect-stylus-svn-build.patch;apply=yes \
- file://install-detect-tsdevice.patch;apply=yes"
+ file://detect-stylus-svn-build.patch \
+ file://install-detect-tsdevice.patch"
S = "${WORKDIR}/${PN}"