diff options
Diffstat (limited to 'recipes/gpephone/sms_1.0.bb')
-rw-r--r-- | recipes/gpephone/sms_1.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gpephone/sms_1.0.bb b/recipes/gpephone/sms_1.0.bb new file mode 100644 index 0000000000..d1bcaf6e19 --- /dev/null +++ b/recipes/gpephone/sms_1.0.bb @@ -0,0 +1,15 @@ +LICENSE = "LiPS" +DESCRIPTION = "GSM Short message application" +SECTION = "gpe" +PRIORITY = "optional" +PR = "r1" + +DEPENDS = "gtk+ dbus-glib libmsgenabler libabenabler libiac libgpewidget libgpephone" + +GPE_TARBALL_SUFFIX = "bz2" + +inherit gpephone autotools + +SRC_URI += " file://somefixes.patch;patch=1;pnum=0" + +FILES_${PN} += "${datadir}/conf ${datadir}/graphic" |