diff options
Diffstat (limited to 'packages/detect-stylus')
-rw-r--r-- | packages/detect-stylus/detect-stylus_0.10.bb | 2 | ||||
-rw-r--r-- | packages/detect-stylus/detect-stylus_0.13.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/detect-stylus/detect-stylus_0.10.bb b/packages/detect-stylus/detect-stylus_0.10.bb index 4880e55140..d4cec0efd7 100644 --- a/packages/detect-stylus/detect-stylus_0.10.bb +++ b/packages/detect-stylus/detect-stylus_0.10.bb @@ -12,4 +12,4 @@ MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" -export CVSBUILD=no +export CVSBUILD="no" diff --git a/packages/detect-stylus/detect-stylus_0.13.bb b/packages/detect-stylus/detect-stylus_0.13.bb index dc967d8ab7..c0ece8754e 100644 --- a/packages/detect-stylus/detect-stylus_0.13.bb +++ b/packages/detect-stylus/detect-stylus_0.13.bb @@ -15,4 +15,4 @@ SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ file://extra-device-check.patch;patch=1 \ file://correct-theme-name.patch;patch=1" -export CVSBUILD=no +export CVSBUILD="no" |