diff options
author | Rene Wagner <rw@handhelds.org> | 2006-01-31 20:44:21 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-31 20:44:21 +0000 |
commit | bd7081c64746d9ff65d343de2a6a6e5e160c7677 (patch) | |
tree | e6732e85b9d9342ef7bd5a55606649ed940c9f8f /packages/ppp | |
parent | c9e9b799c3a69b21294cccc5d25a3aa94ae4e321 (diff) |
ppp: bump PR to force rebuild after package.bbclass changes. only add postinst for ppp (main) package. Fixes hh.org Bug #1469.
- no misc changes this time.
Diffstat (limited to 'packages/ppp')
-rw-r--r-- | packages/ppp/ppp_2.4.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ppp/ppp_2.4.3.bb b/packages/ppp/ppp_2.4.3.bb index 0e3b9be24a..b8253a1a5a 100644 --- a/packages/ppp/ppp_2.4.3.bb +++ b/packages/ppp/ppp_2.4.3.bb @@ -25,7 +25,7 @@ SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \ inherit autotools EXTRA_OEMAKE = "STRIPPROG=${STRIP} MANDIR=${D}${datadir}/man/man8 INCDIR=${D}/usr/include LIBDIR=${D}/usr/lib/pppd/${PV} BINDIR=${D}/usr/sbin" -EXTRA_OECONF = --disable-strip +EXTRA_OECONF = "--disable-strip" do_install_append () { make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp @@ -61,7 +61,7 @@ DESCRIPTION_ppp-password = "Plugin for PPP to get passwords via a pipe" DESCRIPTION_ppp-tools = "The pppdump and pppstats utitilities" RDEPENDS_ppp_minconn += "libpcap0.8" -pkg_postinst() { +pkg_postinst_${PN}() { if test "x$D" != "x"; then exit 1 else |