openmoko-icon-theme-standard: fix SRC_URI

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2500 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-08-15 14:43:17 +00:00
parent 746fa20649
commit 7064e6bd0b
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,11 @@
DESCRIPTION = "Standard Gtk+ icon theme for the OpenMoko distribution"
SECTION = "openmoko/base"
PV = "0.0+svn${SRCDATE}"
PR = "r1"
PR = "r2"
inherit openmoko-base autotools
SRC_URI = "${OPENMOKO_MIRROR}/src/target/2007.2/artwork;module=icons;proto=http"
SRC_URI = "${OPENMOKO_MIRROR}/src/target/OM-2007.2/artwork;module=icons;proto=http"
S = "${WORKDIR}/icons"
PACKAGE_ARCH = "all"
@ -16,4 +16,3 @@ pkg_postinst_${PN} () {
fi
gtk-update-icon-cache -q /usr/share/icons/openmoko-standard
}