summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb
index 725707cd6e..2ff331c93f 100644
--- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb
+++ b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb
@@ -6,7 +6,7 @@ SECTION = "console/utils"
6DEPENDS = "libpng zlib" 6DEPENDS = "libpng zlib"
7SRC_URI = "http://fbgrab.monells.se/${BP}.tar.gz" 7SRC_URI = "http://fbgrab.monells.se/${BP}.tar.gz"
8 8
9inherit autotools 9inherit autotools-brokensep
10 10
11S = "${WORKDIR}/${PN}" 11S = "${WORKDIR}/${PN}"
12 12