1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

libccss: remove unneeded gettext dependancy

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-22 15:26:19 +00:00
parent 588e1c1640
commit cf33df3059
+2 -4
View File
@@ -1,9 +1,7 @@
SRC_URI = "git://anongit.freedesktop.org/git/ccss.git;protocol=git"
PV = "0.1+git${SRCPV}"
PR = "r1"
DEPENDS = "glib-2.0 cairo librsvg libsoup-2.4 gettext"
PR = "r2"
DEPENDS = "glib-2.0 cairo librsvg libsoup-2.4"
S = "${WORKDIR}/git"
inherit autotools_stage