diff options
Diffstat (limited to 'packages/libgpewidget/libgpewidget_0.105.bb')
-rw-r--r-- | packages/libgpewidget/libgpewidget_0.105.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/libgpewidget/libgpewidget_0.105.bb b/packages/libgpewidget/libgpewidget_0.105.bb deleted file mode 100644 index 884c55c9d3..0000000000 --- a/packages/libgpewidget/libgpewidget_0.105.bb +++ /dev/null @@ -1,17 +0,0 @@ -LICENSE = "LGPL" -DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." -SECTION = "gpe/libs" -PRIORITY = "optional" -MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "gtk+ cairo libxrender gtk-doc" -PR = "r1" - -GPE_TARBALL_SUFFIX = "bz2" -inherit gpe pkgconfig autotools - -EXTRA_OECONF = "--enable-cairo" - -do_stage () { - autotools_stage_all -} - |