[oe-commits] Mark Hatle : tzdata: Ensure all files are owned by root:root

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


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

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

tzdata: Ensure all files are owned by root:root

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

---

 meta/recipes-extended/tzdata/tzdata_2011g.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/tzdata/tzdata_2011g.bb b/meta/recipes-extended/tzdata/tzdata_2011g.bb
index ed343c0..49847d3 100644
--- a/meta/recipes-extended/tzdata/tzdata_2011g.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2011g.bb
@@ -6,7 +6,7 @@ LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234"
 DEPENDS = "tzcode-native"
 
-PR = "r0"
+PR = "r1"
 
 RCONFLICTS= "timezones timezone-africa timezone-america timezone-antarctica \
              timezone-arctic timezone-asia timezone-atlantic \
@@ -42,7 +42,7 @@ do_install () {
         # libc is removing zoneinfo files from package
         cp -pP "${S}/zone.tab" ${D}${datadir}/zoneinfo
         cp -pP "${S}/iso3166.tab" ${D}${datadir}/zoneinfo
-
+	chown -R root:root ${D}
 }
 
 # Packages primarily organized by directory with a major city





More information about the Openembedded-commits mailing list