rp-pppoe 3.8: Remove the definition of S, it was needed before the previous
authorJamie Lenehan <lenehan@twibble.org>
Sat, 9 Jun 2007 01:19:48 +0000 (01:19 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sat, 9 Jun 2007 01:19:48 +0000 (01:19 +0000)
change to allow autoconf builds from the topdir - but after that was changed
to the default value. So it's no longer needed.

packages/rp-pppoe/rp-pppoe_3.8.bb

index 6b2084e..35faf88 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
 RDEPENDS_${PN} = "ppp"
 RDEPENDS_${PN}-server = "${PN}"
 RRECOMMENDS_${PN} = "ppp-oe"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "http://www.roaringpenguin.com/files/download/${P}.tar.gz \
            file://top-autoconf.patch;patch=1 \
@@ -15,8 +15,6 @@ SRC_URI = "http://www.roaringpenguin.com/files/download/${P}.tar.gz \
            file://pppoe-server.default \
            file://pppoe-server.init"
 
-S = "${WORKDIR}/${P}"
-
 inherit autotools update-rc.d
 
 do_install() {