diff options
author | Holger Freyther <zecke@selfish.org> | 2005-07-09 13:18:13 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 13:18:13 +0000 |
commit | dcec41bd91edae30d6262237299a5ef802e19d5b (patch) | |
tree | 5a623672a62ca10f63ce3a5663b79e66161ac244 /packages/gpe-sketchbook | |
parent | d41d4e635df38fd8c729bc369f3c5d9ea9eb2bcd (diff) |
export CVSBUILD = no -> export CVSBUILD = "no"
I wonder why this is not part of the gpe bbclass
Diffstat (limited to 'packages/gpe-sketchbook')
-rw-r--r-- | packages/gpe-sketchbook/gpe-sketchbook_0.2.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gpe-sketchbook/gpe-sketchbook_0.2.8.bb b/packages/gpe-sketchbook/gpe-sketchbook_0.2.8.bb index f1ae220b93..930599fa8f 100644 --- a/packages/gpe-sketchbook/gpe-sketchbook_0.2.8.bb +++ b/packages/gpe-sketchbook/gpe-sketchbook_0.2.8.bb @@ -9,7 +9,7 @@ MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" SECTION = "gpe" PRIORITY = "optional" DESCRIPTION = "A GPE notebook to sketch your notes" -export CVSBUILD = no +export CVSBUILD = "no" CFLAGS +="-D_GNU_SOURCE" |