diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-23 15:34:50 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-23 15:34:50 +0000 |
commit | b039546e812b1d1948140143c94d9e3e688af6b0 (patch) | |
tree | c8d4d2dee88aa67eeffa3dfd945b9dcc796f810f /edje | |
parent | fe96ff0ea5489a901698dbd665560397af8c5e3a (diff) |
remove edje patch (gone upstream)
BKrev: 417a7a1aSB9n0F6J5Pyu-zsa7Wr5rg
Diffstat (limited to 'edje')
-rw-r--r-- | edje/edje/fix-hardcoded-imlib2-config.patch | 0 | ||||
-rw-r--r-- | edje/edje_cvs.oe | 5 |
2 files changed, 2 insertions, 3 deletions
diff --git a/edje/edje/fix-hardcoded-imlib2-config.patch b/edje/edje/fix-hardcoded-imlib2-config.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/edje/edje/fix-hardcoded-imlib2-config.patch +++ /dev/null diff --git a/edje/edje_cvs.oe b/edje/edje_cvs.oe index bd23bdddf1..b7762695c0 100644 --- a/edje/edje_cvs.oe +++ b/edje/edje_cvs.oe @@ -3,10 +3,9 @@ DEPENDS = "freetype evas ecore embryo eet edb edje-native" SECTION = "e/libs" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" PV = "${CVSDATE}" -PR = "r2" +PR = "r3" -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edje \ - file://fix-hardcoded-imlib2-config.patch;patch=1" +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edje" S = "${WORKDIR}/edje" inherit autotools pkgconfig binconfig |