summaryrefslogtreecommitdiff
path: root/packages/libgpewidget/libgpewidget_0.109.bb
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-02-17 14:27:59 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-17 14:27:59 +0000
commit6ed7689b773677596cd745dae6cdb266b066bcd8 (patch)
tree3a7ce8435dea8fa9408ccbb815c420544a4dbc3d /packages/libgpewidget/libgpewidget_0.109.bb
parentf048841c98257feecc115e4c3920017195bea85d (diff)
libgpewidget: inherit gpe. clean things up a bit.
Diffstat (limited to 'packages/libgpewidget/libgpewidget_0.109.bb')
-rw-r--r--packages/libgpewidget/libgpewidget_0.109.bb17
1 files changed, 8 insertions, 9 deletions
diff --git a/packages/libgpewidget/libgpewidget_0.109.bb b/packages/libgpewidget/libgpewidget_0.109.bb
index bab62fd3dc..f1078860d7 100644
--- a/packages/libgpewidget/libgpewidget_0.109.bb
+++ b/packages/libgpewidget/libgpewidget_0.109.bb
@@ -2,23 +2,22 @@ LICENSE = "LGPL"
DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
SECTION = "gpe/libs"
PRIORITY = "optional"
-DEPENDS = "gtk+ cairo libxrender gtk-doc intltool-native"
+DEPENDS = "gtk+ cairo libxrender gtk-doc"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
-PR = "r1"
+PR = "r2"
-PACKAGES =+ "libgpewidget-bin"
-
-PARALLEL_MAKE = ""
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
- file://pkgconfig.patch;patch=1;pnum=0"
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpe pkgconfig autotools
-inherit pkgconfig autotools
+SRC_URI += "file://pkgconfig.patch;patch=1;pnum=0"
+PACKAGES =+ "libgpewidget-bin"
FILES_libgpewidget-bin = "${bindir}"
EXTRA_OECONF = "--enable-cairo"
+PARALLEL_MAKE = ""
+
LDFLAGS += " -L${STAGING_LIBDIR}"
do_stage () {