summaryrefslogtreecommitdiffstats
path: root/meta/classes/openmoko2.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/openmoko2.bbclass')
-rw-r--r--meta/classes/openmoko2.bbclass2
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):
22LICENSE = "${@openmoko_two_get_license(d)}" 22LICENSE = "${@openmoko_two_get_license(d)}"
23SUBDIR = "${@openmoko_two_get_subdir(d)}" 23SUBDIR = "${@openmoko_two_get_subdir(d)}"
24 24
25SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http" 25SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${BPN};proto=http"
26S = "${WORKDIR}/${PN}" 26S = "${WORKDIR}/${PN}"
27 27
28FILES_${PN} += "${datadir}/icons" 28FILES_${PN} += "${datadir}/icons"