diff options
Diffstat (limited to 'meta/classes/openmoko-base.bbclass')
-rw-r--r-- | meta/classes/openmoko-base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/openmoko-base.bbclass b/meta/classes/openmoko-base.bbclass index d7be1c2932..b8b41197a9 100644 --- a/meta/classes/openmoko-base.bbclass +++ b/meta/classes/openmoko-base.bbclass | |||
@@ -13,7 +13,7 @@ def openmoko_base_get_subdir(d): | |||
13 | 13 | ||
14 | SUBDIR = "${@openmoko_base_get_subdir(d)}" | 14 | SUBDIR = "${@openmoko_base_get_subdir(d)}" |
15 | 15 | ||
16 | SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http" | 16 | SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${BPN};proto=http" |
17 | S = "${WORKDIR}/${PN}" | 17 | S = "${WORKDIR}/${PN}" |
18 | 18 | ||
19 | FILES_${PN} += "${datadir}/icons" | 19 | FILES_${PN} += "${datadir}/icons" |