gpe-calendar, gpe-bluetooth: fix nylon-image_do_configure errors
authorJustin Patrin <papercrane@gmail.com>
Tue, 7 Feb 2006 22:16:21 +0000 (22:16 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 7 Feb 2006 22:16:21 +0000 (22:16 +0000)
packages/gpe-bluetooth/gpe-bluetooth_0.51.bb
packages/gpe-calendar/gpe-calendar_0.70.bb

index ea7aa90..1089c08 100644 (file)
@@ -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
index 43b5be2..eeab0a3 100644 (file)
@@ -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