diff options
Diffstat (limited to 'packages/gpe-beam/gpe-beam_0.2.7.bb')
-rw-r--r-- | packages/gpe-beam/gpe-beam_0.2.7.bb | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/gpe-beam/gpe-beam_0.2.7.bb b/packages/gpe-beam/gpe-beam_0.2.7.bb index 51b99fcfc6..f19b64d933 100644 --- a/packages/gpe-beam/gpe-beam_0.2.7.bb +++ b/packages/gpe-beam/gpe-beam_0.2.7.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://decl.patch;patch=1;pnum=0" + +inherit gpe |