diff options
Diffstat (limited to 'packages/xt')
-rw-r--r-- | packages/xt/files/autofoo.patch | 0 | ||||
-rw-r--r-- | packages/xt/xt_0.1.5.bb | 4 | ||||
-rw-r--r-- | packages/xt/xt_cvs.bb | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/packages/xt/files/autofoo.patch b/packages/xt/files/autofoo.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/xt/files/autofoo.patch diff --git a/packages/xt/xt_0.1.5.bb b/packages/xt/xt_0.1.5.bb index 29c13f2e98..241359407b 100644 --- a/packages/xt/xt_0.1.5.bb +++ b/packages/xt/xt_0.1.5.bb @@ -4,7 +4,9 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "x11 libsm" DESCRIPTION = "X Toolkit Intrinsics" LICENSE = "X-MIT" -SRC_URI = "${XLIBS_MIRROR}/libXt-${PV}.tar.bz2" +PR = "r1" +SRC_URI = "${XLIBS_MIRROR}/libXt-${PV}.tar.bz2 \ + file://autofoo.patch;patch=1" S = "${WORKDIR}/libXt-${PV}" inherit autotools pkgconfig diff --git a/packages/xt/xt_cvs.bb b/packages/xt/xt_cvs.bb index e38828b5bc..0976320fd5 100644 --- a/packages/xt/xt_cvs.bb +++ b/packages/xt/xt_cvs.bb @@ -5,7 +5,9 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "x11 libsm" DESCRIPTION = "X Toolkit Intrinsics" LICENSE = "X-MIT" -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xt" +PR = "r1" +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xt \ + file://autofoo.patch;patch=1" S = "${WORKDIR}/Xt" inherit autotools pkgconfig |