diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-26 11:47:12 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 08:36:00 +0100 |
| commit | 9f5f3905007c59730e32fa72fcdbe41485c306c0 (patch) | |
| tree | dc91228966be5d473b241a187578d03565a127a9 /meta/recipes-devtools/pseudo/pseudo_git.bb | |
| parent | c0a16eaae08edaa21c551947726b189a1afec1ae (diff) | |
| download | poky-9f5f3905007c59730e32fa72fcdbe41485c306c0.tar.gz | |
pseudo: Switch to oe-core branch in git repo
We have a significant number of outstanding patches to pseudo. Rather than
queue these up as patches, create a branch in the upstream repo and use that
until such times as we have someone with the time/skills to properly review
these for master in the pseudo repo.
(From OE-Core rev: f09088eaa803ce396726368626a35dee70168d91)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
| -rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 419bac19fe..ead5dcfb14 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
| @@ -1,22 +1,12 @@ | |||
| 1 | require pseudo.inc | 1 | require pseudo.inc |
| 2 | 2 | ||
| 3 | SRC_URI = "git://git.yoctoproject.org/pseudo \ | 3 | SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \ |
| 4 | file://0001-configure-Prune-PIE-flags.patch \ | 4 | file://0001-configure-Prune-PIE-flags.patch \ |
| 5 | file://fallback-passwd \ | 5 | file://fallback-passwd \ |
| 6 | file://fallback-group \ | 6 | file://fallback-group \ |
| 7 | file://moreretries.patch \ | ||
| 8 | file://toomanyfiles.patch \ | ||
| 9 | file://0001-maketables-wrappers-use-Python-3.patch \ | ||
| 10 | file://0001-Add-statx.patch \ | ||
| 11 | file://0001-realpath.c-Remove-trailing-slashes.patch \ | ||
| 12 | file://0006-xattr-adjust-for-attr-2.4.48-release.patch \ | ||
| 13 | file://seccomp.patch \ | ||
| 14 | file://0001-pseudo-On-a-DB-fixup-remove-files-that-do-not-exist-.patch \ | ||
| 15 | file://0001-pseudo_ipc.h-Fix-enum-typedef.patch \ | ||
| 16 | file://xattr_version.patch \ | ||
| 17 | " | 7 | " |
| 18 | 8 | ||
| 19 | SRCREV = "060058bb29f70b244e685b3c704eb0641b736f73" | 9 | SRCREV = "b94fa2fc81cde25865ee223ca437d07377229a53" |
| 20 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 21 | PV = "1.9.0+git${SRCPV}" | 11 | PV = "1.9.0+git${SRCPV}" |
| 22 | 12 | ||
