diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-17 19:40:10 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-17 19:40:10 +0000 |
commit | a7b30f8d32100cac63a79286a2e5a10aac744d1c (patch) | |
tree | 21a37451e3649da7f2b995e32624c2c0684adb66 /packages/xaw | |
parent | 19edb1d8e5c8f04943be2d4cfeb503ceab947682 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/17 21:38:22+02:00 utwente.nl!koen
xaw_7.0.2.bb: add AUXDIR patch, fixes bug #6
2005/06/17 21:06:56+02:00 utwente.nl!koen
maemo-image.bb: prefer some versions and providers
2005/06/17 20:57:55+02:00 utwente.nl!koen
osso-core-config_200515.1.bb: tweak osso-core-config postinst, courtesy Florian Boor
add dbus-0.23.1-osso, courtesy Florian Boor
BKrev: 42b3271axW-O5s3qTWvT15Ugo3C0YQ
Diffstat (limited to 'packages/xaw')
-rw-r--r-- | packages/xaw/files/auxdir.patch | 0 | ||||
-rw-r--r-- | packages/xaw/xaw_7.0.2.bb | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/xaw/files/auxdir.patch b/packages/xaw/files/auxdir.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/xaw/files/auxdir.patch diff --git a/packages/xaw/xaw_7.0.2.bb b/packages/xaw/xaw_7.0.2.bb index 47be126652..3515e0fac6 100644 --- a/packages/xaw/xaw_7.0.2.bb +++ b/packages/xaw/xaw_7.0.2.bb @@ -5,7 +5,9 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "xproto x11 xt xmu xpm" DESCRIPTION = "X Athena Widgets library" -SRC_URI = "${XLIBS_MIRROR}/libXaw-${PV}.tar.bz2" +SRC_URI = "${XLIBS_MIRROR}/libXaw-${PV}.tar.bz2 \ + file://auxdir.patch;patch=1" + S = "${WORKDIR}/libXaw-${PV}" inherit autotools pkgconfig |