diff options
author | ccsmart <ccsmart@smartpal.de> | 2005-07-09 16:29:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 16:29:38 +0000 |
commit | 965b805b451106d6a5e41e0fe8fb3847b4dddd29 (patch) | |
tree | 418d03e54bd5490b8fc3ffc7da3a61c7be6f2347 /packages/gpe-sketchbook/gpe-sketchbook_0.2.8.bb | |
parent | ce85bae0ffbca430dd50976c0b5397b3a822b6f7 (diff) | |
parent | b10227fbeee14a88de96acaa9b4e3f3042de5b30 (diff) |
merge of 741270052fa677010603209da3adb0f5194af3ef
and 8b65cbd401e1f926a05aed4038504520748a6824
Diffstat (limited to 'packages/gpe-sketchbook/gpe-sketchbook_0.2.8.bb')
-rw-r--r-- | packages/gpe-sketchbook/gpe-sketchbook_0.2.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gpe-sketchbook/gpe-sketchbook_0.2.8.bb b/packages/gpe-sketchbook/gpe-sketchbook_0.2.8.bb index 8be4e64036..930599fa8f 100644 --- a/packages/gpe-sketchbook/gpe-sketchbook_0.2.8.bb +++ b/packages/gpe-sketchbook/gpe-sketchbook_0.2.8.bb @@ -1,4 +1,4 @@ -LICENSE = GPL +LICENSE = "GPL" PR = "r4" inherit gpe pkgconfig @@ -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" |