gtkmm: fix SRC_URI
authorKoen Kooi <koen@openembedded.org>
Sat, 30 Jun 2007 09:49:48 +0000 (09:49 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 30 Jun 2007 09:49:48 +0000 (09:49 +0000)
packages/gtkmm/gtkmm.inc
packages/gtkmm/gtkmm_2.10.10.bb

index ce73737..b99bf9b 100644 (file)
@@ -6,7 +6,7 @@ LICENSE = "LGPL"
 DEPENDS = "atk glibmm gtk+"
 PR = "r0"
 
-inherit autotools pkgconfig flow-lossage
+inherit gnome autotools pkgconfig flow-lossage
 
 FILES_${PN} = "${libdir}/lib*.so.*"
 FILES_${PN}-dev += "${libdir}/glibmm-2.4/include/"
index 459641e..b8ba69f 100644 (file)
@@ -2,4 +2,3 @@ require gtkmm.inc
 
 PR = "r0"
 
-SRC_URI = "${GNOME_MIRROR}/gtkmm/2.8/gtkmm-${PV}.tar.bz2"