diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2014-07-14 14:12:29 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:20:49 +0100 |
commit | be0fea17ee88e254fbcca12553e1cab96370e9fd (patch) | |
tree | 443b8898eb10b5e28a54bc5c39c001df5d319ff7 /meta | |
parent | 037aa4af3ab62c43e1829bef005aa6eb81d1022c (diff) | |
download | poky-be0fea17ee88e254fbcca12553e1cab96370e9fd.tar.gz |
pseudo_1.6.0.bb: uprev to pseudo 1.6
This uprevs pseudo to 1.6. This merges in all of the existing
fixes, and also adds partial support for extended attributes,
including storing arbitrary extended attributes in the database,
and also interpreting the posix permissions ACLs as chmod
requests.
The extended attribute support means we need xattr.h, the simplest
way to be sure of this is to build attr before pseudo, which doesn't
take long.
(From OE-Core rev: b8f5d6b493ec759a97b92cf9b4c07ad8a8114de6)
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo.inc | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.5.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.6.0.bb | 10 | ||||
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 4 |
4 files changed, 17 insertions, 7 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc index 42738abfc5..11a8514675 100644 --- a/meta/recipes-devtools/pseudo/pseudo.inc +++ b/meta/recipes-devtools/pseudo/pseudo.inc | |||
@@ -7,11 +7,7 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/pseudo" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" |
8 | SECTION = "base" | 8 | SECTION = "base" |
9 | LICENSE = "LGPL2.1" | 9 | LICENSE = "LGPL2.1" |
10 | DEPENDS = "sqlite3" | 10 | DEPENDS = "sqlite3 attr" |
11 | |||
12 | SRC_URI_append_class-nativesdk = " file://symver.patch" | ||
13 | |||
14 | SRC_URI_append_class-native = " file://symver.patch" | ||
15 | 11 | ||
16 | FILES_${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo" | 12 | FILES_${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo" |
17 | FILES_${PN}-dbg += "${prefix}/lib/pseudo/lib*/.debug" | 13 | FILES_${PN}-dbg += "${prefix}/lib/pseudo/lib*/.debug" |
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.5.1.bb b/meta/recipes-devtools/pseudo/pseudo_1.5.1.bb index 47291fd52e..8d562ecbf7 100644 --- a/meta/recipes-devtools/pseudo/pseudo_1.5.1.bb +++ b/meta/recipes-devtools/pseudo/pseudo_1.5.1.bb | |||
@@ -10,6 +10,10 @@ SRC_URI = " \ | |||
10 | file://pseudo-fchmodat-permissions.patch \ | 10 | file://pseudo-fchmodat-permissions.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI_append_class-nativesdk = " file://symver.patch" | ||
14 | |||
15 | SRC_URI_append_class-native = " file://symver.patch" | ||
16 | |||
13 | SRC_URI[md5sum] = "5ec67c7bff5fe68c56de500859c19172" | 17 | SRC_URI[md5sum] = "5ec67c7bff5fe68c56de500859c19172" |
14 | SRC_URI[sha256sum] = "3b896f592f4d568569bd02323fad2d6b8c398e16ca36ee5a8947d2ff6c1d3d52" | 18 | SRC_URI[sha256sum] = "3b896f592f4d568569bd02323fad2d6b8c398e16ca36ee5a8947d2ff6c1d3d52" |
15 | 19 | ||
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.6.0.bb b/meta/recipes-devtools/pseudo/pseudo_1.6.0.bb new file mode 100644 index 0000000000..e92c4d77e0 --- /dev/null +++ b/meta/recipes-devtools/pseudo/pseudo_1.6.0.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require pseudo.inc | ||
2 | |||
3 | SRC_URI = " \ | ||
4 | http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \ | ||
5 | " | ||
6 | |||
7 | SRC_URI[md5sum] = "78c3f8aa8efe8cf15a2b21261174e3b6" | ||
8 | SRC_URI[sha256sum] = "e24f526443b31c3292ec5ba04950d230b5388e8983c7e192e9e489c007f3dba3" | ||
9 | |||
10 | PSEUDO_EXTRA_OPTS ?= "--enable-force-async" | ||
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 66fc85ff8d..ef258fa510 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require pseudo.inc | 1 | require pseudo.inc |
2 | 2 | ||
3 | SRCREV = "b9eb2b5633b5a23efe72c950494728d93c2b5823" | 3 | SRCREV = "512b84fb539c970464a93107995edf0e775d13fa" |
4 | PV = "1.5.1+git${SRCPV}" | 4 | PV = "1.6.0+git${SRCPV}" |
5 | 5 | ||
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||