diff options
-rw-r--r-- | meta/packages/portmap/portmap_6.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/portmap/portmap_6.0.bb b/meta/packages/portmap/portmap_6.0.bb index 315cb4a473..97c3992bba 100644 --- a/meta/packages/portmap/portmap_6.0.bb +++ b/meta/packages/portmap/portmap_6.0.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require portmap.inc | 1 | require portmap.inc |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | SRC_URI = "http://neil.brown.name/portmap/portmap-6.0.tgz \ | 5 | SRC_URI = "http://neil.brown.name/portmap/portmap-6.0.tgz \ |
4 | file://destdir-no-strip.patch;patch=1 \ | 6 | file://destdir-no-strip.patch;patch=1 \ |
5 | file://no-tcpd-support.patch;patch=1 \ | 7 | file://no-tcpd-support.patch;patch=1 \ |
@@ -12,6 +14,6 @@ CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS" | |||
12 | 14 | ||
13 | fakeroot do_install() { | 15 | fakeroot do_install() { |
14 | install -d ${D}${mandir}/man8/ ${D}${base_sbindir} ${D}${sysconfdir}/init.d | 16 | install -d ${D}${mandir}/man8/ ${D}${base_sbindir} ${D}${sysconfdir}/init.d |
15 | install -m 0757 ${WORKDIR}/portmap.init ${D}${sysconfdir}/init.d/portmap | 17 | install -m 0755 ${WORKDIR}/portmap.init ${D}${sysconfdir}/init.d/portmap |
16 | oe_runmake install DESTDIR=${D} | 18 | oe_runmake install DESTDIR=${D} |
17 | } | 19 | } |