diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-01-11 18:18:04 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-01-11 18:18:04 +0000 |
commit | 0d6071faa667407505bec2d35d9b7f533b62f7cb (patch) | |
tree | b2b1a1c6f22130f6055a178525b514ee565f2a69 /packages/gpe-beam/gpe-beam_0.2.6.bb | |
parent | a30c93e2af03b28083b0bfea868ad3ba77026fe5 (diff) |
gpe-beam: unify
Diffstat (limited to 'packages/gpe-beam/gpe-beam_0.2.6.bb')
-rw-r--r-- | packages/gpe-beam/gpe-beam_0.2.6.bb | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/gpe-beam/gpe-beam_0.2.6.bb b/packages/gpe-beam/gpe-beam_0.2.6.bb index 71af4db7e6..89f8e8230a 100644 --- a/packages/gpe-beam/gpe-beam_0.2.6.bb +++ b/packages/gpe-beam/gpe-beam_0.2.6.bb @@ -1,12 +1,8 @@ -PR = "r1" - -inherit gpe +require ${PN}.inc -DESCRIPTION = "GPE infrared communication applet" -DEPENDS = "gtk+ libgpewidget libmimedir libgpevtype openobex irda-utils dbus-glib" RDEPENDS = "libopenobex-1.0-1 irda-utils" -SECTION = "gpe" -PRIORITY = "optional" -LICENSE = "GPL" +PR = "r1" SRC_URI += "file://vcard-send.patch;patch=1;pnum=0" + +inherit gpe |