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-panel-2 | |
parent | c6f06f478ac229c4619f815b8b313711d47b1551 (diff) | |
download | openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.tar.gz openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.tar.bz2 openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.zip |
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-panel-2')
-rw-r--r-- | meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb index 256b5a22da..3f4f1f9a07 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb @@ -19,7 +19,7 @@ RPROVIDES_${PN} = "matchbox-panel" RREPLACES_${PN} = "matchbox-panel" RCONFLICTS_${PN} = "matchbox-panel" -SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ +SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ file://startup_fix.diff;patch=1" EXTRA_OECONF = "--enable-startup-notification --enable-dbus" |