diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2013-05-09 15:03:24 -0500 |
---|---|---|
committer | Joe MacDonald <joe.macdonald@windriver.com> | 2013-05-10 09:47:01 -0400 |
commit | cc0067dc0c7ea469057238db6422864d1bce311c (patch) | |
tree | 34efc7020b8080d183475013fd4b2514e325dae8 /meta-networking | |
parent | 95f05dea199d24f590ebf1eeda853cdbb263782e (diff) | |
download | meta-openembedded-cc0067dc0c7ea469057238db6422864d1bce311c.tar.gz |
rp-pppoe: fix multilib SRC_URI reference
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb index 56246bc48..90a8f4dd9 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a194eaefae2be54ee3221339b10d0581" | |||
6 | 6 | ||
7 | PR = "r10" | 7 | PR = "r10" |
8 | 8 | ||
9 | SRC_URI = "http://www.roaringpenguin.com/files/download/${P}.tar.gz \ | 9 | SRC_URI = "http://www.roaringpenguin.com/files/download/${BP}.tar.gz \ |
10 | file://top-autoconf.patch \ | 10 | file://top-autoconf.patch \ |
11 | file://configure_in_cross.patch \ | 11 | file://configure_in_cross.patch \ |
12 | file://pppoe-src-restrictions.patch \ | 12 | file://pppoe-src-restrictions.patch \ |