]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo.inc: Clean up backport of version update to 1.6.2
authorSaul Wold <sgw@linux.intel.com>
Wed, 5 Nov 2014 21:36:33 +0000 (13:36 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Nov 2014 23:26:56 +0000 (23:26 +0000)
  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.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/pseudo/pseudo.inc

index 42738abfc5195c2f589e3889ab4afc8431aa044c..11a85146754e5cfc431cb0f53f7f32d1d96eab90 100644 (file)
@@ -7,11 +7,7 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/pseudo"
 LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
 SECTION = "base"
 LICENSE = "LGPL2.1"
-DEPENDS = "sqlite3"
-
-SRC_URI_append_class-nativesdk = " file://symver.patch"
-
-SRC_URI_append_class-native = " file://symver.patch"
+DEPENDS = "sqlite3 attr"
 
 FILES_${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo"
 FILES_${PN}-dbg += "${prefix}/lib/pseudo/lib*/.debug"