diff options
Diffstat (limited to 'meta/classes/openmoko2.bbclass')
-rw-r--r-- | meta/classes/openmoko2.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/openmoko2.bbclass b/meta/classes/openmoko2.bbclass index 233c721ff7..2d9f71a5e2 100644 --- a/meta/classes/openmoko2.bbclass +++ b/meta/classes/openmoko2.bbclass | |||
@@ -22,7 +22,7 @@ def openmoko_two_get_subdir(d): | |||
22 | LICENSE = "${@openmoko_two_get_license(d)}" | 22 | LICENSE = "${@openmoko_two_get_license(d)}" |
23 | SUBDIR = "${@openmoko_two_get_subdir(d)}" | 23 | SUBDIR = "${@openmoko_two_get_subdir(d)}" |
24 | 24 | ||
25 | SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http" | 25 | SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${BPN};proto=http" |
26 | S = "${WORKDIR}/${PN}" | 26 | S = "${WORKDIR}/${PN}" |
27 | 27 | ||
28 | FILES_${PN} += "${datadir}/icons" | 28 | FILES_${PN} += "${datadir}/icons" |