diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-07 10:04:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-07 10:04:04 +0000 |
commit | 38a94e6cb8f772f29ebf8e25e1fe5cb34711d324 (patch) | |
tree | c2a8332a723fed2ff05fb095f73e03c4b2b26818 /packages/gpephone/libgpephone_0.3.bb | |
parent | 4fcd37c8af2c23d84fab538eb08d2b14134af8cc (diff) |
gpephone: add recipes from http://linuxtogo.org/~florian/gpepe/
* They still need to be run through oe-stylize.py
* things like linphone need to get merged with their original counterparts in OE
Diffstat (limited to 'packages/gpephone/libgpephone_0.3.bb')
-rw-r--r-- | packages/gpephone/libgpephone_0.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/gpephone/libgpephone_0.3.bb b/packages/gpephone/libgpephone_0.3.bb new file mode 100644 index 0000000000..48a5148143 --- /dev/null +++ b/packages/gpephone/libgpephone_0.3.bb @@ -0,0 +1,13 @@ +LICENSE = "LGPL" +DESCRIPTION = "Base library for GPE phone environment." +SECTION = "gpe/libs" +PRIORITY = "optional" +DEPENDS = "gtk+ gtk-doc dbus-glib" +PR = "r1" + +GPE_TARBALL_SUFFIX = "bz2" +inherit gpephone pkgconfig autotools + +do_stage () { + autotools_stage_all +} |