diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 22:33:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 22:33:13 +0000 |
commit | 09ed5de9624be38c0fa5cb3f943691c3b4a50686 (patch) | |
tree | 4109b29edaf073255755a39278717f27735f9870 /meta/recipes-sato/matchbox-desktop | |
parent | c6f06f478ac229c4619f815b8b313711d47b1551 (diff) | |
download | openembedded-core-contrib-09ed5de9624be38c0fa5cb3f943691c3b4a50686.tar.gz |
Update SRC_URIs to use BPN instead of PN
[YOCTO #860]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-desktop')
-rw-r--r-- | meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb index 09f79138ca7..9e95df4e885 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb @@ -13,7 +13,7 @@ SECTION = "x11/wm" PV = "2.0+git${SRCPV}" PR = "r0" -SRC_URI = "git://git.pokylinux.org/${PN}-2;protocol=git \ +SRC_URI = "git://git.pokylinux.org/${BPN}-2;protocol=git \ file://dso_linking_change_build_fix.patch" EXTRA_OECONF = "--enable-startup-notification --with-dbus" |