<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/site/common, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/'/>
<updated>2010-08-13T12:36:02Z</updated>
<entry>
<title>shadow: add new recipe 4.1.4.2</title>
<updated>2010-08-13T12:36:02Z</updated>
<author>
<name>Kevin Tian</name>
<email>kevin.tian@intel.com</email>
</author>
<published>2010-08-06T02:34:29Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=f6535ea12ab7f4d99adbe78919a7ed252175565f'/>
<id>urn:sha1:f6535ea12ab7f4d99adbe78919a7ed252175565f</id>
<content type='text'>
(borrow from OpenEmbedded with below tweaks)

Enhance login_defs_pam.sed according to shadow source, to ensuer we don't
leave any unknown definitions in /etc/login.defs when pam is enabled

no need for --disable-account-tools-setuid which is detected upon pam
automatically, and no specific CFLAGS append

move shadow site options to generic site files

adjust indention

RDEPENDS on a list of pam-plugins since they're separately packaged

test with both pam enabled and pam disabled. when pam is enabled, tried
some same tweak with desired effect.

Signed-off-by: Kevin Tian &lt;kevin.tian@intel.com&gt;
</content>
</entry>
<entry>
<title>Revert "meta/site/common: Globally disable rpath option for all gettext packages"</title>
<updated>2010-07-08T22:47:05Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-07-08T22:45:15Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=ee4fc429083d4aececa50d3f1e7cf223601a9653'/>
<id>urn:sha1:ee4fc429083d4aececa50d3f1e7cf223601a9653</id>
<content type='text'>
This reverts commit da9f079481ed65d541cf5b95b47b3b1db6d79c5e which turned out to
cause more problem that it fixed with libtool failures of:

| i586-poky-linux-libtool: link: unsupported hardcode properties
| i586-poky-linux-libtool: link: See the libtool documentation for more information.
| i586-poky-linux-libtool: link: Fatal configuration error.

as the hardcoded test result breaks libtool internal assumptions about linking on
Linux.
</content>
</entry>
<entry>
<title>meta/site/common: Globally disable rpath option for all gettext packages</title>
<updated>2010-07-08T09:34:51Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-07-08T09:34:51Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=da9f079481ed65d541cf5b95b47b3b1db6d79c5e'/>
<id>urn:sha1:da9f079481ed65d541cf5b95b47b3b1db6d79c5e</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>sudo: upgrade to 1.7.2p7</title>
<updated>2010-07-02T17:35:11Z</updated>
<author>
<name>Kevin Tian</name>
<email>kevin.tian@intel.com</email>
</author>
<published>2010-06-22T03:33:06Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=6b81c6dbb55d57a0f8d96ee5e3f5d1e6148850b1'/>
<id>urn:sha1:6b81c6dbb55d57a0f8d96ee5e3f5d1e6148850b1</id>
<content type='text'>
Old 1.6.8p12 is quite old, even w/o source available now (only cached in pokylinux).
[Patches-Poky]
    KEEP     _autofoo.patch_: deal with bunch of autotool warnings/errors, more about
                              underquotes. In 1.7.2p7, those error conditions disappear.
                              But the underquotes fix is still valid to remove a bunch
                              of autoconf warnings

    REMOVE   _autofoo1.patch_: copy of autofoo.patch. no one uses it. REMOVE.

    KEEP     _noexec-link.patch_: use "-module" to avoid libtool complaining about not
                                  starting with "lib". Add comment to the patch file.

    DISABLE  _nostrip.patch_: it's wrong to strip target binaries on build host. Borrow
                              from OE to use 'sed' instead of patch, but keept it for
                              remind to upstream

    REMOVE   _nonrootinstall.patch_: handle mode/owner population at install. It's not
                                     requried at all since there's pkg_postinst to handle
                                     it at right stage

Other misc stuff:
    - update metadata information
    - no need to use ${S} in 1.7.2p7
    - fix idention
    - use sed to disable strip
    - changes from OE:
        * disable PAM as our pam doesn't include necessary config files and plugs
        * no need to special sudo_cv_uid_t_len tweak in the recipe. It's already there
          in poky site files for a long time
        * move sudo_cv_func_unsetenv_void to meta/site/common. Stdlib.h is common across
          architectures in our libc headers, which conforms to POSIX standard

(borrow from openembedded 1.7.2p4)
Signed-off-by: Kevin Tian &lt;kevin.tian@intel.com&gt;
</content>
</entry>
<entry>
<title>site: Sync with OE</title>
<updated>2007-09-02T15:48:40Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard@openedhand.com</email>
</author>
<published>2007-09-02T15:48:40Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=d20e041f2f9c27bd3fc8f0f266c1e6a1f286eb3f'/>
<id>urn:sha1:d20e041f2f9c27bd3fc8f0f266c1e6a1f286eb3f</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2655 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>Add site cache for /dev/random checks</title>
<updated>2007-08-02T10:05:46Z</updated>
<author>
<name>Ross Burton</name>
<email>ross@openedhand.com</email>
</author>
<published>2007-08-02T10:05:46Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=315af761b56b1a73762eb34a8022dc67654fc574'/>
<id>urn:sha1:315af761b56b1a73762eb34a8022dc67654fc574</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2319 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>site: Sync ARM changes with OE (creation of common ARM site file)</title>
<updated>2007-05-27T22:46:45Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard@openedhand.com</email>
</author>
<published>2007-05-27T22:46:45Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=99d5d9996ba1b30e504eaa4b4eef4fd247412c50'/>
<id>urn:sha1:99d5d9996ba1b30e504eaa4b4eef4fd247412c50</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1792 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
</feed>
