[oe-commits] Mark Hatle : libtirpc: Fix owner/group of /etc/netconfig

git version control git at git.openembedded.org
Thu Jun 23 20:07:44 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 25b50d2e576e641a57823eb7bf7e2cd28443f0b7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=25b50d2e576e641a57823eb7bf7e2cd28443f0b7

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Mon Jun 20 13:19:36 2011 -0500

libtirpc: Fix owner/group of /etc/netconfig

Signed-off-by: Mark Hatle <mark.hatle at windriver.com>

---

 meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb
index 61dab95..6170e65 100644
--- a/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb
+++ b/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb
@@ -7,7 +7,7 @@ BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1c32c8e351f97e43e1ad6cf7f62de3bf \
                     file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/libtirpc/libtirpc-${PV}.tar.bz2"
 
@@ -15,3 +15,7 @@ SRC_URI[md5sum] = "d77eb15f464bf9d6e66259eaf78b2a4e"
 SRC_URI[sha256sum] = "ea77cadd63941fc4edbee7863d2c7094e6a18263d2a2c8922319aee91352ff41"
 
 inherit autotools
+
+do_install_append() {
+	chown root:root ${D}${sysconfdir}/netconfig
+}





More information about the Openembedded-commits mailing list