From 517adf9b4db1c1427d4e1884a688e4c842a94971 Mon Sep 17 00:00:00 2001 From: Justin Patrin Date: Tue, 7 Feb 2006 22:16:21 +0000 Subject: gpe-calendar, gpe-bluetooth: fix nylon-image_do_configure errors --- packages/gpe-bluetooth/gpe-bluetooth_0.51.bb | 4 ++++ packages/gpe-calendar/gpe-calendar_0.70.bb | 3 +++ 2 files changed, 7 insertions(+) diff --git a/packages/gpe-bluetooth/gpe-bluetooth_0.51.bb b/packages/gpe-bluetooth/gpe-bluetooth_0.51.bb index ea7aa905fa..1089c08413 100644 --- a/packages/gpe-bluetooth/gpe-bluetooth_0.51.bb +++ b/packages/gpe-bluetooth/gpe-bluetooth_0.51.bb @@ -12,3 +12,7 @@ GPE_TARBALL_SUFFIX= "bz2" inherit gpe autotools FILES_${PN} += '${datadir}/bluez-pin' + +do_configure () { + autotools_do_configure +} \ No newline at end of file diff --git a/packages/gpe-calendar/gpe-calendar_0.70.bb b/packages/gpe-calendar/gpe-calendar_0.70.bb index 43b5be25b4..eeab0a366c 100644 --- a/packages/gpe-calendar/gpe-calendar_0.70.bb +++ b/packages/gpe-calendar/gpe-calendar_0.70.bb @@ -10,3 +10,6 @@ SECTION = "gpe" RDEPENDS = "gpe-icons" DESCRIPTION = "GPE calendar is the calendar application of the GPE PIM suite." +do_configure () { + autotools_do_configure +} \ No newline at end of file -- cgit v1.2.3