diff options
author | Mark Hatle <mhatle@windriver.com> | 2010-08-12 21:00:48 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-13 08:57:25 +0100 |
commit | 07582c776104b77077faecf09684bb401d8c3950 (patch) | |
tree | 6152be1595223f8142473d541b19e0f61fba8e12 | |
parent | 28d70bcddba93ad649de714b3229586d53de325e (diff) | |
download | poky-07582c776104b77077faecf09684bb401d8c3950.tar.gz |
pseudo: Fix pseudo build
Revert the change from 28d70bcddba93ad649de714b3229586d53de325e.
Change the upstream commit to id: d30de158c1986d2161647629f279018702a42750.
This fixes the const is read-only issue when compiling.
Signed-off-by: Mark Hatle <mhatle@windriver.com>
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 2 | ||||
-rw-r--r-- | meta/packages/pseudo/pseudo_git.bb | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index f33b3e685a..d3747669b3 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc | |||
@@ -110,7 +110,7 @@ PRELINKSRCREV ??= "909470ee441237563d6236c505cb2d02ddc48704" | |||
110 | SRCREV_pn-prelink ??= "${PRELINKSRCREV}" | 110 | SRCREV_pn-prelink ??= "${PRELINKSRCREV}" |
111 | SRCREV_pn-prelink-native ??= "${PRELINKSRCREV}" | 111 | SRCREV_pn-prelink-native ??= "${PRELINKSRCREV}" |
112 | SRCREV_pn-psplash ??= "424" | 112 | SRCREV_pn-psplash ??= "424" |
113 | PSEUDOSRCREV ??= "5d027f78a6e677e9272a17555a83124026e6fb08" | 113 | PSEUDOSRCREV ??= "d30de158c1986d2161647629f279018702a42750" |
114 | SRCREV_pn-pseudo ??= "${PSEUDOSRCREV}" | 114 | SRCREV_pn-pseudo ??= "${PSEUDOSRCREV}" |
115 | SRCREV_pn-pseudo-native ??= "${PSEUDOSRCREV}" | 115 | SRCREV_pn-pseudo-native ??= "${PSEUDOSRCREV}" |
116 | QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70" | 116 | QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70" |
diff --git a/meta/packages/pseudo/pseudo_git.bb b/meta/packages/pseudo/pseudo_git.bb index 91154333fb..59fa2645fd 100644 --- a/meta/packages/pseudo/pseudo_git.bb +++ b/meta/packages/pseudo/pseudo_git.bb | |||
@@ -9,7 +9,6 @@ PV = "0.0+git${SRCPV}" | |||
9 | PR = "r14" | 9 | PR = "r14" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ | 11 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ |
12 | file://constfix.patch \ | ||
13 | file://static_sqlite.patch" | 12 | file://static_sqlite.patch" |
14 | 13 | ||
15 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" | 14 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" |