Make it bitbake-able without the -b switch by correcting DEPENDS variables
authorKirtika Ruchandani <kirtibr@gmail.com>
Sun, 28 Jun 2009 07:08:36 +0000 (12:38 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Sun, 28 Jun 2009 07:08:36 +0000 (12:38 +0530)
sapwood_3.1.1.bb

index 1352b34..6c2048b 100644 (file)
@@ -5,7 +5,7 @@ DESCRIPTION = "Sapwood: pixbuf based theming for gtk+ 2.x"
 HOMEPAGE = "http://maemo.org"
 LICENSE = "GNU Lesser General Public License-version 2.0"
 SECTION = "x11/base"
-DEPENDS = "gtk+2.0 upstart"
+DEPENDS = "gtk+ upstart"
 
 PR = "r2"