소스 검색

Update for 2013.08.1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 12 년 전
부모
커밋
ad2600ce21
2개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 0
      CHANGES
  2. 1 1
      Makefile

+ 9 - 0
CHANGES

@@ -1,3 +1,12 @@
+2013.08.1, Released September 17th, 2013:
+
+	Handle the removed GCC and development files on target options
+	through Config.in.legacy.
+
+	Rootfs /lib symlink handling fixed (triggered by make external-deps)
+
+	Updated/fixed packages: elf2flt, ti-gfx
+
 2013.08, Released August 31th, 2013:
 
 	Minor fixes.

+ 1 - 1
Makefile

@@ -24,7 +24,7 @@
 #--------------------------------------------------------------
 
 # Set and export the version string
-export BR2_VERSION:=2013.08
+export BR2_VERSION:=2013.08.1
 
 # Check for minimal make version (note: this check will break at make 10.x)
 MIN_MAKE_VERSION=3.81