diff options
-rw-r--r-- | meta/classes/package.bbclass | 2 | ||||
-rw-r--r-- | meta/conf/abi_version.conf | 2 | ||||
-rw-r--r-- | meta/files/fs-perms-persistent-log.txt | 2 | ||||
-rw-r--r-- | meta/files/fs-perms.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index e6236c0bb2..247bdc7bbf 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -2340,7 +2340,7 @@ python do_package () { | |||
2340 | # cache. This is useful if an item this class depends on changes in a | 2340 | # cache. This is useful if an item this class depends on changes in a |
2341 | # way that the output of this class changes. rpmdeps is a good example | 2341 | # way that the output of this class changes. rpmdeps is a good example |
2342 | # as any change to rpmdeps requires this to be rerun. | 2342 | # as any change to rpmdeps requires this to be rerun. |
2343 | # PACKAGE_BBCLASS_VERSION = "2" | 2343 | # PACKAGE_BBCLASS_VERSION = "4" |
2344 | 2344 | ||
2345 | # Init cachedpath | 2345 | # Init cachedpath |
2346 | global cpath | 2346 | global cpath |
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf index 5318a10190..251d43bb21 100644 --- a/meta/conf/abi_version.conf +++ b/meta/conf/abi_version.conf | |||
@@ -12,4 +12,4 @@ OELAYOUT_ABI = "14" | |||
12 | # a reset of the equivalence, for example when reproducibility issues break the | 12 | # a reset of the equivalence, for example when reproducibility issues break the |
13 | # existing match data. Distros can also append to this value for the same effect. | 13 | # existing match data. Distros can also append to this value for the same effect. |
14 | # | 14 | # |
15 | HASHEQUIV_HASH_VERSION = "3" | 15 | HASHEQUIV_HASH_VERSION = "4" |
diff --git a/meta/files/fs-perms-persistent-log.txt b/meta/files/fs-perms-persistent-log.txt index 3a7cf3ab94..518c1be3c9 100644 --- a/meta/files/fs-perms-persistent-log.txt +++ b/meta/files/fs-perms-persistent-log.txt | |||
@@ -41,7 +41,7 @@ ${includedir} 0755 root root true 0644 root root | |||
41 | ${oldincludedir} 0755 root root true 0644 root root | 41 | ${oldincludedir} 0755 root root true 0644 root root |
42 | 42 | ||
43 | # Cleanup debug src | 43 | # Cleanup debug src |
44 | /usr/src/debug 0755 root root true - root root | 44 | /usr/src/debug 0755 root root true 0644 root root |
45 | 45 | ||
46 | # Items from base-files | 46 | # Items from base-files |
47 | # Links | 47 | # Links |
diff --git a/meta/files/fs-perms.txt b/meta/files/fs-perms.txt index c8c3ac5dbe..daa4aed840 100644 --- a/meta/files/fs-perms.txt +++ b/meta/files/fs-perms.txt | |||
@@ -41,7 +41,7 @@ ${includedir} 0755 root root true 0644 root root | |||
41 | ${oldincludedir} 0755 root root true 0644 root root | 41 | ${oldincludedir} 0755 root root true 0644 root root |
42 | 42 | ||
43 | # Cleanup debug src | 43 | # Cleanup debug src |
44 | /usr/src/debug 0755 root root true - root root | 44 | /usr/src/debug 0755 root root true 0644 root root |
45 | 45 | ||
46 | # Items from base-files | 46 | # Items from base-files |
47 | # Links | 47 | # Links |